Slash Command: /auth-audit Trace Every Auth Check in the Request Path
A slash command that maps every route to its auth enforcement and surfaces gaps where requests reach handlers unauthenticated.
The Prompt
Already a member? Sign in.
Slash Command: /auth-surface Map Every Trust Boundary
Find every point in your codebase where auth decisions are made, deferred, or silently skipped.
Slash Command: /seam-check Before Extracting a Module
A /seam-check slash command that proves a module is actually extractable before you waste an afternoon trying.
Slash Command: /ship Pre-Flight Check Before You Push
A reusable Claude Code slash command that audits your working tree and blocks dumb pushes before they happen.
Slash Command: /contract-diff Between What the Code Promises and Returns
A slash command that surfaces gaps between a function's declared contract (types, docstring, tests) and its actual runtime behavior.