review-spec-repo
GitHub作为核心审查流程的仓库级辅助指南,提供特定于仓库的规范检查与偏好。重点评估规格说明书的可执行性、一致性,并支持基于反馈的自我进化,但不覆盖核心工作流。
Trigger Scenarios
Install
npx skills add Terry-Mao/AICodingFlow --skill review-spec-repo -g -y
SKILL.md
Frontmatter
{
"name": "review-spec-repo",
"description": "Repo-specific companion guidance for the core review-spec workflow. Do not use as the primary spec review entrypoint.",
"specializes": "review-spec"
}
review-spec-repo
This file is a companion to the core review-spec skill and
.agents/contracts/review.md.
Do not invoke this file as the primary spec review entrypoint. The primary
entrypoint is .github/skills/review-spec/SKILL.md; that skill reads this
companion when it needs repository-specific spec review guidance.
This companion may add repository-specific checks and preferences, but it must not override the core workflow, shared review contract, output schema, severity labels, diff-line targeting, validation rules, or safety rules.
Review Focus
- Check whether the spec is actionable enough for implementation work.
- Flag contradictions between requirements, examples, and acceptance criteria.
- Prefer top-level summary notes for broad product or process concerns that do not map cleanly to a changed line.
Self-Evolution Boundary
update-pr-review may update this file from repeated human feedback on spec
reviews. Keep additions concise and evidence-backed. Do not use this file to
override .agents/contracts/review.md.
Version History
- e53c5ac Current 2026-07-24 11:36


