Skip to main content

code-review

How this organization reviews a change, and what a review must not let through.

インストールへ移動

ソース情報

リポジトリ
vstorm-co/agenticos
ソースの最終更新活動
2026年7月31日 09:58
検出された SKILL.md の言語
英語
スター
37
フォーク
7

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
3 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
code-review
description
How this organization reviews a change, and what a review must not let through.
category
engineering
# Reviewing a change Read the whole change before commenting on any part of it. A review that starts at the first diff hunk asks for things the third hunk already did. ## What a review is for Correctness first, then clarity, then everything else. A comment about naming on a change that corrupts data is a review that missed its job. Say what is wrong and why it matters. "This is confusing" gives the author nothing to act on; "this returns None when the list is empty, and the caller indexes it" does. ## What must not pass - A behaviour change with no test. Load `checklist.md` for the full list. - A caught exception that is neither re-raised nor reported. - A credential, token or key in the diff, including in a test fixture. - A migration with no `downgrade`. ## How to say it Distinguish what blocks from what does not. Prefix anything optional with "nit:" so the author can tell in one pass which comments hold the merge. When the fix is short, write it. A three-line suggestion is read; a paragraph describing three lines is argued with.
GitHubで見る