Skip to content

chenhunghan/jira-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-skill

An Agent Skill for managing Jira work items with Atlassian CLI (acli) and mdadf for Markdown-to-ADF conversion.

What it does

  • View, create, edit, search, transition, assign, and comment on Jira work items using Atlassian's own CLI (acli)
  • Rich text that works — write Markdown, get proper Jira formatting via mdadf. No raw JSON or plain text.
  • Safe by default — won't modify Jira unless you ask. Shows current state before edits. Checks status before transitions.
  • Zero setup — asks for your project key on first use. No Python, no Docker, no config files required.
  • Cross-platform — macOS, Linux, and Windows PowerShell

Install

npx skills add chenhunghan/jira-skill

Requires acli and mdadf — the skill will check for both on first run.

On first use the skill asks which Jira project to use and where to save the config — no manual setup needed. If you prefer to pre-configure:

# Global — shared across all repos (recommended for most users)
mkdir -p ~/.config/jira-skill
echo '{ "defaultProject": "YOUR_PROJECT_KEY" }' > ~/.config/jira-skill/config.json

# Per-repo — overrides the global config for this repo only
echo '{ "defaultProject": "YOUR_PROJECT_KEY" }' > .jira-skill.json

License

MIT

About

Agent skill for managing Jira work items with acli and mdadf

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages