Skip to main content
Generalmarkus41

jira:triage

Triage and analyze Jira issues. Use when the user wants to "triage issues", "analyze backlog", "assess tickets", or "jira triage".

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--jira-triage
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/jira-triage/SKILL.md -o .claude/skills/jira-triage.md

Drops the SKILL.md into .claude/skills/jira-triage.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Jira Issue Triage

Triage and analyze Jira issues for prioritization and planning.

Usage

/jira:triage <issue-key|jql>

Features

  • Analyzes issue complexity
  • Estimates effort
  • Identifies dependencies
  • Suggests priority
  • Recommends assignee
  • Tags with labels

Related Commands

  • /jira:prepare - Prepare issue for development
  • /jira:work - Start working on triaged issue