jira-assistant

Detect workspace Jira configuration and perform issue operations.

1|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/RamonsDka/the-architect-overlay --skill jira-assistant-ramonsdka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-assistant
Source: https://github.com/RamonsDka/the-architect-overlay/tree/main/skills/jira-assistant
Command: npx skills add https://github.com/RamonsDka/the-architect-overlay --skill jira-assistant-ramonsdka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira configuration and operation tasks can be time-consuming and error-prone when context is missing or inconsistent across IDEs. This skill automatically detects workspace Jira configuration and enables reliable, repeatable actions like searching issues, creating tasks, updating fields, transitioning statuses, and adding comments.

Core Features & Use Cases

  • Automatic detection of Jira project configuration from workspace sources such as Cursor rules (.cursor/rules/jira-config.mdc) and AGENTS.md, minimizing setup friction.
  • End-to-end Jira operations including searching issues, creating tasks, Epics, and Subtasks, updating issues, transitioning statuses, and adding comments.
  • Interactive prompts when configuration cannot be determined, ensuring you can proceed with the correct project context in any workspace.

Quick Start

Configure Jira project detection in your workspace or let the skill auto-detect from Cursor rules or AGENTS.md, then start by asking it to search for issues or create a new task in your project.

Frequently Asked Questions about jira-assistant

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

FAQPage Schema
How do I automate Jira issue creation directly from my IDE workspace?

Automating Jira issue creation from your IDE involves detecting project configuration from Cursor rules or AGENTS.md. The skill uses the detected cloudId and projectKey to execute createJiraIssue operations, enabling reliable task, Epic, and Subtask generation without manual setup.

Can I search and update Jira issues without manually configuring project keys?

Yes, searching and updating Jira issues works without manual configuration by auto-detecting workspace settings. The skill reads Jira configuration from .cursor/rules or AGENTS.md, applying the detected project context to search, editJiraIssue, and transitionJiraIssue actions automatically.

What happens when Jira project configuration cannot be automatically detected?

When Jira project configuration cannot be automatically detected, the skill initiates interactive prompts. This ensures you can manually provide the correct project context, allowing search, creation, and transition actions to proceed accurately within any workspace layout.

Does this Jira automation tool support managing issue transitions and comments?

Yes, this Jira automation tool supports managing issue transitions and comments. It executes transitionJiraIssue and addCommentToJiraIssue actions using policy-driven workflows, applying the detected cloudId and projectKey configuration to ensure consistent status updates and communication.

Why does my Jira workspace configuration need to be detected before performing operations?

Detecting Jira workspace configuration before operations ensures actions are executed within the correct project context. By reading settings from Cursor rules or AGENTS.md, the skill prevents time-consuming and error-prone manual setups, guaranteeing reliable issue search, creation, and updates.

What is the best way to manage Jira workflows across different IDE layouts?

The best way to manage Jira workflows across different IDE layouts is using automatic workspace discovery. The skill detects project configuration from Cursor rules or AGENTS.md, standardizing issue creation, updates, and transitions across various environments.