Delegating to Jira Agent

Delegate Jira issue queries to a specialized sub-agent.

34|5|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/ryancnelson/deli-gator --skill delegating-to-jira-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delegating to Jira Agent
Source: https://github.com/ryancnelson/deli-gator/tree/main/examples/1-issue-tracker/skills/delegating-to-issuetracker-agent
Command: npx skills add https://github.com/ryancnelson/deli-gator --skill delegating-to-jira-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents your main AI assistant from getting bogged down with complex Jira API details, which bloats context, increases costs, and reduces focus. It delegates specialized Jira queries to a sub-agent, ensuring your primary AI remains efficient and cost-effective.

Core Features & Use Cases

  • Jira Issue Management: View, search, comment on, and create Jira issues.
  • Personalized Task Tracking: Quickly see all Jira issues assigned to you.
  • Context-Aware Search: Find issues by keywords, status, or assignee with intelligent filtering.
  • Use Case: When a user asks to "create a Jira for log reduction work", this Skill automatically delegates the task to a specialized sub-agent, which executes the necessary issuetracker-create command and returns the new issue key, without exposing complex API details to the main AI.

Quick Start

Example: Delegating a Jira query

Task( subagent_type: "general-purpose", description: "Query Acme Jira", prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>

USER REQUEST: Show me my open Jira issues

Return clean, formatted results ready to show the user." )

Frequently Asked Questions about Delegating to Jira Agent

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

FAQPage Schema
How do I automate Jira tasks without overloading my AI assistant?

Delegating to a Jira agent isolates complex API calls in a specialized sub-agent, keeping your main assistant focused and reducing context pollution. This approach handles issue queries, searches, creation, and updates without exposing low-level Jira details to the primary session.

Can I search and filter Jira issues by status, keyword, or assignee?

Yes. The Jira delegation agent supports context-aware search across issues by keywords, status, and assignee. It recognizes issue keys like PROJ-1234, filters for open issues, and returns formatted results without requiring direct API interaction.

What happens when I ask to create or comment on a Jira issue?

The Skill automatically routes the request to a sub-agent, which executes the necessary issuetracker commands and returns the result—such as a new issue key or confirmation—cleanly formatted and ready to display to the user.

How does delegating to a sub-agent reduce costs and improve efficiency?

By offloading Jira API complexity to a specialized sub-agent, your primary AI avoids context bloat from API documentation and request handling, lowering token usage and keeping reasoning focused on higher-value tasks.

Can I quickly see all Jira issues assigned to me?

Yes. The agent recognizes personalized task-tracking requests and returns your assigned issues with intelligent filtering, showing open tasks without exposing raw API data to the main session.

Does this work with Atlassian Jira instances?

Yes. The Skill is designed for Atlassian Jira and delegates queries, searches, creates, updates, and comments on issues within your Jira environment through a specialized sub-agent.