Jira integration via jira-cli with wiki markup formatting support
A Claude Code plugin for Jira integration via jira-cli.
/jira-context command gathers parent, children, siblings, and recent comments# Install jira-cli (macOS)
brew install jira-cli
# Ruby (included with macOS, or install via rbenv/asdf)
ruby --version
# Interactive setup - follow prompts
jira init
# Verify
jira serverinfo
jira me
# Via Claude Code
claude plugin marketplace add kylesnowschwartz/jira-cli-skill
claude plugin install jira-cli-skill
# Search issues
jira issue list -p PROJ -s "In Progress"
# View issue
jira issue view PROJ-123
# Get rich context (parent, children, siblings, comments)
/jira-context PROJ-123
# or
/jira-context https://company.atlassian.net/browse/PROJ-123
# Create issue (use wiki markup for description!)
jira issue create -p PROJ -t Bug -s "Login fails" -b "h2. Steps
# Navigate to login
# Enter credentials
h2. Expected
Login succeeds"
# Transition
jira issue move PROJ-123 "Done"
# Find custom field IDs
ruby skills/jira/scripts/jira_fields.rb search "story points"
# Validate wiki markup
skills/jira/scripts/validate-jira-syntax.sh description.txt
The /jira-context command provides comprehensive issue context in one shot:
This is particularly useful when you need to understand an issue's place in the project hierarchy or when planning work that depends on related issues.
Usage:
/jira-context PROJ-123
/jira-context https://company.atlassian.net/browse/PROJ-123
Behind the scenes:
Uses ruby skills/jira/scripts/jira_context.rb which:
jira issue view --raw"Parent Link" = PARENT-KEYJira uses wiki markup. Common conversions:
| Markdown | Jira |
|---|---|
## Heading | h2. Heading |
**bold** | *bold* |
`code` | {{code}} |
[text](url) | [text|url] |
- item | * item |
See SKILL.md for full reference.
jira-cli cannot list available fields. The included Ruby script fills this gap:
ruby skills/jira/scripts/jira_fields.rb search "sprint"
ruby skills/jira/scripts/jira_fields.rb list --type custom --json
Auth via ~/.env.jira or environment variables (JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN):
# Jira Cloud
JIRA_URL=https://company.atlassian.net
[email protected]
JIRA_API_TOKEN=your-api-token
# Jira Server/DC
JIRA_URL=https://jira.yourcompany.com
JIRA_PERSONAL_TOKEN=your-personal-access-token
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kylesnowschwartz/jira-cli-skill --plugin jira-cli-skillCore SimpleClaude framework with intent-based commands and specialized agents
Unified review, refactoring, and cleanup workflows with specialized analysis agents
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
Learn Claude Code by building real things, one level at a time
Enforces git diff thresholds to promote disciplined code review during AI agent sessions
Comprehensive Jira integration with auto-detection of issue keys
Complete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
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.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).