new-issue

new-issue is a command for Codex from ribeirogab/zeno-agent. It costs 0 tokens per session (814 once invoked), scanned A, original, MIT.

A guided way to draft and file a GitHub issue for the current repository. It follows the repository's issue templates and supports bug reports, feature requests, and questions.

In plain words
What is it for?
Reporting reproducible bugs, proposing features, or asking usage questions while matching the repository's required issue format.
Why use it?
It turns a rough request into an issue with the information the project expects, making it easier for maintainers to understand and act on.

Command for Codex

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/ribeirogab/zeno-agent/new-issue
Clone the repo
git clone --depth 1 https://github.com/ribeirogab/zeno-agent

Made for: 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 new-issue

README.md
[![agentmods](https://agentmods.dev/badge/commands/ribeirogab/zeno-agent/new-issue.svg)](https://agentmods.dev/commands/ribeirogab/zeno-agent/new-issue)
Your own site
<a href="https://agentmods.dev/commands/ribeirogab/zeno-agent/new-issue"><img src="https://agentmods.dev/badge/commands/ribeirogab/zeno-agent/new-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 814 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.00000 $0.00814
Opus 5 $0.00000 $0.00407
Sonnet 5 $0.00000 $0.00163
Haiku 4.5 $0.00000 $0.00081

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

Security

Grade A, and why

new-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 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.

.agents/commands/new-issue.md · 58 lines

How it starts

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

New issue

Draft and file a GitHub issue against this repo, following the project's issue-template conventions.

When to invoke

The user (or another agent) types /new-issue from Claude Code. Optional argument: a one-line title or description hint.

Steps

  1. Pick the issue type. Ask the user to pick one of:

    • bug — a reproducible defect.
    • feature — a proposal for a new capability or change.
    • question — a usage or behaviour question.
  2. Collect the title. Ask the user for a short, imperative title. Suggest a Conventional Commits prefix matching the type:

    • bugfix(scope): ...
    • featurefeat(scope): ...
    • questionquestion: ... (no Conventional Commits requirement; questions are not changes)
  3. Collect the body, mirroring the right template. Use the .github/ISSUE_TEMPLATE/ files literally:

    • bug (template file bug-report.md): description, repro steps, expected, actual, environment, additional context.
    • feature (template file feature-request.md): description, motivation / use case, alternatives considered, additional context.
    • question (template file question.md): question, what you have tried.
  4. Roadmap label decision. For bug and feature only (NOT question — questions are not roadmap items), ask the user: "Should this issue be tracked on the public roadmap (ROADMAP.md)?" If yes, the issue gets the roadmap label.

  5. File the issue. Run:

    gh issue create \
      --title "<title>" \
      --label "<bug|enhancement|question>[,roadmap]" \
      --body "$(cat <<'EOF'
    <body assembled from step 3>
    EOF
    )"
    

    The label list always includes the type label (bug for bugs, enhancement for features, question for questions) and conditionally roadmap.

    Body line-wrapping (critical). GitHub renders every single \n in an issue body as <br> (GFM hard-line-break extension, enabled in issue/PR/comment bodies but NOT in repo .md files). Treat each paragraph as ONE line in the heredoc; separate paragraphs with a blank line. Do NOT hard-wrap mid-paragraph at column 72/80 — the wraps become visible breaks in the rendered issue and the body looks fragmented (see incident with #75 / #81 body rendering). Code fences, lists, and tables follow standard Markdown wrapping and are unaffected.

Read the full file on GitHub · 58 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 · 58 lines · 0 tokens per session scan A c7b6377685fa

Subscribe to this mod's changes

new-issue is a command published in the GitHub repository ribeirogab/zeno-agent (9 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 814 tokens. 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-31.