prompt-audit
01Command
Audit a prompt file or pasted prompt as a contract.
120 tagged guardrails, measured the same way as everything else here.
Browse within: ai-harness 44harness-engineering 44code-quality 22hooks 20AI Safety 14vibeguard 11beginner-friendly 9Prompt Injection 5pii-detection 5
Command
Audit a prompt file or pasted prompt as a contract.
Command
List makoto's integrity pattern catalog (read-only).
Command
Read makoto's results ledger by key (read-only).
Command
Show makoto's integrity-guardrail state (read-only).
Command
Run 3-stage verification (Mechanical gates → Semantic AC compliance → Judgment quality) after /run. ALWAYS run before committing. Blocks at Stage 1 failures — no Stage 2 until gates pass.
Command
Execute seed spec via Double Diamond (Discover → Define → Design → Deliver). USE AFTER /decompose. Enforces D→L→P implementation order, writes tests immediately, runs gates continuously. Supports Pair Mode for medium/high complexity ACs.
Command
Define observability spec (metrics/logs/traces) for a target before implementation. Provided by the Observability First methodology.
Command Claude Code
Dual-model adversarial review — Claude generates review reports, Codex does adversarial verification, and iterates until convergence.
Command Claude Code
Long-term task execution plan — generates self-contained execution documents from SPEC, supports cross-session recovery.
Command Claude Code
Dual-mode learning: (A) Extract guard rules from errors (B) Extract reusable skills from discoveries. Automatic mode routing.
Command
Check text or a file for personally identifiable information and show the redacted version.
Command
Generate a detailed safety risk report for the current conversation or a specific file.
Command
Red-team your safety scanning by generating adversarial variants of a prompt injection attempt.
Command
Command "context" from Vimalk0703/shipworthy, covering process, 1. context infrastructure, 2. regression fence health, 3. session signals and 4. context completeness.
Command
Command "diagnose" from Vimalk0703/shipworthy, covering process, example output, project diagnosis report, critical (fix immediately) and high (fix soon).
Command
Command "health" from Vimalk0703/shipworthy, covering part 1: plugin installation health and part 2: project health.
Command
DeployShield is active. All Bash commands are validated before execution.
Command
Show or edit AgentLint configuration.
Command
Show AgentLint status — active rules, violations this session.
Command
A repair-and-check loop for Phase 1a work. It runs only after sodam-loop-start has enabled the loop.
Command
A Korean-language start command for beginning a repair loop after refining a goal, making a backup, giving guidance, and confirming the plan.
Command
Instructions for removing a plug-in and handling the local data it leaves behind, including state and backups. The instructions are written in Korean.
Command
Audit a web page/component against WCAG 2.2 AA — semantics, keyboard, contrast, labels, focus, alt text. Use when reviewing UI for accessibility or before sh...
Command
Design Next.js route handlers and server actions with input validation, correct status codes, error handling, and rate limiting. Use when building an API end...