Cad Review — Security skill for Claude Code
Principal Engineer code audit, test verification, and PR packaging.
How to install Cad Review
Installs to ~/.claude/skills/sayanthegamer-cadence-cad-review/SKILL.md
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:
- Analyze git diff (small in one chunk, >300 lines via smart file chunking).
- Automatically execute project test suite and static analyzers (
ruff check,mypy). - Audit diff for pre-commit hygiene (zero debug prints), security risks, and ADR compliance.
- Output Principal Review Report with diff suggestions.
- 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 RepositoryRelated Skills
Sdlc Test
Phase 4 — Testing & Security. Spawns qa-manual-tester, automation-qa-engineer, appsec-engineer, penetration-te
Skill Quality Research
Craft-first quality review for Agent Skill repos — an LLM judges how well a skill is WRITTEN (trigger design,
Closeout
Post-project audit. Diffs SCOPE.md deliverables against ground truth using tier-aware verification (code-done
UI UX Review
Run a visual design conformance audit using the ui-ux-engineer agent — spacing, typography, colour tokens, res
Twin Sparrow Deep Audit
Composite deep audit skill combining expert-engineer, code-quality-skill, and oppus-reasoning-contract for str
Adversarial Audit Engine
Cross-model audit engine for documents and technical artifacts: hallucination gate on verbatim quotes, claim v
Related Agents
Reliability Engineer
Python delivery agent for quality gates and test infrastructure. Owns test suite (>=80% coverage enforced), go
iOS Principal Engineer
Use this agent for ANY iOS code-related task in MacMagazine — feature implementation, bug fixes, architecture
Cad Verifier
The high rung of cad-verifier (goal-backward phase verification); bin/route.mjs picks it, not the user.