review-issues

Review GitHub issues, pull requests, diffs, and bug reports for risks and missing context.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/bennybennison/agent-toolkit --skill review-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-issues
Source: https://github.com/bennybennison/agent-toolkit/tree/main/adapters/codex/templates/skills/review-issues
Command: npx skills add https://github.com/bennybennison/agent-toolkit --skill review-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers and developers assess bug reports, issues, pull requests, and local diffs to find risks, missing context, edge cases, and verification steps before implementation or merging.

Core Features & Use Cases

  • Targeted scope resolution: Accepts issue or PR URLs, inspects local diffs, or asks for the smallest missing context when scope is ambiguous.
  • Compact evidence gathering: Reads issue text, PR summaries, changed files, and configured MCP-backed context while avoiding broad, unnecessary repo exploration.
  • Code-review mindset outputs: Prioritizes correctness, regressions, security risks, missing tests, and produces prioritized findings, verification checklists, and safe implementation plans.

Quick Start

Ask the skill to review the linked pull request and list the top findings, risks, and missing tests.

Frequently Asked Questions about review-issues

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

FAQPage Schema
How do I review a GitHub pull request for security risks and regressions?

To review a GitHub pull request for security risks and regressions, provide the PR URL to the skill. It inspects changed files and summaries to produce prioritized findings, verification checklists, and safe implementation plans.

What is the best way to triage bug reports and identify missing test coverage?

Triage bug reports and identify missing test coverage by submitting the issue text for assessment. The skill evaluates edge cases and missing context to generate actionable remediation steps and test coverage notes.

Can I analyze local branch diffs for correctness before merging?

Yes, you can analyze local branch diffs for correctness before merging. The skill accepts local changes and applies a code-review mindset to spot edge cases, regressions, and risks without broad repo exploration.

Does issue triage work without broad repository exploration?

Yes, issue triage works without broad repository exploration by gathering compact evidence. It reads issue text, PR summaries, and changed files, asking for missing context only when scope is ambiguous.

How to generate a verification checklist from a pull request diff?

Generate a verification checklist from a pull request diff by submitting it for review. The skill prioritizes correctness and security risks, outputting concise prioritized findings and actionable verification steps.