- •Read the feature spec
spec/features/F-XXXX-*.md. - •Confirm:
- •Acceptance criteria satisfied
- •Tests added/updated and passing (run test command)
- •Any failures were handled and documented (Debug log)
- •Run
adr-reviewif decisions changed or are implied by the implementation. - •Run
docs-updatefor user-facing changes. - •Run
docs-index-refreshto reflect the feature status (move to Implemented). - •Update the feature spec with:
- •Files changed
- •Commands run
- •Links to docs and ADRs
- •End by stating “Feature F-XXXX is ready to merge/release” plus any remaining TODOs.
feature-closeout
完成一项功能:测试通过,ADR 录入,文档更新,规格完整记录。
SKILL.md
--- frontmattername: feature-closeout description: Finalize a feature: tests green, ADRs captured, docs updated, and spec fully recorded.