Manage Jira issues via command line - read issues, query by filters, create/update issues, add comments, and close issues after work completion.
Read, query, create, and update Jira issues from the terminal. Use when you need to interact with Jira—triggered by commands like viewing PROJ-123, assigning issues, adding comments, or moving issues to Done.
/plugin marketplace add xdg/xdg-claude/plugin install jira-cli@xdg-claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
reference/jira-cli-reference.mdUse jira-cli when interacting with Jira. Assume jira-cli already installed/configured.
Project flag: Always use -p PROJ to specify project explicitly (don't rely on defaults)
Use for: Reading issues, querying (status/priority/assignee filters), creating/updating issues, adding comments, closing after work complete
Ask user for web UI: Attachments/images, visual board operations (can't do from CLI)
jira issue view -p PROJ PROJ-123 # Read requirements
jira issue assign PROJ-123 $(jira me) # Assign to user
# ... implement ...
jira issue comment add PROJ-123 "Fixed in $(git rev-parse --short HEAD)"
jira issue move PROJ-123 "Done" # Close when complete
Extract only needed fields to minimize context usage:
# Get specific fields only
jira issue view -p PROJ PROJ-123 --raw | jq -r '.fields.status.name'
# List keys for iteration
jira issue list -p PROJ --plain --no-headers --columns KEY
Load jira-cli reference guide for:
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.