issue-triage

Automates the triage of Trello cards by moving them to the appropriate list.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martinstannard/rtkex --skill issue-triage-martinstannard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-triage
Source: https://github.com/martinstannard/rtkex/tree/main/.claude/skills/issue-triage
Command: npx skills add https://github.com/martinstannard/rtkex --skill issue-triage-martinstannard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of triaging GitHub issues, helping to keep your project's issue tracker organized, prioritized, and actionable.

Core Features & Use Cases

  • Automated Auditing: Scans open issues for bugs, feature requests, duplicates, and risk levels.
  • Actionable Insights: Provides clear recommendations for each issue, such as labeling, requesting more info, or flagging duplicates.
  • Draft Comment Generation: Creates draft comments in English for user review before posting.
  • Use Case: When a new bug is reported, this Skill can automatically categorize it, identify if it's a duplicate of an existing issue, assess its risk, and draft a comment asking for reproduction steps, all before a human maintainer even looks at it.

Quick Start

Use the issue-triage skill to audit all open issues in the current repository.

Frequently Asked Questions about issue-triage

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

FAQPage Schema
How do I automatically triage GitHub issues and detect duplicates?

Automated GitHub issue triage scans open issues, using title similarity to detect potential duplicates, categorizing bugs and feature requests, and assessing risk levels to keep your tracker organized.

Can I automatically classify risk levels for open GitHub issues?

Yes, issue triage classifies open issues into Red, Yellow, and Green risk levels. It cross-references issues with open pull requests and detects staleness to generate actionable recommendations.

Do I need GitHub CLI authentication to audit repository issues?

Yes, GitHub CLI authentication is required for repository interaction. This allows the triage process to read open issues, cross-reference pull requests, and generate draft comments directly.

What is the best way to manage stale GitHub issues and generate actionable insights?

Issue triage automates staleness detection and audits open issues to provide clear recommendations, such as labeling, requesting more information, or flagging duplicates, ensuring actionable insights.

How does automated bug tracking handle draft comments for new reports?

When a new bug is reported, the skill categorizes it and generates draft comments in English, such as asking for reproduction steps, for human maintainers to review before posting.

Can issue triage output audit summaries in multiple languages?

Yes, the issue triage skill supports multi-language output for audit summaries, allowing teams to review categorized issues, risk assessments, and duplicate detections in their preferred language.