Validates completed work against issue requirements and quality standards to ensure all acceptance criteria are met before submission.
The Definition of Done skill provides a systematic framework for Claude to verify that a task is truly complete. It automates the final review process by mapping implemented changes back to original issue requirements, checking for high test coverage (≥90%), ensuring linting compliance, and verifying that documentation and changelogs have been updated. This skill is essential for maintaining high engineering standards and reducing the back-and-forth during the pull request review stage.
主な機能
01Automated test coverage verification (≥90%)
02Documentation and CHANGELOG update checks
033 GitHub stars
04Requirement traceability mapping
05Standardized validation reporting
06Linting and quality gate enforcement
ユースケース
01Ensuring consistent project documentation and changelog standards
02Verifying feature completeness before opening a pull request