github-issues

Triage GitHub issues for Logseq Template Graph with validation and labeling.

8|1|Updated Mar 30, 2025
One-click install
npx skills add https://github.com/C0ntr0lledCha0s/logseq-template-graph --skill github-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/C0ntr0lledCha0s/logseq-template-graph/tree/main/.claude/skills/github-issues
Command: npx skills add https://github.com/C0ntr0lledCha0s/logseq-template-graph --skill github-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-cli.

What problem does it solve?

Managing GitHub issues manually is time-consuming and prone to inconsistencies. This skill streamlines the entire issue lifecycle, from triage and labeling to planning and responding, ensuring efficient project coordination.

Core Features & Use Cases

  • Intelligent Triage: Automatically analyze issue content, validate claims, identify duplicates, and suggest appropriate labels and priorities.
  • Response Generation: Craft detailed, context-aware responses for bug reports, feature requests, and questions, including links to documentation or implementation plans.
  • Use Case: When a user reports a bug, use this skill to validate if it's reproducible, check for existing fixes, and then generate a comprehensive response with a fix plan and relevant labels.

Quick Start

Analyze GitHub issue #91, which reports a bug with the spouse property cardinality, and provide a detailed validation and fix plan.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate GitHub issue triage and labeling?

Automate GitHub issue triage by analyzing issue content, validating claims, identifying duplicates, and applying labels and priorities programmatically using gh CLI commands. This reduces manual review time and ensures consistent categorization across bug reports, feature requests, questions, and documentation issues.

Can I validate GitHub issues for accuracy and identify duplicates automatically?

Yes. Automated validation checks issue content against existing issues and codebase state to detect duplicates, verify reproducibility of bugs, and assess relevance. The system generates context-aware responses with fix plans, documentation links, and dependency relationships for efficient triage.

How do I coordinate pull requests with GitHub issues?

Link pull requests to issues by tracking issue lifecycle stages, linking related PRs through gh CLI, and updating progress across bug, feature, question, and documentation categories. This maintains clear dependency relationships and ensures coordinated implementation planning.

What's the best way to manage issue workflows at scale?

Use systematic issue triage with validation criteria, automated labeling schemes, and lifecycle tracking to standardize workflows. This approach handles multiple issue categories consistently, reduces response time, and keeps project coordination efficient across distributed teams.

Do I need GitHub CLI to automate issue management?

Yes. GitHub CLI (gh) is the required dependency for executing automated triage, labeling, PR linking, and progress updates. It enables programmatic access to issues and pull requests needed for end-to-end workflow automation.

What are the limitations of automated issue triage?

Automated triage depends on clear, structured issue content and codebase state for accurate validation. Edge cases requiring domain expertise, complex dependency analysis, or nuanced prioritization decisions may still need manual review beyond the automation's criteria and labeling schemes.