Claude-skill-registry 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".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/jira-status" ~/.claude/skills/majiayu000-claude-skill-registry-jira-status && rm -rf "$T"
manifest:
skills/data/jira-status/SKILL.mdsource content
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
- Start working on an issue/jira:work
- Sync changes with Jira/jira:sync