specd-compliance

Audit specs against the codebase to identify drift and missing coverage.

12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/specd-sdd/SpecD --skill specd-compliance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: specd-compliance
Source: https://github.com/specd-sdd/SpecD/tree/main/.gemini/skills/specd-compliance
Command: npx skills add https://github.com/specd-sdd/SpecD --skill specd-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits specs against the codebase to identify drift and missing coverage.

Core Features & Use Cases

  • Compare specs in specs/ against the actual codebase to surface discrepancies and gaps.
  • Assess test coverage to ensure each requirement is exercised and validated.
  • Generate structured, read-only audit reports that summarize per-spec results and dependencies.

Quick Start

Run the specd-compliance skill to audit the current project and produce a comprehensive report.

Frequently Asked Questions about specd-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit specs against my codebase to find missing coverage?▼

To audit specs against your codebase, run a compliance check that uses graph-based analysis to trace requirements to implementation and reports per-spec findings including dependencies and test coverage gaps.

What is spec-to-code drift and how do I detect it?▼

Spec-to-code drift occurs when implementation diverges from written requirements. You detect it by comparing specs in the specs/ directory against the actual codebase to surface discrepancies and gaps using graph-based analysis.

Can I run a compliance audit on only changed files or PR diffs?▼

Yes, spec compliance audits support multiple modes including full audits, single-spec checks, changed-file scans, and PR diffs to trace requirements to implementation and identify drift efficiently.

Does the spec audit generate read-only reports without modifying code?▼

Yes, the spec audit enforces a read-only workflow that generates structured reports summarizing per-spec results and dependencies without modifying your codebase or existing specification files.

What's the best way to check test coverage for specification requirements?▼

The best way to check test coverage for specification requirements is running a spec audit that assesses whether each requirement is exercised and validated, using graph analysis to trace implementation paths.