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


