jira

Search Jira Cloud issues and retrieve sprint statuses via REST API.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/BuilderIO/org-agent-starter --skill jira-builderio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/BuilderIO/org-agent-starter/tree/main/.builder/skills/jira
Command: npx skills add https://github.com/BuilderIO/org-agent-starter --skill jira-builderio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines your Jira workflow by enabling you to search for issues, check sprint statuses, and understand team workload directly through conversational commands.

Core Features & Use Cases

  • Issue Search: Find specific Jira tickets using JQL queries.
  • Sprint Overview: Get a summary of the current sprint's progress, including issues grouped by status and assignee.
  • Issue Details: Retrieve comprehensive information about a single Jira issue, including its description and comments.
  • Use Case: Quickly ask "What's the status of PROJ-123?" or "What's in the current sprint for the 'Phoenix' project?"

Quick Start

Search for all open bugs in the 'PROJ' project.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I search for Jira issues using JQL queries?

You can search for Jira issues by providing JQL (Jira Query Language) strings directly in conversational commands. The Skill uses Node.js scripts to execute these queries against the Jira Cloud REST API, returning matching issue details.

Can I check the status of a current sprint for a specific project?

Yes, you can check sprint statuses. The Skill provides a sprint overview that summarizes current progress, grouping issues by their status and assignee for the requested project directly from the Jira Cloud REST API.

How do I retrieve detailed information and comments for a single Jira ticket?

To retrieve Jira ticket details, ask for the status of a specific issue key like 'PROJ-123'. The Skill fetches comprehensive information from the Jira REST API, including the issue description and its comments.

Does this Jira integration support creating or updating issues?

No, this integration provides read-only access to Jira Cloud. It leverages the REST API strictly for searching and retrieving issue details, sprint statuses, and team workload information without modifying data.

Can I use this to understand my team's workload in Jira?

Yes, you can understand team workload. The Skill retrieves team workload information directly through the Jira Cloud REST API, allowing you to analyze issue distribution and sprint progress via conversational commands.