jira

Automate Jira operations by dispatching actions from user-provided verbs.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LarryHsiao/Skadi --skill jira-larryhsiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/LarryHsiao/Skadi/tree/main/skills/jira
Command: npx skills add https://github.com/LarryHsiao/Skadi --skill jira-larryhsiao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Jira operations by dispatching actions based on user-provided verbs.

Core Features & Use Cases

  • Create Jira issues by inferred project keys from git history.
  • Check status and fetch sprint details, updating work states across projects.
  • Supports memory-based configuration and token-based authentication for secure automation.

Quick Start

Create a Jira issue for the current project with a concise title.

Frequently Asked Questions about jira

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

FAQPage Schema
How do I automate Jira issue creation from slash commands?

Automating Jira issue creation from slash commands is handled by dispatching actions based on user-provided verbs like create. The Skill infers project keys from git history and uses token-based authentication to securely generate issues with concise titles.

How do I fetch Jira sprint status for agile projects?

Fetching Jira sprint status for agile projects is supported by dispatching the status verb. It retrieves sprint details and updates work states across projects, utilizing optional sprint resolution to provide current progress updates.

Can I check Jira issue status without manually specifying the project key?

Checking Jira issue status without manually specifying the project key is possible through auto-detection. The Skill infers project keys from git history, allowing you to fetch status and create issues seamlessly across your workflow.

Do I need a token to automate Jira workflows with slash commands?

A token is required to automate Jira workflows with slash commands. The Skill implements token-based authentication alongside memory-based configuration to ensure secure automation and maintain prerequisites for dispatching actions.

What happens if a Jira automation action fails during sprint resolution?

If a Jira automation action fails during sprint resolution, robust error handling and fallbacks are implemented. The Skill manages prerequisites, memory loading, and token requirements securely, ensuring graceful degradation when optional sprint resolution encounters issues.

Does this Jira automation Skill support agile workflow management across multiple projects?

Supporting agile workflow management across multiple projects is a core function. The Skill updates work states across projects, fetches sprint details, and auto-detects project keys to streamline agile operations via dispatching verbs.