fix-ticket

fix-ticket is a skill for Claude Code, Codex from EricTechPro/startup-claude-skills. It costs 115 tokens per session (8,459 once invoked), scanned A, original, MIT.

An automated workflow for fixing a Jira bug ticket from initial review through code changes, review, commit, and handoff to quality assurance. Jira is a tool teams use to track software work, and quality assurance means checking that a fix works.

In plain words
What is it for?
Use it to fix a Jira bug, review and commit the change, move the ticket to QA, assign it to a QA engineer, and add a summary comment.
Why use it?
It removes the need to move the bug through each Jira and development step by hand. It also supports different branch strategies, such as working in an isolated copy of the code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to fix a Jira bug, review and commit the change, move the ticket to QA, assign it to a QA engineer, and add a summary comment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/erictechpro/startup-claude-skills/fix-ticket
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 EricTechPro/startup-claude-skills --skill fix-ticket
Clone the repo
git clone --depth 1 https://github.com/EricTechPro/startup-claude-skills

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 fix-ticket

README.md
[![agentmods](https://agentmods.dev/badge/skills/erictechpro/startup-claude-skills/fix-ticket.svg)](https://agentmods.dev/skills/erictechpro/startup-claude-skills/fix-ticket)
Your own site
<a href="https://agentmods.dev/skills/erictechpro/startup-claude-skills/fix-ticket"><img src="https://agentmods.dev/badge/skills/erictechpro/startup-claude-skills/fix-ticket.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,459 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.00115 $0.08459
Opus 5 $0.00057 $0.04229
Sonnet 5 $0.00023 $0.01692
Haiku 4.5 $0.00012 $0.00846

Measured 8d ago against content hash 338c93381553, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

fix-ticket 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 8d 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.

skills/fix-ticket/SKILL.md · 766 lines

How it starts

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

Fix Ticket

Automate the full lifecycle of a Jira bug ticket: read the ticket, implement the fix, review changes, commit, transition to QA, assign to QA engineer, and comment with a summary. Zero-touch pipeline from ticket to QA handoff.

Prerequisites

Read CONFIG.md at the start of every run. This file contains project-specific settings (Jira project key, team members, transition IDs, deployment config, QA credentials). If CONFIG.md doesn't exist, warn the user and point them to CONFIG.template.md.

When to Use

  • User passes a Jira ticket ID (e.g., PROJ-123) and wants it fixed end-to-end
  • User says "fix this ticket", "resolve this bug", "fix and ship PROJ-XXX"
  • Any bug ticket that needs the full fix-review-commit-handoff cycle

Parameters

Parameter Default Description
(first arg) required Jira ticket ID (e.g., PROJ-123)
branch ask Branch strategy: ask (default — prompt user to choose), worktree (isolated worktree, auto-merges to main), main (commit directly to main), new (create fix branch)
skip-review false Skip the review-team phase
skip-jira false Skip Jira transition/assign/comment (just fix and commit)
assignee (from CONFIG.md) QA assignee: alias from CONFIG.md or a Jira accountId
auto-commit true Auto-commit after fix is verified
skip-deploy false Skip deployment monitoring
skip-verify false Skip pre-fix QA verification (headless browser bug reproduction)
skip-qa-check false Skip post-fix QA verification (headless browser fix confirmation)

Invocation

/fix-ticket PROJ-123                       # asks branch strategy first (default)
/fix-ticket PROJ-123 branch=main          # urgent fix, commit directly to main
/fix-ticket PROJ-123 branch=new           # create fix/PROJ-123 branch
/fix-ticket PROJ-123 branch=worktree      # isolated worktree (great for parallel runs)
/fix-ticket PROJ-123 skip-review=true
/fix-ticket PROJ-123 skip-jira=true
/fix-ticket PROJ-123 skip-deploy=true
/fix-ticket PROJ-123 skip-verify=true
/fix-ticket PROJ-123 skip-qa-check=true

Read the full file on GitHub · 766 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 766 lines · 115 tokens per session scan A 338c93381553

Subscribe to this mod's changes

fix-ticket is a skill published in the GitHub repository EricTechPro/startup-claude-skills (55 stars, last pushed 3mo ago), licensed MIT. It adds 115 tokens to every session and 8,459 once invoked, about $0.0006 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-08-30.

Related

Other skills, from other repositories

agent-merge-conflict-arbiter

Neutral arbiter for merge conflicts between two agents.

NousResearch/hermes-agent · 19 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

bisect

Bisect regressions or broken builds in the Chromium repository using deterministic binary search, checking out midpoint commits, syncing dependencies with gclient sync, compiling the target with autoninja, and querying the user for test results until the culprit commit is isolated.

chromium/chromium · 52 tokens

mantis-critic

Assesses the production viability of findings, filtering out debug-only features and assertion traps. Use when findings have been validated and you need to confirm they are triggerable in production release builds (with assertions disabled). Don't use for writing reproduction scripts or patches.

google/mantis · 55 tokens

hotpath_bump

Bump the hotpath version number across the workspace and related files. Updates crate versions in Cargo.toml files (exact patch version) and version references in the backend middleware, hotpathinit skill, and README (major.minor only). Use when the user wants to bump, bump the version, or release a new hotpath…

pawurb/hotpath-rs · 73 tokens

comet-github-issue-fix

A workflow for fixing a confirmed Comet-related GitHub issue or review blocker within an isolated scope. It covers matching the work to the relevant workflow, testing the change, checking runtime results, and preparing a careful handoff.

rpamis/comet · 71 tokens