just-works: Skill for Claude Code

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

ticket-writing is a skill for Claude Code from Dynokostya/just-works. It costs 78 tokens per session (4,849 once invoked), scanned A, original, Apache-2.0.

A writing guide for issue-tracker tickets in tools such as Jira, Linear, GitHub Issues, and Asana. It explains how to structure feature, bug, research, and discovery tickets, including acceptance criteria and reproduction details.

In plain words
What is it for?
Use it to write, rewrite, or review development tickets, especially bugs that need reproduction steps and clear expected and actual results.
Why use it?
It reduces ambiguity during triage and implementation by making the requested change, observed problem, and expected result explicit. It also helps keep tickets consistent with the project's existing style.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Dynokostya/just-works's own configuration. It tells Claude Code how to work on just-works 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 just-works configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Dynokostya/just-works. 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/Dynokostya/just-works/main/.claude/skills/ticket-writing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Dynokostya/just-works

Made for: Claude Code.

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-writing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dynokostya/just-works/ticket-writing"><img src="https://agentmods.dev/badge/skills/dynokostya/just-works/ticket-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,849 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 24
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00078 $0.04849
Opus 5 $0.00039 $0.02424
Sonnet 5 $0.00016 $0.00970
Haiku 4.5 $0.00008 $0.00485

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

Security

Grade A, and why

ticket-writing 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 5d 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-writing/SKILL.md · 330 lines

How it starts

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

Ticket Writing

Match the project's existing conventions. When uncertain, read 3–5 recent tickets to infer local style — title form, section names, typical length, and link usage. These defaults apply only when the project has no established convention.

Never rules

These are unconditional. They prevent ambiguity, lost provenance, and wasted triage regardless of project style.

  • Never ship a ticket whose title doesn't identify what will change. Titles like "bug" or "update" force every reader to open the ticket to find out. Titles are scanned in lists and boards far more often than they're clicked.
  • Never omit Steps to reproduce on a Bug. Without numbered, specific steps, the dev re-derives the repro path from scratch — the single biggest cause of "cannot reproduce" churn.
  • Never omit Expected and Actual results on a Bug. "It's broken" is not a specification. Expected is the target to fix toward; Actual is what was observed.
  • Never write acceptance criteria using subjective terms — "fast", "intuitive", "user-friendly", "good UX". They're untestable. Quantify ("search returns under 500 ms at p95") or describe observable behavior.
  • Never prescribe the solution inside the story body. "As a user, I want a React dropdown with debounced autocomplete..." locks the team into an implementation. Describe what the user needs; leave how to the implementer.
  • Never mix multiple user roles in one story. "As a user and admin, I want..." is two stories. Split them — different permissions, different flows, different tests.
  • Never leave placeholders in a published ticket[TBD], [TODO], [paste link]. Get the value before creating, ask, or add a follow-up comment after creation. Placeholders that survive to closure signal a weak process.
  • Never title a ticket with a trailing period. Wastes characters in scan-width views and doesn't match imperative-mood form.
  • Never publish a ticket without a Source link when the context came from a conversation, doc, or meeting. Tickets lose their origin within weeks.
  • Never block work on a dependency without linking the blocker. If ticket A can't start until B ships, use a blocked-by link so the board and dependency tooling can surface it.
  • Never create a ticket without checking that a similar one isn't already open. Duplicates fragment discussion, split assignment, and waste triage. Search the target tracker by title keywords and by likely tags first. Surface near-matches to the requester and let them decide: dedupe, link as relates-to, or proceed.
  • Never include a section, field, or value the user didn't request or you haven't confirmed. Required fields for the type get asked, not guessed (Spike's Timebox, Bug's Severity, Bug's Priority). Optional sections stay omitted unless the user supplies the content (Out of scope, Open questions, Attachments, Links). Inventing values to match a template pollutes the ticket with content the user must re-check, and erodes trust that the body reflects their intent.

Read the full file on GitHub · 330 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. 5d ago First seen · 330 lines · 78 tokens per session scan A d9e210127223

Subscribe to this mod's changes

ticket-writing is a skill published in the GitHub repository Dynokostya/just-works (14 stars, last pushed yesterday), licensed Apache-2.0. It adds 78 tokens to every session and 4,849 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-09-04.

Related

Other skills, from other repositories