triage-issue

Classify and route GitHub issues through an agent-driven triage workflow.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/x402agent/openclawd-stack --skill triage-issue-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/x402agent/openclawd-stack/tree/main/openclawd-stack/OpenShell-main/.agents/skills/triage-issue
Command: npx skills add https://github.com/x402agent/openclawd-stack --skill triage-issue-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess, classify, and route community-filed issues. Takes a specific issue number or processes all open issues with the state:triage-needed label in batch. Validates agent-first gate compliance, attempts diagnosis using relevant skills, and classifies issues for routing into the spike-build pipeline. Trigger keywords - triage issue, triage, assess issue, review incoming issue, triage issues.

Core Features & Use Cases

  • Supports Single Issue triage and Batch processing of all open issues labeled state:triage-needed, applying agent-first gate validation and structured diagnostics.
  • Guides routing to spike or build-from-issue workflows based on classification.
  • Integrates with GitHub CLI commands to fetch issue details and post triage markers as part of human-in-the-loop collaboration.

Quick Start

Run Single Issue triage for a specific issue number (e.g., 250) or batch triage all open issues with the state:triage-needed label.

Frequently Asked Questions about triage-issue

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

FAQPage Schema
How do I automate GitHub issue triage for open community submissions?

Automate GitHub issue triage by using an agent-driven workflow that evaluates, classifies, and routes issues. It processes specific issue numbers or batches all open issues labeled state:triage-needed to generate actionable routing outputs.

What is agent-first gate validation for issue management?

Agent-first gate validation is an automated compliance check applied during issue triage. It assesses community-filed GitHub issues to ensure they meet required standards before attempting diagnosis and classifying them for the spike-build pipeline.

Can I batch process all open GitHub issues that need triage?

Yes, you can batch process triage for all open GitHub issues. The workflow specifically targets and evaluates all issues labeled state:triage-needed, applying structured diagnostics to guide routing into spike or build-from-issue workflows.

Do I need the GitHub CLI to classify and route repository issues?

Yes, you need the GitHub CLI installed to classify and route repository issues. The workflow requires the gh CLI for repository inspection to fetch issue details and post triage markers for human-in-the-loop collaboration.

What is the best way to route diagnosed GitHub issues into a build pipeline?

The best way to route diagnosed GitHub issues is through structured classification that guides them into spike or build-from-issue workflows. The triage process evaluates issues and generates actionable outputs to direct them appropriately.

Why are my community-filed GitHub issues not being routed correctly?

Issues may not route correctly if they lack the state:triage-needed label or fail agent-first gate validation. The triage workflow requires proper permissions and the gh CLI to inspect repositories, diagnose issues, and post triage markers successfully.