issue-creator

issue-creator is a skill for Claude Code, Codex from termio-sh/termio. It costs 96 tokens per session (1,441 once invoked), scanned A, original, MIT.

A guide for turning unclear user feedback from text, chat excerpts, or screenshots into a focused GitHub issue, a tracked software-work item. It preserves the original request and separates evidence from information that is still unknown.

In plain words
What is it for?
Use it when creating an issue from customer feedback, a conversation, or a screenshot. It helps document the reported problem and relevant repository context without adding unsupported details.
Why use it?
It prevents vague feedback from becoming an invented or overconfident requirement. It makes the user's problem, situation, desired result, impact, and open questions easier for developers to act on.

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/termio-sh/termio/issue-creator
Any agent
npx skills add termio-sh/termio --skill issue-creator
Clone the repo
git clone --depth 1 https://github.com/termio-sh/termio

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 issue-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/termio-sh/termio/issue-creator.svg)](https://agentmods.dev/skills/termio-sh/termio/issue-creator)
Your own site
<a href="https://agentmods.dev/skills/termio-sh/termio/issue-creator"><img src="https://agentmods.dev/badge/skills/termio-sh/termio/issue-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,441 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.00096 $0.01441
Opus 5 $0.00048 $0.00720
Sonnet 5 $0.00019 $0.00288
Haiku 4.5 $0.00010 $0.00144

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

Security

Grade A, and why

issue-creator 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 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.

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.

skills/issue-creator/SKILL.md · 174 lines

How it starts

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

Vague user request → actionable GitHub issue

Preserve the user's voice, identify the underlying problem, add only grounded repository context, and create the smallest honest issue that moves the work forward. Never turn missing information into confident requirements.

Workflow

1. Normalize the raw input

Handle all three input modes:

  • Pasted text: preserve the most useful original sentence verbatim.
  • Screenshot: inspect both visible text and UI context. Transcribe only what is legible and mark uncertainty. Keep the original image for Evidence.
  • Mixed: treat the pasted explanation as context and the screenshot as primary evidence unless they conflict; surface any conflict.

Build a private scratch intake before drafting:

Field Extract
Actor Who experiences this?
Situation When and where does it happen?
Friction What is hard, broken, or missing now?
Desired outcome What should the user be able to achieve?
Impact Why does it matter?
Explicit constraints What did the user actually require?
Unknowns What remains unclear?

Do not force the request into “As a user, I want…” language. Preserve a direct quote when it expresses the pain better than a summary.

If the message is phrased as a question, identify the latent need but first check whether existing behavior or documentation already answers it. Do not file a feature request for something the product already supports.

2. Resolve repository conventions

Use an explicitly named repository; otherwise resolve the current checkout:

gh auth status
gh repo view --json nameWithOwner,defaultBranchRef,visibility,hasIssuesEnabled
gh issue list --state all --limit 10 --json number,title,state,url
rg --files -g 'CONTRIBUTING*' -g '.github/ISSUE_TEMPLATE/**'

Read any relevant issue template or contributing guide. Match the repository's language, headings, title style, and metadata conventions. Do not invent labels, types, milestones, or assignees.

Read the full file on GitHub · 174 lines

Files

What ships with it

2 files 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. 4d ago First seen · 174 lines · 96 tokens per session scan A 1db2128064de

Subscribe to this mod's changes

issue-creator is a skill published in the GitHub repository termio-sh/termio (359 stars, last pushed 4d ago), licensed MIT. It adds 96 tokens to every session and 1,441 once invoked, about $0.0005 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.