verify-findings

Installation
SKILL.md

Verify Review Findings

Independent false-positive verification. Assume every finding is false until proven by evidence.

Parse Arguments

  • $ARGUMENTS (required): Path to the review report file to verify

If no argument is provided, ask the user for the report path.

Step 1 — Read and Parse Report

  1. Read the report file at the provided path
  2. Detect review type from the header:
    • "Pragmatic Code Review Report" → code review
    • "Security Review Report" → security review
  3. Extract each finding into a structured list:
    • Triage level (Blocker, Improvement, Question)
    • File path and line number
Related skills

More from joaquimscosta/arkhe-claude-plugins

Installs
1
GitHub Stars
13
First Seen
Apr 26, 2026