From code-auditor-agent
Trigger with 'review and fix the PR', 'review the PR and apply fixes', 'pre-merge review and fix'. Use when reviewing a GitHub PR AND then applying root-cause fixes to its changed files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-auditor-agent:caa-pr-review-and-fix-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Two-step ultracode flow on `scripts/workflows/caa-engine.js`: first review the PR (`pr` lens-set), then apply
Two-step ultracode flow on scripts/workflows/caa-engine.js: first review the PR (pr lens-set), then apply
root-cause fixes to the changed files (scan-and-fix mode, in-place per-file, fix-verified). Both steps
write their consolidated report to reports/code-auditor-agent/.
max (preferred) or xhigh for the ultracode path (opus-only). Without ultracode
(no Workflow tool, or CAA_ULTRACODE disabled) the commands fall back to a simple inline review/fix at any effort.gh CLI authenticated and the PR on GitHub (for the review step)./caa-pr-review and /caa-scan-and-fix commands available.max (preferred) or xhigh — opus-only, halts
below xhigh; raise with /effort max. Without ultracode (no Workflow tool, or CAA_ULTRACODE
disabled) the commands run the simple-scan fallback at any effort./caa-pr-review <pr-number> → PR-review comment with a PASS/CONDITIONAL/FAIL verdict./caa-scan-and-fix on the PR's changed files. Each fixer owns one file (in-place, no
conflict); fix-verify confirms each fix; the user reviews git diff before committing. NEVER auto-commit/push.A PR-review report and (after the fix step) a fix report, both in reports/code-auditor-agent/.
Robust by construction. The fix step edits files in place — the working-tree-clean guard + the review-the-diff step prevent unreviewed changes; failures are reported under "Needs follow-up".
Copy this checklist and track your progress:
"review and fix PR 206" → /caa-pr-review 206, then /caa-scan-and-fix <changed files>
scripts/workflows/caa-engine.js — canonical engine (pr lens-set + scan-and-fix mode)./caa-pr-review, /caa-scan-and-fix.npx claudepluginhub emasoft/emasoft-plugins --plugin code-auditor-agentCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.