ticket-drafting-guidelines

ticket-drafting-guidelines is a skill for Claude Code, Codex from laurigates/claude-plugins. It costs 42 tokens per session (2,593 once invoked), scanned A, original, MIT.

A writing guide for structuring clear, neutral issues, pull-request descriptions, and technical tickets using a What, Why, and How format.

In plain words
What is it for?
Use it when drafting GitHub issues, bug reports, feature requests, pull-request descriptions, or refactoring tasks.
Why use it?
It makes technical requests easier to understand by separating the requested change, its reason, and the proposed approach.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/laurigates/claude-plugins/ticket-drafting-guidelines
Any agent
npx skills add laurigates/claude-plugins --skill ticket-drafting-guidelines
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

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-drafting-guidelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/laurigates/claude-plugins/ticket-drafting-guidelines.svg)](https://agentmods.dev/skills/laurigates/claude-plugins/ticket-drafting-guidelines)
Your own site
<a href="https://agentmods.dev/skills/laurigates/claude-plugins/ticket-drafting-guidelines"><img src="https://agentmods.dev/badge/skills/laurigates/claude-plugins/ticket-drafting-guidelines.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00042 $0.02593
Opus 5 $0.00021 $0.01296
Sonnet 5 $0.00008 $0.00519
Haiku 4.5 $0.00004 $0.00259

Measured today against content hash 07db14544d48, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ticket-drafting-guidelines 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 today.

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.

communication-plugin/skills/ticket-drafting-guidelines/SKILL.md · 429 lines

How it starts

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

Ticket Drafting Guidelines

Expert guidance for drafting clear, concise, and well-structured tickets for GitHub issues, pull requests, and technical documentation.

When to Use This Skill

Use this skill when... Use google-chat-formatting instead when...
Drafting a GitHub issue, bug report, or feature request with What/Why/How structure Posting a status update or announcement to a Google Chat channel
Writing a PR description or technical ticket with reference links Converting Markdown headers and bold to Google Chat's single-asterisk syntax
Structuring a refactoring task or migration plan with concrete steps Reformatting meeting notes or release notes for chat consumption
Wording the body text — What/Why/How sections, tone, reference links Use git-plugin:github-issue-writing for the GitHub issue artifact itself: [Type] Component: title format, bug/feature templates, gh issue create

Core Expertise

  • Structured Format: What/Why/How organization for clarity
  • Concise Writing: Brief descriptions with reference links
  • Markdown Standards: Proper formatting and link syntax
  • Positive Framing: Affirmative language without negative phrasing
  • Neutral Tone: Factual communication without claims or estimates
  • Reference Integration: Links to official documentation

Ticket Structure

Main Headings

Every ticket uses three primary sections:

## What

[Concise description of the subject]

## Why

[Context and motivation]

## How

[Implementation approach or resolution steps]

What Section

Purpose: Describe the subject clearly and concisely.

Guidelines:

  • State what the ticket addresses in 1-3 sentences
  • Include relevant technical terms
  • Link to related issues or PRs using [#123](URL) format
  • Reference official documentation where applicable

Example:

## What

Add support for TypeScript configuration in the build pipeline. This enables type checking during CI/CD runs and improves code quality. Related to [#456](https://github.com/owner/repo/issues/456).

See [TypeScript compiler options](https://www.typescriptlang.org/tsconfig) for configuration reference.

Read the full file on GitHub · 429 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. today First seen · 429 lines · 42 tokens per session scan A 07db14544d48

Subscribe to this mod's changes

ticket-drafting-guidelines is a skill published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 2,593 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

kanban-dev-lane

Use when a Hermes Kanban worker wants to run an autonomous implementation delegation lane with a 3-tier fallback chain across claudy -> codex (--yolo) -> agyd (agy --dangerously-skip-permissions) -> Hermes direct on quota exhaustion.

epicsagas/plugins · 58 tokens

process-backlog

Internal crew primitive, dispatched by /crew:run — do not invoke directly or select it for a user request; route backlog/catch-up requests to /crew:run, which decides the full workflow. (Function: find and advance stalled issues/PRs or ledger tasks, bounded; never merges.).

tessaryai/plugins · 65 tokens

ma

티켓 → PRD → 설계 → PLAN → 승인 → 구현 → 코드 리뷰 → MR까지 품질 게이트가 걸린 풀 파이프라인 오케스트레이터. "ma", "풀 파이프라인", "티켓부터 MR까지" 요청에 사용.

JeonJe/claude-plugins · 61 tokens

ma-review

Run an evidence-backed review of MA artifacts. Load only the selected mode; plan and code have different inputs, mutation boundaries, and completion gates.

JeonJe/claude-plugins · 143 tokens

ma-dispatch

MA impl 승인 뒤 등록된 worktree에 구현을 위임한다. "ma-dispatch", "구현 위임", "디스패치" 요청 또는 MA Phase 4에서 사용.

JeonJe/claude-plugins · 45 tokens

scrum

Scrum framework fundamentals, sprint goal writing, and agile ceremony facilitation. Use when the user asks to plan a sprint, write sprint goals, facilitate daily scrums, run sprint reviews or retrospectives, define scrum roles, manage the product backlog, or apply agile estimation techniques. Covers the three pillars…

krzysztofsurdy/code-virtuoso · 90 tokens