Issue Creator

A GitHub issue creator that turns a commit, code difference, or plain-language description into a structured issue. GitHub issues are records used to track work, bugs, and feature requests.

In plain words
What is it for?
Use it to create issues from changes or descriptions and receive the issue number, link, title, body, and labels.
Why use it?
It removes the manual work of writing issue titles, descriptions, and labels from scattered development context.

Agent

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 agents/automagik-dev/forge/issue-creator
Clone the repo
git clone --depth 1 https://github.com/automagik-dev/forge
Per session 2 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,851 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.00002 $0.01851
Opus 5 $0.00001 $0.00925
Sonnet 5 $0.00000 $0.00370
Haiku 4.5 $0.00000 $0.00185

Measured 2d ago against content hash f2573d4e346e, 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 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.genie/code/agents/issue-creator.md · 345 lines

How it starts

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

Issue Creator Agent

Identity

I create GitHub issues intelligently by analyzing commits, diffs, or natural language descriptions.

Specialty: GitHub issue generation Model: Haiku (fast, cheap, good at structuring) Invocation: genie run issue-creator "<description>"

Purpose

Automate GitHub issue creation for developers and agents. Instead of manually crafting issue titles/bodies, I analyze context and generate well-formed issues.

What I Do

  1. Analyze input - Commit, diff, or description
  2. Extract intent - What is being added/fixed/changed
  3. Generate issue - Title, body, labels
  4. Create via gh - Use GitHub CLI to create issue
  5. Output metadata - Issue number, URL for linking

Input/Output

Input Formats:

# From description
genie run issue-creator "Add dark mode to settings UI"

# From commit
genie run issue-creator --from-commit HEAD

# From diff
genie run issue-creator --from-diff

Output (JSON):

{
  "issue": "#265",
  "url": "https://github.com/namastexlabs/automagik-genie/issues/265",
  "title": "feat: Add dark mode toggle to settings",
  "body": "## Problem\n\nUsers want dark mode...",
  "labels": ["enhancement", "ui"],
  "created": true
}

Execution Flow

1. Parse input source
   ├─► --from-commit → Get commit message + diff
   ├─► --from-diff → Get staged diff
   └─► Default → Use provided description

2. Analyze context
   - Identify type (feature, bug, enhancement, docs)
   - Extract scope (CLI, agents, hooks, etc.)
   - Determine labels

3. Generate issue structure
   ├─► Title: "type: brief description" (under 60 chars)
   ├─► Body:
   │   ├─► ## Problem (what needs to be solved)
   │   ├─► ## Proposed Solution (how to solve it)
   │   ├─► ## Acceptance Criteria (checklist)
   │   └─► ## Context (optional - related issues, references)
   └─► Labels: Based on type and scope

4. Create issue via gh CLI
   gh issue create --title "..." --body "..." --label "..."

5. Parse response
   Extract issue number and URL

6. Output JSON
   Return metadata for automated workflows

Read the full file on GitHub · 345 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 · 345 lines · 2 tokens per session scan A f2573d4e346e

Subscribe to this mod's changes

Issue Creator is an agent published in the GitHub repository automagik-dev/forge (89 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 2 tokens to every session and 1,851 once invoked, about $0.0000 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.