meta-codereview-current-diff
Read the current uncommitted diff, run three independent reviewers (safety + tests-coverage + style) in parallel, then arbitrate a single BLOCK / BL…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Codereview of Current Diff (Meta-Skill)
A combinator-style meta-skill that runs three independent
reviewers in parallel over the currently-uncommitted diff, then
arbitrates a single verdict with a strict priority rule.
This is the same combinator + arbitrate pattern as
meta-security-review-bundle, applied to a code-review domain. The
three reviewers each carry a tight, project-specific rubric — safety
focuses on injection / credentials / G1.6 contract; tests focuses on
the "new public surface ⇒ corresponding test" expectation; style
flags only a fixed list of antipatterns so it doesn't drift into
free-form opinions.
Trigger surface
Fire by saying multi-reviewer diff, codereview my diff, or one of the
localized triggers listed in the frontmatter. The diff is read from the working
tree (git diff --cached HEAD, falling back to git diff HEAD if nothing is
staged).
Fallback
If read_diff returns NO_DIFF, the downstream reviewers should
reply with their respective clean verdicts ("CLEAR" / "PASS" /
"CLEAN") and arbitrate emits PASS_WITH_NOTES: clean. If a reviewer
LLM step fails, the orchestrator's partial outputs are visible in
step_outputs; operator should manually re-run the failed reviewer.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
src/opensquilla/skills/exp/meta-codereview-current-diff/SKILL.md