Jira AI CLI
AI-friendly CLI for Jira designed for token efficiency and security. Manage issues, sprints, and projects with significantly fewer tokens than Jira MCP. Restricts AI actions to permitted operations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jira-ai npx -- -y @trustedskills/jira-ai
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jira-ai": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jira-ai"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Jira AI CLI provides an efficient and secure command-line interface for interacting with Jira instances. It minimizes token consumption by eliminating redundant context data compared to alternatives like Jira MCP, while also allowing strict control over permitted AI actions to ensure environment security. All commands output structured JSON, facilitating integration into automated workflows.
When to use it
- Automated Issue Management: Create and manage Jira issues programmatically within an agent workflow (e.g., automatically creating tasks based on external events).
- Hierarchical Analysis: Explore complex issue relationships using the
issue treeorsprint treecommands to understand dependencies and project structure. - Token-Efficient Automation: When building AI agents that require frequent Jira interactions, reduce costs by minimizing token usage compared to other methods.
- Secure API Access: Control precisely what actions your AI agent can perform within Jira using the CLI's security features.
Key capabilities
- Context Efficiency: Reduces token consumption for Jira interactions.
- Bullet-proof Security: Restricts AI agent actions to permitted operations.
- JSON Output: All commands return structured JSON data.
- Issue Hierarchy Trees: Visualize issue parent-child relationships.
- Sprint Hierarchy Trees: View issues within a sprint organized by hierarchy.
- Rich Issue Management: Create and manage Jira issues with detailed field support.
Example prompts
jira-ai issue get PROJ-123(Retrieve details for a specific Jira issue)jira-ai project list(List all projects in the connected Jira instance)jira-ai sprint tree 42 --depth 4 --max-nodes 500(Display the hierarchy of issues within sprint 42, limited to a depth of 4 and 500 nodes.)
Tips & gotchas
- Authentication requires a JSON file or
.envfile containing Jira credentials (URL, email, API token). Interactive authentication is not supported. - Be mindful of the
--depthand--max-nodesparameters when generating hierarchy trees to avoid overwhelming the system with large datasets.
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 51fce8c0, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.