jig-hotfix-flow

jig-hotfix-flow is a skill for Claude Code, Codex from 0x0w1/jig. It costs 63 tokens per session (2,352 once invoked), scanned A, original, MIT.

A Git workflow for fixing a defect that is already released on the main branch before unreleased work on develop is ready. It uses a separate hotfix path and then brings the fix back into develop.

In plain words
What is it for?
It helps branch a hotfix from main, deliver and tag it, publish the release, and merge the fix back into develop.
Why use it?
An urgent production fix should not require releasing unrelated unfinished changes. This workflow keeps the released fix separate while preserving the branch history needed for the next release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps branch a hotfix from main, deliver and tag it, publish the release, and merge the fix back into develop.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0x0w1/jig/jig-hotfix-flow
View source ↗ 0x0w1/jig
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 0x0w1/jig --skill jig-hotfix-flow
Clone the repo
git clone --depth 1 https://github.com/0x0w1/jig

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jig-hotfix-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/0x0w1/jig/jig-hotfix-flow/github.svg)](https://agentmods.dev/skills/0x0w1/jig/jig-hotfix-flow)
Your own site
<a href="https://agentmods.dev/skills/0x0w1/jig/jig-hotfix-flow"><img src="https://agentmods.dev/badge/skills/0x0w1/jig/jig-hotfix-flow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jig-hotfix-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/0x0w1/jig/jig-hotfix-flow"><img src="https://agentmods.dev/badge/skills/0x0w1/jig/jig-hotfix-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,352 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.02352
Opus 5 $0.00032 $0.01176
Sonnet 5 $0.00013 $0.00470
Haiku 4.5 $0.00006 $0.00235

Measured 6d ago against content hash 173fb53227ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

jig-hotfix-flow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/jig-hotfix-flow/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hotfix Flow

Use this repository skill only when a defect already released on main must be fixed before the work waiting on develop is ready to ship.

Every other fix is an ordinary task. Use develop-task-flow and let the fix ride the next release.

When This Applies

All three must hold. If any one fails, this is not a hotfix.

  1. The defect is reachable from main, so people already have it.
  2. Harm keeps accumulating for as long as the released state stands. See Hotfix Triggers — the user calling it urgent is not that.
  3. develop holds work that must not ship yet. When develop has nothing unreleased, there is no hotfix: fix it with develop-task-flow and release normally.

Hotfix Triggers

Whether a defect deserves to bypass the develop queue is a judgement, and it is made while something is on fire. So the judgement is not made here: the project writes the conditions in advance and this run only matches against them.

Resolve the list from the ## Hotfix Triggers section of the rubric file, found in the same order the grade uses:

  1. JIG_VERSION_RUBRIC environment variable.
  2. git config --local --get jig.versionRubric (repository override).
  3. .jig/versioning.md (the convention).

Accept either spelling of the section title: ## Hotfix Triggers or ## 핫픽스 트리거.

The section holds an anchoring question on a > line and the conditions answering it that the project has already recognised. When the rubric has no such section, use this default and say in the report that it was the default:

Does harm keep occurring and accumulating for as long as the released state stands?

  • The released artifact does not install or start
  • Data is lost or corrupted
  • A credential or secret is exposed
  • A published security vulnerability is exploitable
  • A released capability is entirely broken for most users

Apply it in this order:

  1. A listed condition matches. Name it, record it as a Hotfix-Trigger: trailer next to Release-Grade:, and continue.
  2. Nothing matches. Put the anchoring question to the user, in terms of what keeps happening while the release stands. A no ends the run: hand the fix to develop-task-flow and say why.
  3. Nothing matches but the answer is yes. The list is short by one condition. Propose that condition, add it to the ## Hotfix Triggers section, and commit that change on its own before the hotfix starts. Then continue from step 1 with the condition now listed.

Read the full file on GitHub · 150 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 150 lines · 63 tokens per session scan A 173fb53227ab

Subscribe to this mod's changes

jig-hotfix-flow is a skill published in the GitHub repository 0x0w1/jig (5 stars, last pushed 6d ago), licensed MIT. It adds 63 tokens to every session and 2,352 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

github-release-briefing-skill

Create a source-linked briefing for the latest published GitHub release of a public repository. Use for engineering teams tracking a dependency release; do not use it to publish releases or change repositories.

FrancyJGLisboa/agent-skill-creator · 45 tokens

taiyi-integration

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

Dong90/oh-my-taiyiforge · 27 tokens

changelog-gen

A changelog generator that turns Git history into a version-by-version record of project changes. A changelog is a readable summary of new features, fixes, breaking changes, documentation, and other updates.

laolaoshiren/claude-code-skills-zh · 19 tokens

changelog-rules

Shared changelog conventions and formatting rules referenced by /create-changelog and /update-changelog. Not typically invoked directly.

tobihagemann/turbo · 29 tokens

release

Cut and publish a full stable NAC release after main, release-PR, and publication CI pass. Use when a maintainer asks for a stable version bump, tag, or GitHub Release. Never use for release candidates; NAC RC releases are automated.

arcee-ai/nac · 53 tokens

release-engineering

Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release…

majiayu000/spellbook · 69 tokens