toolkit-triage

Classify open GitHub feedback issues into direct fixes, plan-worthy features, or clarification requests.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/erclx/aitk --skill toolkit-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toolkit-triage
Source: https://github.com/erclx/aitk/tree/main/claude/skills/toolkit-triage
Command: npx skills add https://github.com/erclx/aitk --skill toolkit-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill solves the problem of fragmented and unmanaged feedback by providing a structured, repeatable process to triage GitHub issues labeled as feedback within the toolkit repository.

Core Features & Use Cases

  • Automated Triage: Fetches open feedback issues and guides the user through a classification process (Direct fix, Plan-worthy, or Needs clarification).
  • Integrated Routing: Automatically routes tasks to appropriate workflows like git-branch or claude-feature based on the classification.
  • Lifecycle Management: Ensures issues are linked to PRs or commits, enabling automatic closure of feedback once the work is merged.

Quick Start

Invoke the toolkit-triage skill to begin processing the current queue of open feedback issues in the repository.

Frequently Asked Questions about toolkit-triage

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

FAQPage Schema
How do I automatically triage GitHub issues labeled as feedback?

Automatically triage GitHub feedback issues by classifying them into direct fixes, plan-worthy features, or clarification requests, then route them to appropriate development workflows for resolution.

What is the best way to manage GitHub feedback issues and link them to pull requests?

Manage GitHub feedback issues by linking them to commits or PRs during triage, enabling automatic closure of the feedback issue once the merged work resolves the original report.

Do I need the GitHub CLI installed to triage repository issues?

Yes, you need the GitHub CLI (gh) installed and authenticated to interact with the repository issue tracker, fetch open feedback issues, and route them through development workflows.

Can I route GitHub feedback issues to specific development workflows automatically?

Yes, you can route GitHub feedback issues to appropriate workflows like git-branch or claude-feature automatically based on their classification as direct fixes, features, or clarification requests.

What types of classifications are used when triaging open GitHub feedback?

Triage GitHub feedback uses three classifications: direct fixes for immediate bugs, plan-worthy features for future development, and clarification requests for incomplete or ambiguous issue reports.