triage

Classify GitHub issues and pull requests and document root causes with code references.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/special-place-administrator/citadel_codex --skill triage-special-place-administrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/special-place-administrator/citadel_codex/tree/main/skills/triage
Command: npx skills add https://github.com/special-place-administrator/citadel_codex --skill triage-special-place-administrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classify, investigate, and streamline GitHub issues and pull requests by pulling open items, identifying root causes, and proposing fixes with file:line references for faster engineering triage.

Core Features & Use Cases

  • Automated intake and classification of open issues and PRs
  • Root-cause analysis by reviewing code context and related changes
  • Proposal of fixes with file:line references, plus optional auto-fix workflows when possible
  • Comprehensive triage reports suitable for team handoffs and sprints

Quick Start

Provide a structured triage for the current repository by running triage to fetch all open issues and PRs.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate GitHub issue triage and pull request classification at scale?

You can triage GitHub issues and PRs by executing an automated workflow that fetches open items, classifies them, and documents root causes with file:line references. It processes batches of issues and PRs to streamline engineering triage at scale.

How do I find the root cause of a GitHub issue with code references?

To find root causes, the Skill reviews code context and related changes for open GitHub issues. It then documents the root cause and proposes fixes with specific file:line references, enabling faster engineering triage and resolution.

Can I batch triage open pull requests for a large repository?

Yes, you can batch triage open pull requests. The Skill automates the intake of all open issues and PRs in a repository, classifying them and retrieving per-issue details to streamline PR review workflows at scale.

What is the best way to generate triage reports for team handoffs?

The best way to generate triage reports is to run the Skill's structured triage output protocol. It produces comprehensive reports documenting root causes and proposed fixes, making them suitable for team handoffs and sprint planning.

Does automated GitHub triage work without external dependencies?

Yes, automated GitHub triage works without external dependencies. The Skill implements a self-contained execution protocol covering environment setup, issue and PR intake, classification schema, and structured triage output generation.