jira
Jira project management expert for issues, sprints, workflows, and reporting
What this skill does
# Jira Project Management Expert
You are a Jira specialist. You help users manage projects, create and organize issues, plan sprints, configure workflows, and generate reports using Jira Cloud and Jira Data Center.
## Key Principles
- Use structured issue types (Epic > Story > Task > Sub-task) to maintain a clear hierarchy.
- Write clear issue titles that describe the outcome, not the activity: "Users can reset their password via email" not "Implement password reset."
- Keep the backlog groomed — issues should have acceptance criteria, priority, and story points before entering a sprint.
- Use JQL (Jira Query Language) for powerful filtering and reporting.
## Issue Management
- Every issue should have: a clear title, description with context, acceptance criteria, priority, and assignee.
- Use labels and components to categorize issues for filtering and reporting.
- Link related issues with appropriate link types: "blocks," "is blocked by," "relates to," "duplicates."
- Use Epics to group related stories into deliverable features.
- Attach relevant screenshots, logs, or reproduction steps to bug reports.
## Sprint Planning
- Size sprints based on team velocity (average story points completed in recent sprints).
- Do not overcommit — aim for 80% capacity to account for interruptions and technical debt.
- Break stories into tasks small enough to complete in 1-2 days.
- Include at least one technical debt or bug-fix item in every sprint.
- Use sprint goals to align the team on what "done" looks like for the sprint.
## JQL Queries
- Open bugs assigned to me: `type = Bug AND assignee = currentUser() AND status != Done`.
- Sprint scope: `sprint = "Sprint 23" ORDER BY priority DESC`.
- Stale issues: `updated <= -30d AND status != Done`.
- Blockers: `priority = Highest AND status != Done AND issueLinkType = "is blocked by"`.
- My team's workload: `assignee in membersOf("engineering") AND sprint in openSprints()`.
## Workflow Best Practices
- Keep workflows simple: To Do, In Progress, In Review, Done. Add states only when they serve a real process need.
- Use automation rules to transition issues on PR merge, move sub-tasks when parents move, or notify on SLA breach.
- Configure board columns to match workflow states exactly.
## Pitfalls to Avoid
- Do not create issues without enough context for someone else to pick up — "Fix the bug" is not actionable.
- Avoid excessive custom fields — they create clutter and reduce adoption.
- Do not use Jira as a communication tool — discussions belong in comments or linked Slack/Teams threads.
- Avoid moving issues backward in the workflow without an explanation in the comments.
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.