What problem does it solve?
This Skill helps teams avoid shipping incorrect or unimplementable work by independently checking a GitHub issue’s posted implementation plan against the actual repository code and context.
Core Features & Use Cases
- Plan verification against the codebase: Confirms the plan’s factual claims by checking that referenced paths and described behaviors actually exist.
- Two-phase rigor (spec + implementability): Evaluates whether the plan satisfies the issue requirements without adding scope, and whether an executor could implement it without guessing.
- Workflow safety via human gates: Enforces trust-based selection of the “Implementation Plan” comment, refuses to proceed on untrusted input, and posts a structured evaluation verdict.
Quick Start
Request evaluation for an issue by telling the AI to run /pipeline:evaluate-issue-plan for issue number N and produce a verdict with discrepancies, missing files, spec gaps, conflict risk, and recommendations.