Skip to main content
Generalmarkus41

jira:status

Check status of current Jira work session. Use when the user asks "what's the status", "show progress", "current work", or "jira status".

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--jira-status
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-status/SKILL.md -o .claude/skills/jira-status.md

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

Jira Status Check

Check the status of the current Jira work session or a specific issue.

Usage

/jira:status [issue-key]

Features

  • Shows current work session
  • Displays issue progress
  • Lists completed tasks
  • Shows pending work
  • Reports blockers

Related Commands

  • /jira:work - Start working on an issue
  • /jira:sync - Sync changes with Jira