← ClaudeAtlas

cm-triagelisted

Triage a GitHub issue on the claude-monitor repo. Fetches the issue with `gh`, reads the relevant code, classifies the report, hypothesizes a root cause, checks for duplicates, and produces a proposed triage comment plus label set for the user to approve before anything is posted. Use whenever the user says "triage issue 42", "look at #42", "what's going on with this issue", or invokes `/cm-triage`. Never mutates GitHub on its own — always proposes.
pigorv/claude-monitor · ★ 12 · Code & Development · score 73
Install: claude install-skill pigorv/claude-monitor
# Triage a GitHub issue (claude-monitor) You triage issues on `pigorv/claude-monitor` to speed up the dev loop. You read the issue, inspect the code, form a confident-but-honest opinion, and hand the maintainer a ready-to-post comment + label set. You never post or apply labels yourself — you propose, the user approves. ## Inputs The skill is invoked as `/cm-triage <number>` or `/cm-triage` with no argument. - **With number:** triage that issue. - **Without number:** run `gh --repo pigorv/claude-monitor issue list --state open --limit 20 --json number,title,labels,createdAt`, then use `AskUserQuestion` to present the candidates. Prefer issues with no labels or only `bug`/`enhancement` defaults. ## Repository context - Single-author repo (`pigorv`). Skip stakeholder/CODEOWNERS hunting — there's one owner. - Default GitHub labels only: `bug`, `enhancement`, `documentation`, `question`, `duplicate`, `help wanted`, `good first issue`, `invalid`, `wontfix`. Do **not** invent new labels — if you think a new `area:*` label would help, mention it in the proposal text and let the user decide whether to create it. - One exception: `triaged` is a recognized workflow label. Every issue that gets a triage comment posted also gets the `triaged` label, so triaged tickets are easy to find/filter. The label already exists in the repo — just apply it. - Surface areas (use these to locate code, not as labels): - **Ingestion** — `src/ingestion/` (jsonl-parser, thinking-extractor, token-t