From not-my-reforge
Multi-perspective code audit. Launches parallel security, quality, performance, and architecture analysis agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/not-my-reforge:code-auditThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have the code-audit skill. When invoked, run a comprehensive multi-perspective code audit.
You have the code-audit skill. When invoked, run a comprehensive multi-perspective code audit.
/not-my-reforge:code-audit [scope]
Scope can be: a file path, directory, or "all" for full codebase. Default: files changed since last commit.
Launch 5 parallel agents using the Task tool (all with run_in_background: true):
After all agents complete, synthesize into a unified report:
## Code Audit Report
### Critical (must fix)
- [SECURITY] file:line — description
- [BUG] file:line — description
### High (should fix)
- [QUALITY] file:line — description
- [PERFORMANCE] file:line — description
### Medium (consider)
- [ARCHITECTURE] file:line — description
### Low (nice to have)
- [STYLE] file:line — description
### Summary
- Files audited: N
- Issues found: N (critical: N, high: N, medium: N, low: N)
- Top risk areas: ...
npx claudepluginhub speson/not-my-reforge --plugin not-my-reforgeReviews git-tracked code changes for architecture, security, performance, quality, and style using multi-agent analysis and diff context. Use for PR readiness checks.
Runs mechanical checks (build, typecheck, lint, tests, secrets scan) then dispatches specialist reviewers and produces a scored codebase health report. Use for code quality, security, or performance audits.
Read-only codebase audit across quality pillars: code quality, architecture, security, dependencies, performance, tests, and UI. Diagnoses and reports findings without editing code.