From review
Verifies code-review and security-review findings for false positives using deep codebase tracing, framework-aware analysis, and web research. Produces a .verified.md report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/review:verify-findingsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Independent false-positive verification. Assume every finding is false until proven by evidence.
Independent false-positive verification. Assume every finding is false until proven by evidence.
$ARGUMENTS (required): Path to the review report file to verifyIf no argument is provided, ask the user for the report path.
For each extracted finding, perform independent verification. See WORKFLOW.md for detailed procedures.
For each finding, assign one of:
| Verdict | Criteria | Action |
|---|---|---|
| CONFIRMED | Evidence supports the finding | Keep in report, add verification note |
| DISMISSED | Finding is a false positive | Move to Dismissed section with explanation |
| DOWNGRADED | Valid but lower severity/confidence | Adjust scores, add explanation |
Decision rules: See WORKFLOW.md for the complete verdict decision matrix.
Default to CONFIRMED if uncertain after thorough investigation (conservative approach).
{original-path-without-extension}.verified.md
reviews/code/2026-03-01_14-30-00_code-review.md → reviews/code/2026-03-01_14-30-00_code-review.verified.md**Verified by**: Claude Code (false-positive-verifier)
**Verification Date**: {ISO 8601 date}
## Verification Summary
| Metric | Count |
|--------|-------|
| **Findings Reviewed** | {N} |
| **Confirmed** | {N} |
| **Downgraded** | {N} |
| **Dismissed** | {N} |
| **Signal Ratio** | {confirmed / total reviewed}% |
> **Verification**: CONFIRMED — {evidence summary}
## Dismissed Findings
### Dismissed 1: `{file}:{line}` — {Original description}
- **Original Triage**: {Blocker/Improvement/Question}
- **Original Confidence**: {score}
- **Reason**: {Why this is a false positive}
- **Evidence**: {What was checked — grep results, framework docs, web research}
See WORKFLOW.md for the complete report template. See EXAMPLES.md for sample verified reports.
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin reviewPerforms security reviews on Git diffs identifying high-confidence exploitable vulnerabilities with severity/confidence scoring, OWASP 2025 alignment, and optional GitHub PR comments.
Enforces a multi-step verification protocol before reporting code review findings to reduce false positives from AI reviews. Useful for review automation pipelines.
Enforces a multi-step verification protocol for code review findings to eliminate false positives. Must be loaded before reporting any review issues.