tbobm

Burn Jira — Development skill for Claude Code

Development community

Run one unattended pass of burn process jira over labelled Jira tickets — one session per ticket, stopping at a quota threshold.

How to install Burn Jira

Installs to ~/.claude/skills/tbobm-dont-burn-it-all-burn-jira/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tbobm-dont-burn-it-all-burn-jira && curl -fsSL https://raw.githubusercontent.com/tbobm/dont-burn-it-all/HEAD/commands/burn-jira.md -o ~/.claude/skills/tbobm-dont-burn-it-all-burn-jira/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Burn Jira does


name: burn-jira description: Run one unattended pass of `burn process jira` over labelled Jira tickets — one session per ticket, stopping at a quota threshold. Previews first; does not babysit.

Run `burn process jira` **once** for the user and report its digest. Do NOT loop or re-invoke it — each `/burn-jira` is a single bounded pass. A schedule (cron, launchd, a systemd timer, a Routine) decides when it runs again.

Steps:

  1. Build the binary if it is missing: `test -x "${CLAUDE_PLU

Alternatives in Development

Full documentation available on GitHub

View Source Repository