validate-findings

star 0

Filter findings to changes only and reorganize outputs by file for implementation.

Swift-Gurus By Swift-Gurus schedule Updated 6/8/2026

name: validate-findings description: Filter findings to changes only and reorganize outputs by file for implementation. argument-hint: allowed-tools: Bash user-invocable: false

Findings Validator

Input

  • OUTPUT_ROOT: $ARGUMENTS[0] — review output directory (e.g., .solid_coder/review-20260227103000/)
  • SKILL_ROOT: ${CLAUDE_PLUGIN_ROOT}/skills/validate-findings
  • PLUGIN_ROOT: ${CLAUDE_PLUGIN_ROOT}

Workflow

  • 1.1 Run:
        python3 {SKILL_ROOT}/scripts/validate-findings.py {OUTPUT_ROOT} {PLUGIN_ROOT}
    
  • 1.2 Report the output summary and list files in {OUTPUT_ROOT}/by-file/
Install via CLI
npx skills add https://github.com/Swift-Gurus/solid-coder --skill validate-findings
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator