Claude Jira Skill
Description
Claude Code skill for Jira Cloud REST API — no MCP, just curl
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-jira-skill
A Claude Code skill that interacts with Jira Cloud via the REST API v3 directly — no MCP server, no CLI binary, just `curl`. Claude reads the skill and executes API calls inline via the Bash tool.
Why not MCP?
The official Atlassian MCP server loads tool descriptions into every session and is unreliable in practice. This skill is a single markdown file Claude loads on demand when you mention a Jira ticket. No persistent process, no silent failures.
Prerequisites
- Claude Code ≥ 2.0
curlandjq(both available by default on macOS;brew install jqif missing)- A Jira Cloud account with API token access
Install
git clone https://github.com/stevenluongo/claude-jira-skill.git
cd claude-jira-skill
chmod +x setup.sh
./setup.sh
The setup script will ask for your Jira domain, project key, email, API token, and where to install.
API token
Sign in to your Jira site first — otherwise the token URL bounces through a login and lands on your profile page instead of the token list.
- Sign in at
https://.atlassian.net - Go to id.atlassian.com/manage-profile/security/api-tokens — or navigate by hand: avatar (top right) → Manage account → Security → Create and manage API tokens
- Click Create API token
- Enter a label (e.g.
claude-code-cli) - Set an expiration date (1–365 days)
- Click Create and copy the token immediately — Atlassian won't show it again
No scopes need to be selected. Classic API tokens inherit your Atlassian account's existing Jira permissions.
Supported operations
| # | Operation | API endpoint |
|---|---|---|
| 1 | Get ticket | GET /rest/api/3/issue/{key} |
| 2 | Search / JQL | POST /rest/api/3/search/jql |
| 3 | Create ticket | POST /rest/api/3/issue |
| 4 | Transition status | POST /rest/api/3/issue/{key}/transitions |
| 5 | Add comment |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11