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 查看