feat(skills): 新增 feature-completion-audit 需求实现完成度审计 skill#139
Merged
Conversation
- 对照原始需求六维取证(覆盖/验收/正确性边界/契约集成/测试证据/范围偏离) - 两种入口:对话内实现用子 agent 独立复核避自证偏差,审 PR 用当前 agent 直读 diff - 三态结论 COMPLETE / INCOMPLETE / INSUFFICIENT_EVIDENCE,附客观性自检 - 登记进 .ai/skills/README.md「测试与质量」索引表
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feature-completion-audit,专门回答「相对原始需求,功能是否真做完、缺什么」,填补现有 skill 链中"需求 → 实现对账"的空白。code-review-and-quality)、不跑全量测试(run-all-tests)、不出契约同步清单(contract-guard)。Changes
.ai/skills/feature-completion-audit/SKILL.md:COMPLETE/INCOMPLETE/INSUFFICIENT_EVIDENCE,禁止乐观假设;收尾附客观性自检 checklist。.ai/skills/README.md:在「测试与质量」分类登记该 skill 及其边界/转交规则。Tests
python3 scripts/check_skills.py→扫描 24 个 skill | errors=0 warnings=1(唯一 warning 来自既有skill-creator,与本次无关)。python3 scripts/check_docs_sync.py --staged→OK: 2 changed file(s), no doc-sync issues。Risks
src/、数据库、MQ、OSS、LLM 或异步任务,无运行时与对端消费影响。门槛自查
.ai/skills/**,无契约变更、无 src 改动)check_docs_sync.py绿)