Review PR
Use this task skill when the user asks to review this PR, scan a PR, run a diff scan, or check a pull request for vulnerabilities.
Workflow
- Identify the base ref, defaulting to
origin/mainwhen the user does not specify one. - Run
/vuln-scout:diff <base>to produce changed-code findings. - Call
code-revieweron new or changed findings only. - Run
/vuln-scout:verify --from .claude/diff-findings.jsonfor findings that affect the PR. - Call
false-positive-verifierfor high-impact or ambiguous results. - Trigger
poc-safety-checkbefore any dynamic validation or PoC work. - Render
/vuln-scout:report --format mdfor the PR comment payload. - Optionally render
/vuln-scout:report --format bundle --output evidence-bundlefor evidence handoff.
Produces
.claude/diff-findings.jsonpr-comment.md- optional
evidence-bundle/
When NOT To Trigger
Do not trigger for general git diff questions, style-only code review, STRIDE threat modeling, or framework-specific vulnerability education without a PR review request.