swingerman

Spec Check — Security skill for Claude Code

Security community

Audit GWT acceptance test specs for implementation leakage.

How to install Spec Check

Installs to ~/.claude/skills/swingerman-engineer-spec-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/swingerman-engineer-spec-check && curl -fsSL https://raw.githubusercontent.com/swingerman/engineer/HEAD/commands/spec-check.md -o ~/.claude/skills/swingerman-engineer-spec-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spec Check does


name: spec-check description: Audit GWT acceptance test specs for implementation leakage. Optionally provide a specific file path.

Audit acceptance test specifications for implementation leakage.

Invoke the `spec-guardian` agent to review spec files.

If a file path was provided as an argument, review only that file. If no argument was provided, review all `.txt` files in `specs/`.

**Target:** $ARGUMENTS

Alternatives in Security

  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Data Viz Audit — Audit a data visualization for chart type selection, accessible color palette, annotations, and anti-patterns 309 ★
  • Tier 3 Code Refinement Report — Date: 2026-03-20 Status: ALL 54 FINDINGS IMPLEMENTED Scope: Full codebase (18 plugins, 888 files, ~266K lines) 222 ★

Full documentation available on GitHub

View Source Repository