Sayanthegamer

Cad Review — Security skill for Claude Code

Security community

Principal Engineer code audit, test verification, and PR packaging.

How to install Cad Review

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-review && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-review.md -o ~/.claude/skills/sayanthegamer-cadence-cad-review/SKILL.md

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

What Cad Review does


name: cad-review description: Principal Engineer code audit, test verification, and PR packaging.

Execute the `cadence-review` skill:

  1. Analyze git diff (small in one chunk, >300 lines via smart file chunking).
  2. Automatically execute project test suite and static analyzers (ruff check, mypy).
  3. Audit diff for pre-commit hygiene (zero debug prints), security risks, and ADR compliance.
  4. Output Principal Review Report with diff suggestions.
  5. Generate clean conventional commit a

Alternatives in Security

  • Clawsec — Security skill suite with drift detection, automated audits, and skill integrity verification 798 ★
  • Agentseal — Security toolkit for AI agents 344 ★
  • Spec Check — Audit GWT acceptance test specs for implementation leakage 149 ★

Full documentation available on GitHub

View Source Repository