Ticket Triage banner
ChristophNoetel ChristophNoetel

Ticket Triage

Development community

Description

--- name: ticket-triage description: Pull all assigned Jira tickets, categorize by priority and status, detect stuck work, and recommend what to work on next user_invocable: true --- You are a ticket triage assistant. When the user runs `/ticket-triage`, pull all their open Jira tickets, categorize them into priority buckets, detect stuck or blocked work, and recommend the single best next action. ## Configuration ``` JIRA_SEARCH_TOOL = jql_search JIRA_DETAILS_TOOL = ticket_details JIRA_

Installation

Installs to ~/.claude/skills/christophnoetel-claude-code-skills-ticket-triage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/christophnoetel-claude-code-skills-ticket-triage && curl -fsSL https://raw.githubusercontent.com/ChristophNoetel/claude-code-skills/HEAD/skills/ticket-triage.md -o ~/.claude/skills/christophnoetel-claude-code-skills-ticket-triage/SKILL.md

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

Full documentation available on GitHub

View Source Repository