check-issue

Validate GitHub issues for problem definitions and reduction rules.

35|7|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/CodingThrust/problem-reductions --skill check-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-issue
Source: https://github.com/CodingThrust/problem-reductions/tree/main/.claude/skills/check-issue
Command: npx skills add https://github.com/CodingThrust/problem-reductions --skill check-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a quality gate for GitHub issues related to problem definitions and reduction rules, ensuring they are useful, correct, and well-documented before development begins.

Core Features & Use Cases

  • Automated Quality Checks: Performs comprehensive checks on GitHub issues, including usefulness, non-triviality, correctness of claims, and writing quality.
  • Issue Type Detection: Differentiates between [Rule] and [Model] issue types to apply relevant checks.
  • Structured Reporting: Generates a detailed report as a GitHub comment, highlighting passed, failed, and warned checks.
  • Label Application: Automatically applies labels (e.g., Useless, Trivial, Wrong, PoorWritten, Good) to issues based on check results.
  • Use Case: When a new problem reduction rule is proposed on GitHub, this Skill can automatically review it for completeness and accuracy, providing immediate feedback to the contributor and flagging potential issues for the maintainers.

Quick Start

Use the check-issue skill to review GitHub issue number 123.

Frequently Asked Questions about check-issue

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

FAQPage Schema
How do I automate GitHub issue quality checks for problem reduction rules?

Automate GitHub issue quality checks by validating problem definitions and reduction rules for usefulness, non-triviality, and writing quality. This process analyzes issue content and applies labels like Good or PoorWritten to facilitate triage and maintain project standards.

What is automated issue triage for problem definitions and reduction rules?

Automated issue triage for problem definitions reviews GitHub issues against predefined checks for correctness and non-triviality. It differentiates between Rule and Model issue types, generating structured reports and applying relevant GitHub labels to ensure quality before implementation.

Can I automatically label GitHub issues based on code review and writing quality?

You can automatically label GitHub issues based on writing quality and code review checks. The system evaluates issue content and applies labels such as Useless, Trivial, Wrong, PoorWritten, or Good to flag potential problems for maintainers.

How do I validate cited literature correctness in GitHub issues?

Validate cited literature correctness in GitHub issues by applying predefined checks to the issue content. The validation mechanism analyzes claims within problem definitions, ensuring cited references are accurate before generating a structured report.

Does automated issue review differentiate between Rule and Model issue types?

Automated issue review differentiates between Rule and Model issue types to apply relevant checks. By detecting the specific issue type, the validation process tailors its analysis of problem definitions and reduction rules accordingly.

What are the limitations of automated problem reduction rule validation on GitHub?

Limitations of automated problem reduction rule validation include its strict focus on problem definitions, reduction rules, and specific Rule or Model issue types. It acts as a quality gate for these specific formats and may not assess general software bug reports.