arabelatso/requirement-coverage-checker
Verify that design documents, code implementations, and tests fully cover all specified requirements. Use this skill when validating requirement traceability, conducting design reviews, assessing implementation completeness, checking test coverage against requirements, performing compliance audits, or identifying missing functionality. Produces coverage reports showing which requirements are satisfied, partially satisfied, or missing.
npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill requirement-coverage-checker
Systematically verify that design and implementation cover all specified requirements. Identifies gaps, ensures traceability, and validates that every requirement has corresponding design elements, code, and tests.
Parse and identify requirements from documents:
Map requirements to design elements:
Verify code implements requirements:
Ensure tests validate requirements:
Identify all requirements from source documents.
Check if requirements appear in design.
Check if code implements design.
Ensure tests verify requirements.
Produce comprehensive coverage analysis.
10. Track over time - Monitor coverage trends
Take arabelatso/requirement-coverage-checker from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.