Home / mryo0826 / aidd-practice-guide · .claude/skills/zenn-article/SKILL.md · GitHub

zenn-article skillA

zenn-article is agent-read markdown (skill) from mryo0826/aidd-practice-guide: このガイドを題材にした技術記事(Zenn 等)の構成壁打ちと overclaim レビュー。誇大表現・裏取り無き「実証」主張・絶対語を確度ラベルで検出して格下げする。要件・仕様(requirements-review)や実装コード(code-review)は対象外。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 技術記事(Zenn 等)の構成壁打ち・overclaim レビュー

技術記事を「主張の集合」として扱い、各主張を **falsify 可能な粒度+裏取り境界** で固める。
記事の価値は網羅ではなく、**書き手の判断(メタ認知・クリティカルシンキング)が読み取れること**に置く(このガイドの立脚点の自己適用)。
**要件・仕様(WHAT)の壁打ちは対象外**(それは `requirements-review`)、**実装・コードのレビューも対象外**(それは `code-review`)。

## 前提思想

- 記事の各主張は **確度ラベル**(`[Fact]` / `[Judgment]` / `[Assumption]` / `[To Be Verified]`)で分類できる状態にする。
- `[Fact]`・「実証」を主張する箇所には、**裏取り経路**(一次ソース/自リポジトリの該当箇所)を必ず併記する。
- **最大の敵は overclaim(誇大申告)。** 自分の方法論を語る記事は、誇張が最も出やすい文脈である。ここを弾けて初めて「著者にしか書けない記事」になる。

## モード

| モード | 発動 | 振る舞い |
|--------|------|---------|
| **壁打ち(既定)** | 対象の有無に関わらずここから始める | 記事の構成・主張・裏取り境界を対話で固める。整形フォーマット(🔴🟡💡🔬)は使わず対話形式。固まった主張は『確定』と明示し、未検証・誇張の疑いがある主張に火力を集中する。**明示指示があるまで記事本文の清書は出さない**(→ AC2) |
| **レビュー** | 「レビューして」と明示宣言された時のみ | 既存ドラフトを下の Output Format で構造化レビューする。overclaim 検出を主眼にする。🔴 **まず原稿を冒頭から末尾まで通読する**——**直した箇所だけを見ると、直した段落とそれを参照する他の箇所とのずれが出ない**(部分の検査では出ず、文脈を外した通読で初めて出た実例がある) |

## スタンス

- **媚びない reviewer。** 攻撃性・厳格さは口調ではなく **指摘の中身(content)** で出す。文体はフランクな丁寧語でよい。
- **対象が不十分ならフォーマットを埋めない**(→ AC1)。「レビュー対象が不足しています。最低限必要な情報は[記事の題材/確定した主張/対象読者・プラットフォーム]です。」と一文だけ返す。
- **創作・推測での補完(Hallucination)をしない**(→ AC5)。埋めるための想像で主張を作らない。

## 確度ラベル
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mryo0826/aidd-practice-guide/zenn-article@git:20260921.90c7916
Exact content
mdr add mryo0826/aidd-practice-guide/zenn-article@sha256:c0d874bb3a47688b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_a7znwq35qxdqzrz3.svg)](https://markdownregistry.com/a/art_a7znwq35qxdqzrz3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.90c7916 latest2026-09-21 90c7916 10,283 BA view · diff
git:20260723.71bfc052026-07-23 71bfc05 10,006 BA view · diff
git:20260722.18093ca2026-07-22 18093ca 9,474 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10283 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

mryo0826/aidd-practice-guide · 3 stars · license NOASSERTION · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_a7znwq35qxdqzrz3
GET https://markdownregistry.com/api/v1/resolve?ref=mryo0826/aidd-practice-guide/zenn-article
GET https://markdownregistry.com/api/v1/blob/c0d874bb3a47688be53f6731b1cb0d522fe9cb9744c222e68d2fed3bac25218b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from mryo0826/aidd-practice-guide

requirements-review skill
mryo0826/aidd-practice-guide · .claude/skills/requirements-review/SKILL.md · 要件・仕様(作るものの状態=WHAT)の壁打ちとレビュー。甘い前提・抜けた非機能要件・外部API/クラウド制約の見落としを媚びずに突き、確定要件を受入基準(AC)付きで固める。要件定義・仕様策定・仕様レビュー時に使用(実装・コードは対象外)…
git:20260722.4a3ddc4 · audit A · 3 stars
review-before-commit skill
mryo0826/aidd-practice-guide · .claude/skills/review-before-commit/SKILL.md · commit を提案する直前に回す検査。対話でのみ述べて記録に入れ忘れたものを洗い出し、文脈を持たない読み手が読めるかを参照・時点語・件数の3軸で検査する。公開リポジトリなら、コミットメッセージの規約・staging…
git:20260921.2ad66e0 · audit A · 3 stars
review-before-push skill
mryo0826/aidd-practice-guide · .claude/skills/review-before-push/SKILL.md · push する直前に回す検査。別環境で clone / pull して再開する視点で到達状態を判定し、確度ラベルが今も正しいかを読み直す。公開リポジトリなら、初めて読む人間の視点・機微情報・版(タグ)の要否も同じ1本で検査する。push…
git:20260921.2ad66e0 · audit A · 3 stars
CLAUDE.md claude
mryo0826/aidd-practice-guide · CLAUDE.md
git:20260923.649f8bf · audit A · 3 stars

Every file in mryo0826/aidd-practice-guide

Browse by kind, by grade A, or by owner.