jira-builders
Installation
SKILL.md
Jira Ticket Management
Use jira-tool CLI for all Jira operations.
Core Commands
# Get ticket
jira-tool get WPCW-370
# Search
jira-tool search 'project=WPCW AND status="To Do"'
# List epics
jira-tool epics --project WPCW
# Create epic
jira-tool create --project WPCW --type Epic --summary "Title"
Related skills