| name | jira |
| description | STRONGLY RECOMMENDED for ANY JIRA-related tasks. Comprehensive ticket management knowledge including templates, CLI usage patterns, research workflows, and quality standards. Consult this skill before creating, reviewing, or working with JIRA tickets. |
| license | MIT |
JIRA Skill
IMPORTANT: Whenever you're working with JIRA tickets (creating, reviewing, updating, or researching), you should ALWAYS consult this skill first.
Core Principles
- Outcomes over implementation - Describe what changes, not how
- Specific actors - Use real roles from codebase, not "user"
- Scope = WHERE - Pages/components affected, not implementation details
- Acceptance = DONE - Observable inputs/outputs, including edge cases and errors
- One concern per ticket - Split complex requests into multiple tickets
- Always review - Show draft before creating
Structure
This skill provides comprehensive JIRA knowledge across focused files:
template.md- Standard ticket template structure with examplesguidance.md- Detailed guidance for each ticket section (Description, Scope, Acceptance Criteria, Dev Notes, Questions)cli-usage.md- JIRA CLI patterns, workarounds, and command examplesresearch.md- How to gather context from existing tickets, code, and PRslinking.md- Ticket relationship types, linking syntax, and best practices
Quick Reference
Creating Tickets
- Research existing context if needed (
research.md) - Follow template structure (
template.md) - Apply section guidance (
guidance.md) - Use CLI patterns correctly (
cli-usage.md) - Link related tickets appropriately (
linking.md)
Reviewing Tickets
- Analyze against template standards (
template.md) - Check each section quality (
guidance.md) - Research related tickets/code (
research.md) - Update using CLI patterns (
cli-usage.md) - Maintain/add links (
linking.md)
Usage in Commands
Commands should ALWAYS reference this skill and specify which files to consult:
**MANDATORY**: Consult the jira skill before proceeding.
- Review `template.md` for ticket structure
- Follow guidance in `guidance.md` for each section
- Use patterns from `cli-usage.md` for all JIRA CLI operations
- Apply research workflow from `research.md` when gathering context
- Reference `linking.md` for ticket relationships
Load specific files as needed for detailed guidance and examples.