jira-skill
Jira issue management, JQL search, and wiki markup formatting
All Skills in This Repository (6)
Pure Emerald Level IndicatorsJira Syntax Validation Skill
Validate Jira wiki markup in text files against syntax standards.
Jira MCP Communication Skill
Automate Jira administration and data access via script-based agent skill.
Jira Integration Skill
Automate Jira API operations for issues, sprints, and boards via CLI scripts.
jira-integration
Automate Jira issue operations via a Bash/uvx CLI with PEP 723 dependencies.
jira-syntax
Validate Jira wiki markup syntax with a Bash-based validation script.
jira-communication
Automate Jira issue management tasks via Python CLI scripts.
Frequently Asked Questions
FAQPage SchemaHow to install jira-skill?▼
Run `npx skills add netresearch/jira-skill --all -g -y` in your terminal to install both Jira skills globally.
How to manage Jira tickets with plain language?▼
Just mention an issue key like PROJ-123 or a Jira URL, and the agent runs the right script to fetch, update, transition, or comment on the ticket automatically.
Does it work with Jira Server and Jira Cloud?▼
Yes. It supports both Jira Cloud (email plus API token) and Jira Server/Data Center (personal access token) via a simple ~/.env.jira config file.
Why does my Jira formatting look broken?▼
Jira uses wiki markup, not Markdown. The jira-syntax skill converts your text to correct Jira markup and validates it before anything is posted.
Can I preview changes before they are applied?▼
Yes. Every write or destructive operation supports a --dry-run flag so you can preview exactly what will change before executing it.