PuPu: Skill for Claude Code

.claude/skills/release-draft-ticket/SKILL.md

release-draft-ticket is a skill for Claude Code from haoxiang-xu/PuPu. It costs 70 tokens per session (840 once invoked), scanned A, original, Apache-2.0.

A workflow for turning a project owner's short request into a draft GitHub Project release sub-issue, a smaller task attached to a release-level issue.

In plain words
What is it for?
Use it during an active release to create an outline ticket with the intent, user value, and a few observable outcomes.
Why use it?
It records work on the project board without pretending that a short direction is already a complete technical specification.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

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

Reuse

Borrowing it

Nothing to install: this file belongs to haoxiang-xu/PuPu. 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/haoxiang-xu/PuPu/main/.claude/skills/release-draft-ticket/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/haoxiang-xu/PuPu

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 release-draft-ticket

README.md
[![agentmods](https://agentmods.dev/badge/skills/haoxiang-xu/pupu/release-draft-ticket/github.svg)](https://agentmods.dev/skills/haoxiang-xu/pupu/release-draft-ticket)
Your own site
<a href="https://agentmods.dev/skills/haoxiang-xu/pupu/release-draft-ticket"><img src="https://agentmods.dev/badge/skills/haoxiang-xu/pupu/release-draft-ticket/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 release-draft-ticket

Your own site · 80×15
<a href="https://agentmods.dev/skills/haoxiang-xu/pupu/release-draft-ticket"><img src="https://agentmods.dev/badge/skills/haoxiang-xu/pupu/release-draft-ticket.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 840 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 pass 7 Sept 2026
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.00070 $0.00840
Opus 5 $0.00035 $0.00420
Sonnet 5 $0.00014 $0.00168
Haiku 4.5 $0.00007 $0.00084

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

Security

Grade A, and why

release-draft-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 10d 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/release-draft-ticket/SKILL.md · 79 lines

How it starts

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

Release: Draft Ticket

Turn one sentence from the project owner into one outline-level GitHub issue. A draft is a placeholder for direction, not a spec. For release work, it must become a direct sub-issue of one open Size=Release parent in PUPU Project. Do not write a sprint document.

Plumbing: follow .claude/skills/release-open-sprint/board-api.md for preflight, dynamic IDs, labels, Project fields, and sub-issue operations.

Target release

Resolve the target Release parent before drafting. When exactly one open parent is in scope, use it; when none or several exist, ask the project owner. Do not add scope to a parent in In Review unless the project owner explicitly reopens it and returns it to In Progress.

What a draft IS

The English issue body has exactly this shape:

> [DRAFT — intent only. The agent responsible for implementation may refine this ticket directly.]

**What & Why** — {2-4 sentences: the direction and the user value. The project owner's intent, not a solution.}

**Acceptance (outline)**
- {≤3 outcome-level bullets — what must be observably true when done}

A draft is deliberately editable. The agent actively implementing the ticket may refine this same issue's body before or during implementation; it does not need a separate refiner or per-edit project owner approval while it preserves the stated outcome and release scope. GitHub assignee alone does not establish that responsibility. See release-refine-ticket for the recommended investigation and body shape.

The title is English. Classify the work correctly: every new user-facing capability must carry the new feature label; bugs carry bug; other work uses the nearest existing type label. An area label such as UI or MISO may accompany the type label. Estimate Size as XS through XL and set Project Status=Planning. Never use Size=Release for a delivery issue. Iterations is optional schedule metadata and is not copied or inferred from the parent.

Flow

  1. Resolve the release parent, then frame title and body from the project owner's words. Ambiguous intent permits one question at most.
  2. Show title, body, label, Size, and parent inline. Standalone use files after the project owner nods. Inside open-release Act 4, the project owner's specific scope call authorizes immediate filing; batch-review at the act's end.
  3. Create the issue, add it to PUPU Project, set Size and Status, attach it as the parent's direct sub-issue, then read back both the Project item and parent relation.
  4. Each GitHub call is non-transactional. If any step fails, STOP and report the exact remote state; do not claim all-or-none, create a document mirror, or silently reparent an existing child.

Read the full file on GitHub · 79 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. 10d ago First seen · 79 lines · 70 tokens per session scan A 9d068051d879

Subscribe to this mod's changes

release-draft-ticket is a skill published in the GitHub repository haoxiang-xu/PuPu (36 stars, last pushed today), licensed Apache-2.0. It adds 70 tokens to every session and 840 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-08-30.