From crucible
Run the Final Oracle evidence audit independently against the current evidence/ tree. Convenes 3 Oracle auditors, computes quorum, writes decision.md. Idempotent — safe to re-run. PRD §1.16.2 CMD-3.
How this command is triggered — by the user, by Claude, or both
Slash command
/crucible:auditThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /crucible:audit Standalone runner for the Final Oracle evidence audit per PRD §1.13.8 (FR-ORACLE-1..4) and §3.13. Re-runnable against any well-formed `evidence/` tree. ## Pipeline 1. Verify `evidence/reviewer-consensus/decision.md` exists with PASS verdict (per §3.11) 2. Spawn 3 Oracle auditor subagents in parallel via Task tool: - `agents/oracle-auditor-1.md` — Completeness + Citation - `agents/oracle-auditor-2.md` — Structural Integrity - `agents/oracle-auditor-3.md` — Adversarial Skepticism 3. Each Oracle writes its raw verdict to `evidence/final-oracle-evidence-audit/oracl...
Standalone runner for the Final Oracle evidence audit per PRD §1.13.8 (FR-ORACLE-1..4) and §3.13. Re-runnable against any well-formed evidence/ tree.
evidence/reviewer-consensus/decision.md exists with PASS verdict (per §3.11)agents/oracle-auditor-1.md — Completeness + Citationagents/oracle-auditor-2.md — Structural Integrityagents/oracle-auditor-3.md — Adversarial Skepticismevidence/final-oracle-evidence-audit/oracle-N.mddecision.mdblockers/<oracle-id>-<msc>-<timestamp>.mdRe-running this command does NOT overwrite prior verdicts; new runs are appended with timestamps.
PRD §1.26 OQ-3: "Should /crucible:audit be runnable independently of execution mode?" — RESOLVED in v0.2: yes.
npx claudepluginhub krzemienski/crucible --plugin crucible/auditLogs and labels agent interactions (prompts, responses, tool calls) to an append-only JSONL file. Subcommands: record and label.
/auditAudits UI code against design system for spacing, depth, color, and pattern violations. Reports file-specific issues and suggestions. Supports path argument or defaults to common UI paths.
/auditAudits an existing asset for on-page SEO, content quality (CORE-EEAT), technical SEO, AI-visibility/GEO readiness, and domain authority. Also supports --full, --tech, --visibility, --authority, and --competitors flags.
/auditPerforms security audit of codebase for dependency vulnerabilities, secrets, OWASP Top 10, input validation, auth issues, and misconfigs. Outputs findings report by severity with fixes and references.
/auditRuns a heavy-weight security and safety audit on Rust projects using os-checker tools. Checks for CVEs, unsafe code issues, undefined behavior, and concurrency bugs. Supports security, safety, concurrency, and full audit modes.
/auditPerforms security audit on codebase or specified target, checking dependency vulnerabilities, auth, input validation, data exposure, configs, and secrets. Outputs prioritized findings with remediation steps.