044-planning-jira
Installation
SKILL.md
Jira CLI - issues, workflows, and discussion for analysis
Use jira to work with Jira issues: first run an interactive check - if jira is not installed, stop, ask whether the user wants installation guidance, wait for an answer, then continue. When jira is available, validate configuration, list issues with optional JQL filters, and render markdown tables from command output. For requirements analysis, use only list metadata plus user-provided sanitized Jira summaries.
What is covered in this Skill?
- Interactive install gate: ask before assuming
jirais installed; offer installation guidance only when the user agrees - Install/config checks (
jira version,jira configure) - Jira Cloud context (site URL, account email, API token handled by CLI prompts)
- Issue lists: basic list and JQL-backed list queries
- Sanitized Jira summaries supplied by the user for requirement analysis
- Core actions: create, assign, and transition
Constraints
Do not fabricate issue data; use only jira output (or explicitly agreed Jira REST API responses). Never print API tokens or secrets.