🧭
QualityDart

Triage

by K9i-0

Triage is a Quality skill for Claude Code, published by K9i-0 in ccpocket.

1K stars97 forkson K9i-0/ccpocketAdded 2026/08/21Repository updated 2026/08/20
androidapp-serverbridge-serverclaude-codeclicodexflutteriosmobileopenairemote-controltypescriptwebsocket
Install in seconds
Install Triage
Copy Triage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/K9i-0/ccpocket/tree/main/.claude/skills/triage ~/.claude/skills/triage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/K9i-0/ccpocket.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/triage/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/triage
Collection
One of 18 skills cataloged from this repository
Category
Quality1354 skills

What Triage does

Triage reviews a GitHub Issue or PR by number and reports the request summary, implementation difficulty, duplicate features, and whether it should be addressed. Use it when deciding priority or response for an issue or pull request.

Triage is cataloged under Quality on DirSkills. Triage comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Issue / PR トリアージ

GitHub Issue または PR の番号を受け取り、コードベースを調査して対応判断に必要な情報をレポートする。

使い方

/triage 42
/triage #8

トリアージ手順

Phase 1: 情報収集

1-1. Issue/PR の取得

番号からIssueかPRかを自動判定する。

# まずIssueとして取得を試みる
gh issue view <番号> --json number,title,body,labels,state,comments,author,createdAt

# 404なら PRとして取得
gh pr view <番号> --json number,title,body,labels,state,files,comments,author,reviews,createdAt
1-2. コメント・議論の確認
# Issueのコメント
gh issue view <番号> --json comments --jq '.comments[].body'

# PRのレビューコメント
gh pr view <番号> --json reviews --jq '.reviews[].body'
1-3. 種別の判定

IssueテンプレートやラベルからIssueの種別を判定する:

This is the opening of the README. Read the full README on GitHub.

Commands Triage provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /triage

Frequently asked about Triage

  • What else does K9i-0 publish alongside Triage?

    Triage is one of 18 skills that DirSkills catalogs from K9i-0/ccpocket, the repository it ships in. Its siblings there include App Release, Branch Merge Cleanup and Codex Guide. Each one is a separate skill with its own page in this directory, installs the same way Triage does, and is maintained by K9i-0 in that same repository. The rest of the collection is listed on the K9i-0/ccpocket page.

  • How does Triage compare to other Quality skills?

    Triage ranks #820 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Triage against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Triage is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills