review-issue

Classify a GitHub issue and generate a recommendation deck.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/houfu/lq-maintainer-agent --skill review-issue-houfu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-issue
Source: https://github.com/houfu/lq-maintainer-agent/tree/main/skills/review-issue
Command: npx skills add https://github.com/houfu/lq-maintainer-agent --skill review-issue-houfu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of attention routing and cognitive overload for maintainers by providing a structured, canon-aligned review of individual GitHub issues.

Core Features & Use Cases

  • Automated Classification: Automatically categorizes issues into bugs, features, or questions while enforcing project-specific canon and ADRs.
  • Recommendation Engine: Generates a professional recommendation deck (needs-info, decompose, proceed, design, or escalate) to guide human decision-making.
  • Tone-Gated Communication: Drafts respectful, contributor-friendly responses that adhere to project conduct standards before any public interaction.

Quick Start

Invoke the review-issue skill by running the command /lq-maintainer:review-issue followed by the specific issue number you wish to analyze.

Frequently Asked Questions about review-issue

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

FAQPage Schema
How do I automate GitHub issue triage to classify intent and reduce cognitive overload?▼

Automating GitHub issue triage involves performing a read-only review of individual issues to classify intent and generate a recommendation deck. This process evaluates contributions against project canon and ADRs to determine the appropriate resolution path.

What is canon-aligned code review for GitHub issues?▼

Canon-aligned code review is a structured evaluation of GitHub issues that checks contributions against project-specific canon and architecture decision records. It categorizes issues into bugs, features, or questions to guide human decision-making.

Do I need the GitHub CLI to review issues locally?▼

Yes, reviewing issues locally requires integration with the GitHub CLI and local repository state. This ensures all findings and generated recommendation decks are grounded in the current project context.

How do I generate a recommendation deck for a GitHub issue?▼

To generate a recommendation deck, run the review command followed by the specific issue number. The engine evaluates the issue and outputs actionable recommendations like needs-info, decompose, proceed, design, or escalate.

Can I draft contributor-friendly responses when triaging GitHub issues?▼

Yes, the issue review process includes tone-gated communication to draft respectful, contributor-friendly responses. These drafts adhere to project conduct standards before any public interaction occurs.

What are the limitations of automated issue triage for maintainers?▼

Automated issue triage performs a read-only review and does not modify the issue directly. It requires local repository state access, limiting its use in isolated environments without full project canon context.