From forge
Run comprehensive quality, security, and completeness audit on current work. User-invoked only: do not auto-trigger.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive cross-cutting audit of the current workspace against the active plan. Dispatches three specialist agents in parallel (`quality-auditor`, `security-sentinel`, `integration-verifier`), compiles their findings into a single report, and writes the report to `.forge/evidence/verification/audit-report.md`. User-invoked only: do not auto-trigger.
Run a comprehensive cross-cutting audit of the current workspace against the active plan. Dispatches three specialist agents in parallel (quality-auditor, security-sentinel, integration-verifier), compiles their findings into a single report, and writes the report to .forge/evidence/verification/audit-report.md. User-invoked only: do not auto-trigger.
audit is workspace-scale and complements inspect-work, which is per-task. Use audit when the user wants a single report that covers everything currently on the branch. Use inspect-work during per-task review in the Execution phase.
/forge:audit
.forge/forge-state.json.quality-auditor: review all changed files against the plan's tasks and the spec.security-sentinel: OWASP-aware vulnerability scan on the diff.integration-verifier: run the full test suite and build; capture the output..forge/evidence/verification/audit-report.md.# Forge Audit Report — <iso timestamp>
## Verdicts
- Quality: PASS | FAIL
- Security: PASS | FAIL
- Integration: PASS | FAIL
## Critical
<items>
## Important
<items>
## Suggestions
<items>
## Evidence
- Quality findings: <path>
- Security findings: <path>
- Integration log: <path>
.forge/evidence/verification/audit-report.md exists and is fresh.None. audit returns control to the user with a report. The user decides whether to fix findings, run /forge:advance, or take other action.
/forge:audit twice in one session, run the agents again. Do not reuse the prior report.npx claudepluginhub caseyrtalbot/forge --plugin forgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.