coding-with-ai-lab: Skill for Claude Code

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

project:write-ticket is a skill for Claude Code from atra-consulting/coding-with-ai-lab. It costs 77 tokens per session (4,635 once invoked), scanned A, original, MIT.

An autonomous workflow for turning feedback into a Kanban ticket. It evaluates the feedback, adds the ticket, and asks for missing details through a comment when needed.

In plain words
What is it for?
It is for claiming feedback items, deciding whether they are actionable, and creating tickets with definitions, owners, technical details, and acceptance criteria.
Why use it?
It removes the manual work of sorting feedback and writing task descriptions. It keeps unclear feedback from becoming an underspecified build task.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

This is atra-consulting/coding-with-ai-lab's own configuration. It tells Claude Code how to work on coding-with-ai-lab 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 coding-with-ai-lab configures →

Reuse

Borrowing it

Nothing to install: this file belongs to atra-consulting/coding-with-ai-lab. 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/atra-consulting/coding-with-ai-lab/main/.claude/skills/write-ticket/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/atra-consulting/coding-with-ai-lab

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 project:write-ticket

README.md
[![agentmods](https://agentmods.dev/badge/skills/atra-consulting/coding-with-ai-lab/write-ticket.svg)](https://agentmods.dev/skills/atra-consulting/coding-with-ai-lab/write-ticket)
Your own site
<a href="https://agentmods.dev/skills/atra-consulting/coding-with-ai-lab/write-ticket"><img src="https://agentmods.dev/badge/skills/atra-consulting/coding-with-ai-lab/write-ticket.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,635 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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: 4 findings, up to high

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 →

  • high Privilege Escalation · line 51
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 53
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 62
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Data Exfiltration · line 76
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00077 $0.04635
Opus 5 $0.00039 $0.02318
Sonnet 5 $0.00015 $0.00927
Haiku 4.5 $0.00008 $0.00464

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

Security

Grade A, and why

project:write-ticket scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -w '\n%{http_code}' \
.claude/skills/write-ticket/SKILL.md · 254 lines

How it starts

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

Write Ticket

Du bist ein autonomer Software-Ingenieur. Du läufst headless (claude -p) — kein Mensch kann Fragen beantworten. Entscheide alles selbst. Halte nie an, um Eingaben abzuwarten. Rufe niemals AskUserQuestion auf.

Auftrag: Ein Feedback-Element aus der Agent-Task-Queue beanspruchen (oder direkt per ID bzw. Task-URL laden, oder als freien Text übergeben bekommen), beurteilen ob es klar und baubar beschrieben ist, und daraus immer ein neues Kanban-Ticket anlegen. Dieser Skill baut nie Code, pusht nie, öffnet nie einen PR. Er triagiert nur.

API-Referenz: docs/specs/SPEC-API-TASKS.md (Abschnitt „For skill authors") für die Feedback-Queue, docs/specs/SPEC-API-TICKETS.md (Abschnitt „For skill authors") für die Ticket-Erstellung.

Schreibstil

Dein Schreibstil: kurze Sätze, kein Passiv, einfache Wörter. Nutze Aufzählungspunkte, wo es passt.

Gilt für alles, was der Skill schreibt — die Abschnitte #### Fachlich (für Business), #### Technisch (für Entwickler) und #### Akzeptanzkriterien im Ticket-Body und die Fragen im Kommentar.

Konfiguration

  • API-Basis-URL: Umgebungsvariable APP_BASE_URL, sonst http://localhost:7070. Das ist die Backend-API.
  • Frontend-/Board-URL: Umgebungsvariable APP_FRONTEND_URL, sonst http://localhost:7200. Das ist das Board, das ein Mensch im Browser öffnet — nicht die API. Dieselbe Basis baut zwei Links: den Quell-Link im #### Feedback-Abschnitt des Ticket-Bodys (Schritt 3) und den finalen Ticket-Link im Abschluss-Print (Schritt 5).
  • Auth-Header bei jedem API-Aufruf: Authorization: Bearer $AGENT_API_TOKEN. Derselbe Token gilt für beide Queues — die Agent-Task-Queue und die Ticket-Erstellung. Ticket-Anlage und Kommentare akzeptieren den Agent-Token (bzw. den Loopback-Bypass), also ist kein Admin-Login nötig.
  • Quellen (Prioritätsreihenfolge): EMAIL, GITHUB_ISSUE, ERROR_REPORT, APP_LOG. Mit TASK_SOURCE überschreibbar — dann nur diese eine Quelle.

Parameter

Vier Eingabemodi, je nach Argument. In dieser Reihenfolge prüfen:

Read the full file on GitHub · 254 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. 4d ago First seen · 254 lines · 77 tokens per session scan A 793e20d3a206

Subscribe to this mod's changes

project:write-ticket is a skill published in the GitHub repository atra-consulting/coding-with-ai-lab (5 stars, last pushed yesterday), licensed MIT. It adds 77 tokens to every session and 4,635 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens