Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By grandcamel
Automate JIRA operations conversationally with 14 skills powered by jira-as CLI: manage issues, agile workflows, time tracking, bulk updates, project admin, and ITSM service desks. Setup connections, discover project metadata and skills, plus audit skill documentation accuracy using reviewer agents and commands.
npx claudepluginhub grandcamel/jira-assistant-skills --plugin jira-assistant-skillsBrowse all available JIRA skills with descriptions and examples
Set up JIRA Assistant Skills with credentials and configuration
Discover JIRA project context for intelligent defaults and workflow understanding
Get detailed information about a specific JIRA skill
**Skill File:** `/Users/jasonkrueger/IdeaProjects/Jira-Assistant-Skills/skills/jira-time/SKILL.md`
Reviews jira-admin SKILL.md documentation against jira-as admin CLI. Use when validating documentation accuracy or after CLI updates.
This directory contains detailed findings from systematic reviews of JIRA Assistant Skills documentation against actual CLI implementations.
**Date:** 2026-01-31
**Date:** 2026-01-31
Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.
Epic creation and sprint management - create epics, manage sprints, view backlog, estimate with story points. TRIGGERS: 'create an epic', 'create epic', 'new epic', 'show the backlog', 'view backlog', 'add to sprint', 'move to sprint', 'set story points', 'sprint planning', 'epic for', 'link to epic', 'sprint list', 'active sprint', 'velocity', 'create subtask'. NOT FOR: bugs/tasks/stories without epic context (use jira-issue), field ID discovery (use jira-fields), searching issues by JQL (use jira-search), transitioning issues through workflow (use jira-lifecycle).
JIRA automation hub routing to 13 specialized skills for any JIRA task: issues, workflows, agile, search, time tracking, service management, and more.
Bulk operations for multiple issues at scale. TRIGGERS: 'bulk update', 'bulk close', 'bulk transition', 'bulk assign', 'transition N issues' (N >= 10), 'update all bugs', 'close 50 issues', 'mass transition', 'update multiple issues', quantities like '50 issues', '100 bugs', '20+ tickets'. Use for operations on 10+ issues. NOT FOR: single issue transitions (use jira-lifecycle), searching only without modifications (use jira-search), single issue field updates (use jira-issue).
Collaborate on issues: add/edit comments, share attachments, notify users, track activity. For team communication and coordination on JIRA issues.
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.
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`).
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
14 specialized skills for natural language Splunk automation - search, job management, exports, and administration via Claude Code
Claude Code skills for GitLab automation
17 specialized skills for Confluence Cloud automation. Natural language page management, CQL search with export, comments, attachments, labels, permissions, and JIRA integration.
10xMore context-efficientthan MCP servers |
14Specialized skillsone conversation |
245Production-readyPython scripts |
0JQL syntaxto memorize |
Natural language JIRA automation for Claude Code
From sprint planning to incident response—14 skills, 245 scripts, zero JQL memorization.
┌───────────────────────────────────────────────────────────────┐
│ You: "What's blocking the Q4 release?" │
├───────────────────────────────────────────────────────────────┤
│ Claude: Analyzing 147 issues across 3 projects... │
│ │
│ Found 4 blockers: │
│ • PLATFORM-234: API rate limiting (blocked 12 issues) │
│ • MOBILE-567: iOS signing certificate expired │
│ • WEB-890: Pending security review │
│ • INFRA-123: Database migration not scheduled │
│ │
│ Recommended actions: │
│ 1. Escalate PLATFORM-234 to @api-team (highest impact) │
│ 2. MOBILE-567 can be resolved by @devops today │
│ 3. WEB-890 needs @security-lead approval │
└───────────────────────────────────────────────────────────────┘
Get Started • Skills • Use Cases • Architecture
❌ The JQL Way
Hope you remembered the syntax... |
✅ The Natural Way
Just ask. |
| Task | Traditional JIRA | JIRA Assistant | Saved |
|---|---|---|---|
| Find my open bugs | 45 seconds | 5 seconds | 89% |
| Create sprint + add stories | 3 minutes | 15 seconds | 92% |
| Log time on 5 issues | 2 minutes | 20 seconds | 83% |
| Check what's blocking release | 5 minutes | 10 seconds | 97% |
| Bulk close 20 resolved issues | 4 minutes | 30 seconds | 88% |
Typical developer: Save 30+ minutes per week. Team of 8: Reclaim 31 work days per year.
git clone https://github.com/grandcamel/jira-assistant-skills.git
cd jira-assistant-skills
pip install jira-as
pip install -e . # Install the jira-as CLI
export JIRA_API_TOKEN="your-token"
export JIRA_EMAIL="you@company.com"
export JIRA_SITE_URL="https://company.atlassian.net"
# Just ask Claude
claude "Show me my open issues"
claude "Create a bug: Login button not working"
claude "What's blocking the release?"
# Or use the CLI directly
jira-as issue get PROJ-123
jira-as search query "project = PROJ AND status = Open"
jira-as time log PROJ-123 2h
That's it. Claude now has full JIRA access via natural language, and you can use the jira-as CLI directly from your terminal.
If you're using the Assistant Skills plugin system, run the setup wizard:
/assistant-skills-setup