Triage Issue banner
Pratiyush Pratiyush

Triage Issue

Development community

Description

Apply labels + milestone + priority to a new issue using the llmwiki triage rules. Usage: /triage-issue <issue-number> This slash command loads `docs/maintainers/TRIAGE.md` and applies the label taxonomy to the given issue. The goal is to give every new issue a type, a priority, and a layer label within 24 hours — not to fully resolve it. ## Workflow 1. **Fetch the issue** — `gh issue view <N>` for the title, body, author, current labels, and comment count. Note whether it's actually n

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-triage-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/triage-issue.md -o ~/.claude/commands/pratiyush-llm-wiki-triage-issue.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository