jira

Create Jira issues, plan sprints, configure workflows, and run JQL queries.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bacoco/openfang-fork --skill jira-bacoco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/bacoco/openfang-fork/tree/main/crates/openfang-skills/bundled/jira
Command: npx skills add https://github.com/bacoco/openfang-fork --skill jira-bacoco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Jira project management, helping users efficiently handle issues, sprints, workflows, and reporting to improve team productivity and project visibility.

Core Features & Use Cases

  • Issue Management: Create, organize, and track issues with clear titles, descriptions, and acceptance criteria.
  • Sprint Planning: Facilitate effective sprint planning by sizing work based on team velocity and avoiding overcommitment.
  • JQL Queries: Leverage Jira Query Language for advanced filtering and reporting on project data.
  • Workflow Optimization: Implement simple, effective workflows and use automation for smoother transitions.
  • Use Case: A project manager can use this Skill to quickly generate a JQL query to identify all open bugs assigned to their team that are blocking critical user stories.

Quick Start

Use the jira skill to find all open bugs assigned to me.

Frequently Asked Questions about jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use JQL to find all open bugs assigned to my team?

Use Jira Query Language (JQL) to filter issues by typing a query like `assignee in (teamMembers) AND status = Open AND type = Bug`. JQL enables advanced filtering to quickly identify blocking issues and generate targeted project reports.

What is the best way to plan sprints in Jira without overcommitting team capacity?

Effective sprint planning in Jira requires sizing work based on actual team velocity. By evaluating story points against past performance, you can avoid overcommitting, optimize team capacity, and ensure steady issue resolution across sprints.

How do I create Jira issues with clear acceptance criteria?

Creating Jira issues requires structured issue types, clear titles, and detailed descriptions. Defining explicit acceptance criteria during issue creation ensures project clarity and sets measurable conditions for resolving the requested work.

Can I use Jira workflow automation for smoother issue transitions?

Implementing simple, effective Jira workflows allows you to use automation for smoother issue transitions. Configuring workflow rules ensures efficient issue resolution and maintains overall project visibility without manual status updates.

Do I need to understand Jira issue linking and labeling to maintain project clarity?

Yes, understanding Jira's structured issue types, labeling, and linking is required for effective operation. Properly linking related issues and applying consistent labels helps maintain project clarity and supports accurate JQL reporting.