| name | jira |
| description | MANDATORY for ANY JIRA-related tasks - provides comprehensive JIRA workflows including ticket creation, CLI usage, linking patterns, and research workflows. Consult this skill PROACTIVELY before creating, reviewing, or working with JIRA tickets. |
Mandatory
MANDATORY: ALWAYS consult this skill before ANY JIRA operation.
CRITICAL: ALWAYS read template.md FIRST when creating/reviewing tickets.
NO EXCEPTIONS: Skipping proper structure = wasted time and poor ticket quality.
Subagent Context
IF YOU ARE A SUBAGENT: You are already executing within a subagent context and spawning additional subagents will not work. Do not attempt to spawn subagents from this skill. Instead, execute JIRA operations directly and return recommendations to the primary agent.
Structure
This skill provides JIRA knowledge across focused files:
template.md- SINGLE SOURCE OF TRUTH for ticket structure, sections, examples, compliancecli-usage.md- JIRA CLI patterns, ticket operations, linking workflowsresearch.md- Codebase and ticket research workflows for finding context
Reference these files based on your task:
- Creating/reviewing tickets → Read
template.md - Using JIRA CLI or linking tickets → Read
cli-usage.md - Finding context/patterns → Read
research.md
Quick Reference
Creating Tickets:
- ALWAYS read
template.mdFIRST (NO EXCEPTIONS) - Research existing context if needed (
research.md) - Use CLI patterns correctly (
cli-usage.md) - Link related tickets appropriately (
cli-usage.md)
Reviewing Tickets:
- ALWAYS consult
template.mdfor standards - Research related tickets/code if needed (
research.md) - Update using CLI patterns (
cli-usage.md) - Maintain/add links (
cli-usage.md)
Working with JIRA:
- All CLI operations →
cli-usage.md - Linking tickets →
cli-usage.md - Finding code patterns →
research.md
Anti-Rationalization
THESE EXCUSES NEVER APPLY
"I know the ticket format already" WRONG: Read template.md anyway for current standards
"This is a simple ticket" WRONG: Even simple tickets need proper structure
"User gave me complete requirements" WRONG: Requirements are WHAT, template is HOW
NO EXCEPTIONS