issue

issue is a command for Claude Code from kavo-labs/kavo. It costs 16 tokens per session (933 once invoked), scanned A, original, Apache-2.0.

A command that turns a rough idea into a structured GitHub issue. GitHub issues are written records of work to plan and track.

In plain words
What is it for?
Use it to draft an issue with a clear title, context, affected files, and acceptance criteria.
Why use it?
It helps make issues specific, check for duplicates, and connect the request to the code that would change.

Command for Claude Code

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 commands/kavo-labs/kavo/issue
Clone the repo
git clone --depth 1 https://github.com/kavo-labs/kavo

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 issue

README.md
[![agentmods](https://agentmods.dev/badge/commands/kavo-labs/kavo/issue.svg)](https://agentmods.dev/commands/kavo-labs/kavo/issue)
Your own site
<a href="https://agentmods.dev/commands/kavo-labs/kavo/issue"><img src="https://agentmods.dev/badge/commands/kavo-labs/kavo/issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.00933
Opus 5 $0.00008 $0.00466
Sonnet 5 $0.00003 $0.00187
Haiku 4.5 $0.00002 $0.00093

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

Security

Grade A, and why

issue 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 2d 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/commands/issue.md · 72 lines

How it starts

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

Create a GitHub issue for: $ARGUMENTS

Context

  • Repo: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "NO REMOTE"
  • Existing labels: !gh label list --limit 40 2>/dev/null || echo "unavailable"
  • Open issues: !gh issue list --state open --limit 20 2>/dev/null || echo "unavailable"

Your task

If the repo line above says NO REMOTE, stop and tell the user this repo has no GitHub remote yet — the issue workflow needs one. Do not create a repository yourself; ask them to run gh repo create and say whether it should be public or private.

  1. Check for duplicates in the open issues above. If this overlaps an existing one, say so and ask whether to extend that issue instead of opening a new one.

  2. Ground it in the codebase. Read enough to name the packages and files that would actually change. An issue that cannot name its blast radius is not ready to plan against.

  3. Write the issue. Keep it short and concrete — this gets read once by a planner:

    • Title — imperative, specific (Add cursor pagination strategy, not Pagination improvements).
    • Context — why this is worth doing, in two or three sentences.
    • Acceptance criteria — a checklist of what must be true when it is done. These must be verifiable, not aspirational.
    • Affected packages — any combination of @kavo/core, @kavo/typeorm, @kavo/prisma, @kavo/mongoose, @kavo/nest, @kavo/graphql, @kavo/mcp, and docs. That list is every published package — pnpm-workspace.yaml also globs examples/*, which are real workspace packages but private and never released. Cross-check against PACKAGE_DIRS in .github/workflows/publish.yml if a new one may have landed. Write None for repo-wiring-only work (.claude/, .github/, tooling) rather than leaving it blank.
    • Constraints — the invariants that must survive. Check docs/internals/adr/ for ones this issue touches (core purity, registry- driven operations, the explicit barrel, decoration-time routes, soft delete, and relations are common ones) and cite them by number. Also cite the naming conventions in CLAUDE.md if relevant. Cite only what actually applies; skip the rest.
    • Out of scope — what this issue deliberately does not cover.

Read the full file on GitHub · 72 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. 2d ago First seen · 72 lines · 16 tokens per session scan A a55cbc9ba735

Subscribe to this mod's changes

issue is a command published in the GitHub repository kavo-labs/kavo (12 stars, last pushed today), licensed Apache-2.0. It adds 16 tokens to every session and 933 once invoked, about $0.0001 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-02.