Home / mryo0826 / aidd-practice-guide · .claude/skills/review-before-push/SKILL.md · GitHub

review-before-push skillA

review-before-push is agent-read markdown (skill) from mryo0826/aidd-practice-guide: push する直前に回す検査。別環境で clone / pull して再開する視点で到達状態を判定し、確度ラベルが今も正しいかを読み直す。公開リポジトリなら、初めて読む人間の視点・機微情報・版(タグ)の要否も同じ1本で検査する。push の承認を求める前に使用(commit 直前の検査は review-before-commit)。.

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

# push 直前の検査

**push は外に出る操作である。** commit はローカルに留まり `amend` / `reset` で巻き戻せるが、**push は戻すのに履歴へ revert を積むか force push が要る**(別マシンに clone があれば整合も壊れる)。⇒ **検査の重さは、操作の非可逆性に合わせる。**

🔴 **冒頭で1つだけ判定する: 対象は公開リポジトリか、非公開か。** ⇒ **公開なら、下の「公開リポジトリのときに追加で回す」節まで含めて、この1本で回す。** ⭐ **判定は最初の1回だけで、手順ごとに「これは公開向けか」を考えない。**

**この Skill は手順だけを持つ。** **一般形は `01_ai-driven-dev-strategy.md`「外に出る直前に検査を挟む(非可逆な操作のゲート)」、リポジトリ固有の規約は `CLAUDE.md`** にある。

## 前提思想

- **判定するのは到達状態であって、作業範囲ではない。** 「どこまで読んだか」ではなく「**次のセッションが開始できるか**」。
- **書いた本人には解決できてしまう参照が、ここでだけ落ちる。** ⇒ **自分が持っている文脈を外して読む。**
- **未 push の commit は、時間差の再点検から漏れる。** 書かれた時点と公開される時点がずれ、**その分だけ確度ラベルが古びる。**

## モード

| モード | 発動 | 振る舞い |
|--------|------|---------|
| **検査(既定)** | push の承認を求めようとした瞬間 | 下の手順を回し、検出物を一覧で出す |
| **再検査** | 検査後にさらに commit を積んだ場合 | **積んだ分を対象に回す**(前回の結果は今回の根拠にならない) |

## 手順

### 1. 到達状態を判定する

**問い: 別のマシンで0から `git clone` した AI が、コンテキストを失わずに次のセッションを開始できるか。**

- **入口から読み始める**——制御plane と、記録の「次にやること」。**そこから着手先が一意に決まるか。**
- **典型的な壊れ方3つを当てる**: `1` **参照先が解決できない**(ID・リンク・「あのファイル」)`2` **「次」「現在」「まだ〜していない」がいつを指すか決まらない** `3` **件数・範囲が実態と合っていない**
- 🔴 **通過条件を持たない検査は、部分適用でも「通過」を申告できる。** ⇒ **何を見たかを列挙してから判定する。**

### 2. 構造を変えたなら、その実体を指す行を全部探す
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mryo0826/aidd-practice-guide/review-before-push@git:20260921.2ad66e0
Exact content
mdr add mryo0826/aidd-practice-guide/review-before-push@sha256:23dc912a70874094

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_xsud4pzk4lhhnyi2.svg)](https://markdownregistry.com/a/art_xsud4pzk4lhhnyi2)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.2ad66e0 latest2026-09-21 2ad66e0 10,859 BA view · diff
git:20260921.aeecf4e2026-09-21 aeecf4e 9,817 BA view · diff
git:20260909.e884a562026-09-09 e884a56 5,350 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 (10859 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_xsud4pzk4lhhnyi2
GET https://markdownregistry.com/api/v1/resolve?ref=mryo0826/aidd-practice-guide/review-before-push
GET https://markdownregistry.com/api/v1/blob/23dc912a70874094d6588a58ed78997bcbfc7bb0b79a4877f587afa6fdace0ea

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
zenn-article skill
mryo0826/aidd-practice-guide · .claude/skills/zenn-article/SKILL.md · このガイドを題材にした技術記事(Zenn 等)の構成壁打ちと overclaim レビュー。誇大表現・裏取り無き「実証」主張・絶対語を確度ラベルで検出して格下げする。要件・仕様(requirements-review)や実装コード(code…
git:20260921.90c7916 · 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.