orchestrator: Skill for Claude Code

.claude/skills/ticket-fix/SKILL.md

ticket-fix is a skill for Claude Code, Codex from c9r-io/orchestrator. It costs 86 tokens per session (1,470 once invoked), scanned A, original, MIT.

A workflow for handling QA tickets, which are reports that software behavior may be wrong or incomplete. It checks the report against the implementation and project documentation before deciding what to do.

In plain words
What is it for?
Use it to investigate tickets, get approval for a plan, apply or route changes, reset the test environment, and rerun the checks.
Why use it?
It separates false alarms, bugs, and missing features, reducing the risk of fixing the wrong problem.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present.

This is c9r-io/orchestrator's own configuration. It tells Claude Code and Codex how to work on orchestrator itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything orchestrator configures →

Reuse

Borrowing it

Nothing to install: this file belongs to c9r-io/orchestrator. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/c9r-io/orchestrator/main/.claude/skills/ticket-fix/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/c9r-io/orchestrator

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/c9r-io/orchestrator/ticket-fix/github.svg)](https://agentmods.dev/skills/c9r-io/orchestrator/ticket-fix)
Your own site
<a href="https://agentmods.dev/skills/c9r-io/orchestrator/ticket-fix"><img src="https://agentmods.dev/badge/skills/c9r-io/orchestrator/ticket-fix/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 ticket-fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/c9r-io/orchestrator/ticket-fix"><img src="https://agentmods.dev/badge/skills/c9r-io/orchestrator/ticket-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,470 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.00086 $0.01470
Opus 5 $0.00043 $0.00735
Sonnet 5 $0.00017 $0.00294
Haiku 4.5 $0.00009 $0.00147

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

Security

Grade A, and why

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

.claude/skills/ticket-fix/SKILL.md · 113 lines

How it starts

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

Ticket Fix

Resolve QA tickets end-to-end: read the ticket, classify the issue (false positive / bug / feature gap), get user approval via plan mode, then fix or route appropriately, reset the test environment, re-run QA steps, and clean up the ticket on success.

Workflow

Phase 1: Investigate

  1. Discover tickets

    • List docs/ticket/*.md and confirm which ticket(s) to handle if not specified.
  2. Read ticket and validate

    • Parse: scenario, steps, expected/actual, environment, SQL checks.
    • Reproduce quickly against current implementation.
    • If issue no longer reproducible, document why and still run QA verification.
  3. Three-way classification (triage)

    Compare the ticket’s expected behavior against the actual design intent documented in docs/design_doc/ and docs/qa/, and classify the ticket:

    Classification Meaning Action
    False Positive (误报) Implementation is correct; test expectation is wrong Update QA docs, close ticket
    Bug (缺陷) Implementation deviates from design intent Fix code, verify, close ticket
    Feature Gap (功能缺口) Design itself is incomplete; the ticket reveals missing capability Create/update FR, update QA docs, close ticket with FR reference

    3a. False Positive (误报)

    • The implementation is correct and the ticket stems from incorrect or outdated QA expectations.
    • Identify the root cause of the misreport (e.g., outdated expected values, missing preconditions, ambiguous acceptance criteria).
    • Use common false-positive patterns as a checklist:
      • Missing required authentication/signature headers in QA commands.
      • Prerequisites incomplete or ambiguous.
      • Environment assumptions wrong for default local setup.
      • Test data references entities that do not exist.
    • Action: update the relevant QA test document(s) under docs/qa/ to correct expectations, clarify steps, or add notes that prevent future engineers from raising the same false positive.
    • Ensure updated QA commands are copy-paste-ready for the default local environment.
    • Add a troubleshooting table when the failure mode is easy to repeat.

Read the full file on GitHub · 113 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. 9d ago First seen · 113 lines · 86 tokens per session scan A c15441f9fba4

Subscribe to this mod's changes

ticket-fix is a skill published in the GitHub repository c9r-io/orchestrator (21 stars, last pushed 7d ago), licensed MIT. It adds 86 tokens to every session and 1,470 once invoked, about $0.0004 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.