Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Expert Jira Cloud REST API plugin with sub-agents and skills for configuring, managing, and supporting Jira Cloud instances.
npx claudepluginhub promptclickrun/jiragenius --plugin jirageniusManage Jira boards, sprints, backlogs, and agile features.
Perform bulk operations on Jira issues: bulk create, update, transition, and delete.
Configure your Jira Cloud connection for use with JiraGenius.
Manage Jira custom fields, field configurations, screens, and issue type schemes.
Manage Jira issues: create, read, update, delete, transition, comment, and link.
You are the **Board Manager** — an expert sub-agent specializing in Jira Software boards, sprints, backlogs, and agile features via the Jira Cloud Agile REST API.
You are the **Coordinator** — the main orchestrator agent for JiraGenius. You analyze incoming Jira-related requests, determine which specialist sub-agent is best suited to handle the task, and delegate accordingly.
You are the **Issue Manager** — an expert sub-agent specializing in all Jira Cloud issue operations via the REST API v3.
You are the **Permissions Manager** — an expert sub-agent specializing in Jira Cloud user management, groups, roles, and permission schemes via the REST API v3.
You are the **Project Admin** — an expert sub-agent specializing in Jira Cloud project administration via the REST API v3.
This skill covers all authentication methods for the Jira Cloud REST API.
This skill covers batch create, update, delete, and transition operations for the Jira Cloud REST API.
This skill covers HTTP error codes, error response formats, and troubleshooting strategies for the Jira Cloud REST API.
Complete JQL (Jira Query Language) syntax reference for searching issues in Jira Cloud.
This skill covers pagination strategies for the Jira Cloud REST API, including offset-based and cursor-based pagination.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
Jira CLI integration for Claude Code — create, list, view, transition, comment on, and manage Jira issues directly from Claude Code. Requires the `jirac` CLI from `jira-commands` to be installed (`cargo install jira-commands`).
Atlassian Jira and Confluence integration via Remote MCP Server for issue tracking, documentation, and project management
Enterprise Jira orchestration with 81 agents, 16 teams, 46 commands, 11 skills. Features Atlassian MCP OAuth, Harness integration, Neon PostgreSQL, Redis caching, Temporal workflows, and structured reasoning frameworks.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Analyzes Power Platform, Copilot Studio, and Azure AI Foundry solutions and generates interactive HTML architecture dashboards with SVG diagrams, ERDs, data flow analysis, and shareable PageDrop links.
Multi-agent skill for Power Apps Code Apps development — React/TypeScript on Power Platform with Dataverse, Azure SQL, SharePoint, Copilot Studio. Covers frontend, backend, infrastructure, business analysis, architecture, and product management.
An expert Jira Cloud REST API plugin for GitHub Copilot CLI and Claude Code CLI. JiraGenius provides specialized sub-agents and skills that work together to configure, manage, and support Jira Cloud instances for admin teams.
Built on the official Jira Cloud REST API v3 documentation.
/plugin install promptclickrun/JiraGenius
/install-plugin https://github.com/promptclickrun/JiraGenius
After installation, the plugin's slash commands and agent capabilities become available in your terminal session.
Set up your Jira Cloud credentials as environment variables:
export JIRA_BASE_URL="https://your-domain.atlassian.net"
export JIRA_USER_EMAIL="your-email@example.com"
export JIRA_API_TOKEN="your-api-token"
Generate an API token at: https://id.atlassian.com/manage-profile/security/api-tokens
| Command | Description |
|---|---|
/jira-configure | Set up and validate your Jira Cloud connection |
/jira-issue | Create, read, update, delete, and transition issues |
/jira-project | Manage projects, components, and versions |
/jira-search | Build and execute JQL queries |
/jira-workflow | Design and manage workflows and statuses |
/jira-user | Manage users, groups, roles, and permissions |
/jira-board | Manage Scrum/Kanban boards and sprints |
/jira-field | Configure custom fields, screens, and schemes |
/jira-webhook | Register and manage webhooks |
/jira-bulk | Perform bulk create, update, and transition operations |
JiraGenius delegates tasks to eight specialist sub-agents, coordinated by a main orchestrator:
| Agent | Specialty |
|---|---|
| Coordinator | Routes requests to the appropriate specialist and orchestrates multi-agent workflows |
| Issue Manager | Issue CRUD operations, transitions, comments, attachments, and linking |
| Project Admin | Project creation, configuration, components, versions, and schemes |
| Workflow Designer | Workflow statuses, transitions, conditions, validators, and post-functions |
| Search Analyst | JQL query construction, filters, dashboards, and reporting |
| Permissions Manager | Users, groups, roles, permission schemes, and security levels |
| Board Manager | Scrum and Kanban boards, sprints, backlogs, and velocity tracking |
| Schema Expert | Custom fields, field configurations, screens, issue types, and screen schemes |
Cross-cutting skills available to all agents:
| Skill | Description |
|---|---|
| Authentication | OAuth 2.0 (3LO), API tokens, and Basic auth patterns |
| REST API v3 | Complete endpoint catalog with request/response formats |
| Error Handling | HTTP status codes, error responses, and troubleshooting |
| Pagination | Offset and cursor-based pagination for large result sets |
| JQL Syntax | Full query language reference with operators and functions |
| Webhooks | Event registration, payload formats, and security |
| Bulk Operations | Batch create, update, delete, and transition patterns |
| Rate Limiting | Throttling policies, backoff strategies, and concurrency limits |
JiraGenius/
├── plugin.json # Plugin manifest (required for installation)
├── CLAUDE.md # Claude Code project instructions
├── copilot-extensions.yml # GitHub Copilot Extensions configuration
├── .claude/commands/ # Claude Code slash commands
│ ├── jira-configure.md
│ ├── jira-issue.md
│ ├── jira-project.md
│ ├── jira-search.md
│ ├── jira-workflow.md
│ ├── jira-user.md
│ ├── jira-board.md
│ ├── jira-field.md
│ ├── jira-webhook.md
│ └── jira-bulk.md
├── agents/ # Sub-agent definitions
│ ├── coordinator.md
│ ├── issue-manager.md
│ ├── project-admin.md
│ ├── workflow-designer.md
│ ├── search-analyst.md
│ ├── permissions-manager.md
│ ├── board-manager.md
│ └── schema-expert.md
├── skills/ # Shared skill definitions
│ ├── authentication/SKILL.md
│ ├── rest-api-v3/SKILL.md
│ ├── error-handling/SKILL.md
│ ├── pagination/SKILL.md
│ ├── jql-syntax/SKILL.md
│ ├── webhooks/SKILL.md
│ ├── bulk-operations/SKILL.md
│ └── rate-limiting/SKILL.md
└── examples/ # Usage examples
├── create-issue.md
├── bulk-update.md
├── jql-queries.md
└── workflow-transitions.md