capture-eval-issues

Installation
SKILL.md

/capture-eval-issues

Capture noteworthy review violations into the eval inventory.

Input

This skill receives one or more review JSON file paths as arguments (space-separated). Example: /capture-eval-issues validator_logs/review_src_claude@1.0.json validator_logs/review_src_gemini@2.0.json

Procedure

  1. Read judge-prompt.md from this skill's directory
  2. Spawn a subagent to judge and capture violations:
    • Task tool: Task with subagent_type="general-purpose", model="sonnet", prompt= judge-prompt content + "\n\nReview JSON files: <file paths>\n\nSkill directory: <this skill's directory path>"
    • The subagent handles everything: reading files, judging, calling the append script
  3. Report the subagent's capture summary (the CAPTURED: line)
Related skills
Installs
16
GitHub Stars
25
First Seen
2 days ago