Help us improve
Share bugs, ideas, or general feedback.
From scrum-master
Manage Jira issues, sprints, and boards — create, update, transition, search, and manage sprints.
npx claudepluginhub nexussema/omg-marketplace --plugin scrum-masterHow this command is triggered — by the user, by Claude, or both
Slash command
/scrum-master:jiraThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Jira You are starting the **Jira** workflow — managing Jira issues, sprints, and boards via the Jira REST API v3 and Agile API. Load the `jira` skill for API reference, auth patterns, and workflow instructions. ## Setup 1. **Verify credentials** — Check that the required environment variables are available: - `ATLASSIAN_EMAIL` — Atlassian account email - `ATLASSIAN_API_TOKEN` — API token from id.atlassian.com - `ATLASSIAN_INSTANCE` — Atlassian instance hostname (optional, defaults to `yourcompany.atlassian.net`) If not set, tell the user to configure them (see README). 2...
/jiraManages Jira tickets: fetch and analyze requirements, add comments, transition status, or search issues with JQL.
Share bugs, ideas, or general feedback.
You are starting the Jira workflow — managing Jira issues, sprints, and boards via the Jira REST API v3 and Agile API.
Load the jira skill for API reference, auth patterns, and workflow instructions.
Verify credentials — Check that the required environment variables are available:
ATLASSIAN_EMAIL — Atlassian account emailATLASSIAN_API_TOKEN — API token from id.atlassian.comATLASSIAN_INSTANCE — Atlassian instance hostname (optional, defaults to yourcompany.atlassian.net)If not set, tell the user to configure them (see README).
Quick start — fetch My Issues first:
Before showing the menu, automatically fetch the user's current issues using workflow 16 (My Issues). This gives immediate context. Display results as a markdown table.
Then present menu:
"What would you like to do?
[M] My Issues — Refresh my assigned issues (current sprint / all open) [I] Issue CRUD — Create, read, update, or delete Jira issues (Epic, Story, Task, Bug, Sub-task) [C] Create sub-tasks — Create sub-tasks under a parent issue (with structured format) [T] Transition — Move an issue to a different status (e.g., To Do → In Progress → Done) [S] Search (JQL) — Search for issues using JQL queries [P] Sprint management — List sprints, view sprint issues, move issues to a sprint [B] Board / Backlog — List boards, view backlog items [K] Bulk create — Create multiple issues at once [L] Link issues — Create relationships between issues (blocks, relates to, duplicates) [A] Attach link — Add a Confluence page URL or external link to a Jira issue [R] Remote links — View external links attached to an issue"
Route based on choice — Follow the corresponding workflow from the jira skill.
assignee = currentUser() AND sprint in openSprints().assignee = currentUser() AND status != Done./sm:sync-docs pushes a doc to Confluence, the user can immediately use this to attach the resulting URL to a Jira issue.jira skill's auth pattern to read credentials