From forge
Run comprehensive quality, security, and completeness audit on current work. User-invoked only: do not auto-trigger.
npx claudepluginhub caseyrtalbot/forge --plugin forgeThis skill uses the workspace's default tool permissions.
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.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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.