mcpbeat

Requirement Coverage Checker

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.

806 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
141
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill requirement-coverage-checker

The instruction itself

13 sections, as written by the author

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.

Core Capabilities

1. Requirement Extraction

Parse and identify requirements from documents:

  • Functional requirements - Feature specifications
  • Non-functional requirements - Performance, security, usability
  • Business rules - Constraints and policies
  • User stories - As-a/I-want/So-that format
  • Use cases - Actor-goal scenarios
  • Acceptance criteria - Success conditions

2. Design Coverage Analysis

Map requirements to design elements:

  • Architecture decisions - System structure
  • Component specifications - Module designs
  • Interface definitions - API contracts
  • Data models - Database schemas
  • Workflow diagrams - Process flows
  • UML diagrams - Class/sequence/state diagrams

3. Implementation Coverage Analysis

Verify code implements requirements:

  • Feature implementation - Functionality exists
  • API endpoints - Required interfaces present
  • Business logic - Rules implemented
  • Data persistence - Storage implemented
  • Error handling - Edge cases handled
  • Integration points - Connections implemented

4. Test Coverage Analysis

Ensure tests validate requirements:

  • Unit tests - Component-level validation
  • Integration tests - Interaction validation
  • Acceptance tests - Requirement validation
  • Scenario tests - User story coverage
  • Edge case tests - Boundary condition coverage
  • Performance tests - Non-functional validation

Coverage Checking Workflow

Step 1: Extract Requirements

Identify all requirements from source documents.

Step 2: Map to Design Elements

Check if requirements appear in design.

Step 3: Verify Implementation

Check if code implements design.

Step 4: Validate Test Coverage

Ensure tests verify requirements.

Step 5: Generate Coverage Report

Produce comprehensive coverage analysis.

Best Practices

  • Start with requirements - Ensure requirements are clear and complete
  • Use unique IDs - Every requirement needs traceable identifier
  • Check all levels - Verify design, code, and tests
  • Be systematic - Use checklists and matrices
  • Document gaps - Record what's missing and why
  • Prioritize fixes - Address critical gaps first
  • Automate when possible - Use tools for traceability
  • Update regularly - Check coverage as project evolves
  • Include stakeholders - Review coverage with team

10. Track over time - Monitor coverage trends

How to use it

Copy the folder

Take arabelatso/requirement-coverage-checker from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.