Jirac
Korrekt-syntaks Jira CLI-snydeark for jirac Rust-binæren — ingen rå REST-gætværk.
Testet · Virker
Hvad det gør
Lærer an agent to drive Jira entirely through the `jirac` CLI — listing, creating, transitioning, commenting on, bulk-editing, cloning, linking, and archiving issues, plus sprint lifecycle, worklogs, standup/sprint summaries, and MCP registration — instead of hand-rolling raw Jira REST calls. Udløses ved any Jira issue-management request (list/create/transition/comment/sprint/standup) once the `jirac` binary is installed and authenticated via `jirac auth login`. The command reference is accurate down to CLI-specific quirks, such as `transition` taking a positional argument rather than a `--to` flag.
Testrapport
Bad om the exact commands to check status, standup, transition, and comment on an issue: unguided, the natural guess was `jira ... --to Done`; the skill's documented syntax is `jirac issue transition PROJ-123 'Done'` (positional, no --to) — the skill catches a real, verifiable CLI gotcha a generic guess gets wrong.
Testet: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/mulhamna/jira-commands cd jira-commands mkdir -p ~/.claude/skills cp -r clawhub/jirac ~/.claude/skills/jirac
Kommandoer og eksempelprompter
/jiracKorrekt-syntaks Jira CLI-snydeark for jirac Rust-binæren — ingen rå REST-gætværk.
Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):
List my assigned Jira issues in project PROJ using jirac please.Generate my daily standup summary from Jira with the jirac CLI.Transition PROJ-123 to Done and add a QA comment using jirac.