Comprehensive JIRA automation skills for Claude Code - 14 specialized skills covering issue management, agile workflows, time tracking, service management, and more. Natural language JIRA automation with zero JQL memorization.
npx claudepluginhub grandcamel/jira-assistant-skillsComplete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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