Agent skill · AI & Agents

jira-assistant

Manage Jira issues via Atlassian MCP — search, create, update, transition status, and handle sprint tasks. Auto-detects workspace configuration. Use when user says "create a Jira ticket", "update my sprint", "check Jira status", "transition this issue", "search Jira", or "move ticket to done". Do NOT use for Confluence pages (use confluence-assistant).

tech-leads-clubgithub.com/tech-leads-clubGitHub ↗
claude-codecopilotcursorNOASSERTION
Install
npx skills add tech-leads-club/agent-skills --skill jira-assistant --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: packages/skills-catalog/skills/(development)/jira-assistant/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,983
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Jira Assistant You are an expert in using Atlassian MCP tools to interact with Jira. ## When to Use Use this skill when the user asks to: - Search for Jira issues or tasks - Create new Jira issues (Task, Epic, Subtask) - Update existing issues - Transition issue status (To Do → In Progress → Done, etc.) - Add comments to issues - Manage assignees - Query issues with specific criteria ## Configuration **Project Detection Strategy (Automatic):** 1. **Check workspace rules first**: Look for Jira configuration in `.cursor/rules/jira-config.mdc` 2. **If not found**: Use MCP search tools to discover available projects 3. **If still unclear**: Ask user to specify project key 4. **Use detected values** for all Jira operations in this conversation ### Configuration Detection Workflow When you activate this skill: 1. Check if workspace has `.cursor/rules/jira-config.mdc` with Jira configuration 2. If found, extract and use: Project Key, Cloud ID, URL, Board URL 3. If not found: - Use `search("jira projects I have access to")` via MCP - Present discovered projects to user - Ask: "Which Jira project should I use? (e.g., KAN, PROJ, DEV)" 4. Store the configuration for this conversation and pr

What's inside
Steps it walks through
  1. When to Use
  2. Configuration
  3. Configuration Detection Workflow
  4. Workflow
  5. 1. Finding Issues (Always Start Here)
  6. 2. Searching with Specific Criteria
  7. 3. Getting Issue Details
  8. 4. Creating Issues
  9. 5. Updating and Transitioning Issues
  10. Default Task Template
  11. Best Practices
  12. ✅ DO
  13. ⚠️ IMPORTANT
  14. Examples
Ships with 1 file
  • README.md
More from agent-skills
All skills →
About this skill
What does the jira-assistant skill do?

Manage Jira issues via Atlassian MCP — search, create, update, transition status, and handle sprint tasks. Auto-detects workspace configuration. Use when user says "create a Jira ticket", "update my sprint", "check Jira status", "transition this issue", "search Jira", or "move ticket to done". Do NOT use for Confluence pages (use confluence-assistant).

How do I install it?

Run `npx skills add tech-leads-club/agent-skills --skill jira-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tech-leads-club/agent-skills, a repository with 4,983 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going