issue-reviewer

Review decomposed issue drafts for implementation readiness and factual accuracy.

2|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/andrewthetechie/andrew-skills --skill issue-reviewer-andrewthetechie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-reviewer
Source: https://github.com/andrewthetechie/andrew-skills/tree/main/issue-reviewer
Command: npx skills add https://github.com/andrewthetechie/andrew-skills --skill issue-reviewer-andrewthetechie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you judge whether decomposed issue drafts are ready for implementation by a small coding model, with no hidden assumptions or missing contracts.

Core Features & Use Cases

  • Context-free completeness review: Checks whether each issue includes the required sections, pasted contracts, observable acceptance criteria, and bounded scope.
  • Grounded accuracy review: Verifies the issue's claims against the PRD and repository evidence, classifying each material claim as verified, contradicted, unsupported, ambiguous, or risky.
  • Cross-issue validation: Confirms dependency order, coverage, overlap, and valid-state sequencing across a set of issues.

Quick Start

Ask the issue-reviewer skill to assess the provided issue drafts against the PRD and repository and return a review report with verdicts and findings.

Frequently Asked Questions about issue-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review issue drafts for implementation readiness?

Implementation readiness review evaluates decomposed issue drafts for completeness, grounded accuracy, and dependency safety to ensure they are self-contained for coding models.

What is PRD validation for issue drafts?

PRD validation verifies material claims within an issue against PRD and repository evidence, classifying them as verified, contradicted, unsupported, ambiguous, or risky.

How do I check cross-issue dependencies and coverage?

Cross-issue validation confirms dependency order, coverage, overlap, and valid-state sequencing across a set of issues to return pass, revision, or block decisions.

Does issue review work for small coding model workflows?

Yes, issue review is designed for product decomposition workflows where issues must be self-contained with no hidden assumptions or missing contracts for small coding models.

What is repository grounding in issue review?

Repository grounding assesses factual accuracy by verifying an issue's claims against actual repository evidence and PRD documentation to prevent unsupported implementations.