smithery.ai

sdd-audit

Compare implementation against specifications, identify gaps and issues. Use for code review, quality assurance, and verifying spec compliance.

First seen Mar 24, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,622 B
  • docs SUMMARY.md 160 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

SDD Audit Skill

Compare implementations against specifications and generate structured review reports.

When to Use

  • Code review before marking tasks complete
  • Quality assurance checks
  • Verifying implementation matches spec

Workflow

  1. Load specs: Read spec.md → plan.md → tasks.md
  2. Identify scope: Check todo-list.md for completed work
  3. Inspect code: Review implementation for each task
  4. Gap analysis: Compare spec requirements vs actual code
  5. Generate report: Structured findings with severity levels

Audit Checklist

Reference references/checklist.md for the complete audit checklist.

Severity Levels

  • CRITICAL: Broken functionality, security risk, release blocker
  • MAJOR: Logic error, missing feature, significant bug
  • MINOR: Style issue, optimization opportunity, cleanup
  • OUTDATED: Code correct but spec needs updating

Report Format

## Audit Report: [Feature]

**Status:** Pass | Fail | Warnings

### Quick Stats
- CRITICAL: [N] | MAJOR: [N] | MINOR: [N]

### Review Comments
| ID | Severity | Location | Issue | Recommendation |

### Spec Compliance
| Requirement | Status | Evidence |

### Recommended Actions
1. [Priority action]

Integration

  • Works with sdd-verifier subagent for automated validation
  • Can trigger scripts/validate.sh for automated checks
  • Use the ask question tool if audit criteria are unclear