Jira Expert
Atlassian Jira project creation, configuration, and management.
$skillfish add ~skills/jira-expert Real Conversations
See how the Jira Expert skill responds to actual requests. These are representative examples of what your AI agent will produce.
We're setting up Jira for a new 12-person dev team. We have two squads: one does frontend, one does backend/infra. We need a Scrum board, sprint tracking, and epics linked to a roadmap. How should we configure this?
Jira Configuration Guide — Two-Squad Dev Team
Project structure recommendation: Create one Jira project (Software Scrum type) for the entire team — not two separate projects. Separate projects make cross-squad dependency tracking nearly impossible.
Issue hierarchy:
Initiative (portfolio level)
└── Epic (feature set, 2–6 weeks)
└── Story (deliverable, ≤8 SP)
└── Sub-task (technical breakdown)
└── Bug
Board configuration:
- Two team boards within the same project using saved filters:
- Frontend board:
project = MYPROJ AND component = Frontend - Backend board:
project = MYPROJ AND component = Backend
- Frontend board:
- One combined roadmap at the Epic level — both squads' epics visible to leadership
Custom fields to add:
| Field | Type | Used for |
|---|---|---|
| Story Points | Number | Estimation |
| Squad | Select (Frontend/Backend) | Board filtering |
| Priority | Select (P0–P3) | Triage |
| Epic Link | Built-in | Roadmap rollup |
Automation rules to configure:
- Auto-transition story to "In Progress" when any sub-task starts
- Auto-close story when all sub-tasks are "Done"
- Slack notification when P0 bug is created
Want me to provide the exact JQL for the board filters and the automation rule configurations?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Larger models produce more detailed, production-ready outputs.
Context Window
This skill's SKILL.md is typically 3–10 KB — fits in any modern context window.
All current frontier models (Claude, GPT, Gemini) support 100K+ context. Use the full window for complex multi-service work.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Ready to try Jira Expert?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/jira-expert