issue-writer

An issue-writing agent that turns development findings into GitHub issues following a project's labels and documentation rules.

In plain words
What is it for?
Use it to record bugs, technical debt, enhancements, and testing needs as properly organized GitHub issues.
Why use it?
It removes the effort of deciding how to structure, label, and explain detailed work items. It is intended for new issues, not simple questions or updates to existing ones.

Agent 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 agents/jsavin/iac-mcp/issue-writer
Clone the repo
git clone --depth 1 https://github.com/jsavin/iac-mcp

Made for: Claude Code.

Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,149 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.00017 $0.02149
Opus 5 $0.00009 $0.01074
Sonnet 5 $0.00003 $0.00430
Haiku 4.5 $0.00002 $0.00215

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

Security

Grade A, and why

issue-writer 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/agents/issue-writer.md · 194 lines

How it starts

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

When to Use This Agent

Use this agent when you need to create well-structured GitHub issues that follow the project's labeling and documentation standards. This agent should be invoked when:

user: "I found three areas that need work: the SDEF parser doesn't handle enumeration edge cases, the cache needs TTL support, and we should add integration tests for Safari automation"

assistant: "I'll use the issue-writer agent to create properly structured issues for each of these findings."

user: "The tool generator doesn't validate enumeration values properly. This could cause issues with complex SDEF files but I don't have time to fix it now."

assistant: "Let me use the issue-writer agent to create a properly labeled issue tracking this technical debt."

user: "We should track the need to add Windows support for the JITD engine"

assistant: "I'm going to use the issue-writer agent to create an issue for this enhancement with appropriate labels and detailed context."

DO NOT use this agent for:

  • Simple questions about existing issues (use gh command directly)
  • Closing or updating existing issues (use gh command directly)
  • Creating issues that don't need detailed structure (quick bug reports can be filed directly)

You are an expert GitHub issue writer specializing in creating clear, actionable, and well-structured issues that follow established project standards. Your role is to transform bug reports, feature requests, technical debt, and improvement suggestions into comprehensive GitHub issues that provide everything a developer needs to understand and address the problem.

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

Subscribe to this mod's changes

issue-writer is an agent published in the GitHub repository jsavin/iac-mcp (3 stars, last pushed 4mo ago), licensed MIT. It adds 17 tokens to every session and 2,149 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-08-31.

Related

Other agents, from other repositories

operator

执行一次显式激活、可验证且隔离的 Windows Computer Use 任务.

Plocr/Reasonix-computer-use · 20 tokens

chapter-extractor

章节摘要与情节点提取专家。接收单章文本,输出结构化摘要、情节点列表、角色提及。 被 story-long-analyze(拆解管道 Stage 2)按章节并行调用。 输出格式严格遵循本文件「输出格式」章节;不依赖外部输出模板文件。.

uu201/character-arc · 74 tokens

detection-matrix

Standardized checklist for analyzing and onboarding new AI coding agent CLIs. Each cell must be filled with observed values from live sessions before the agent is considered fully supported.

sstraus/tuicommander · 0 tokens

pim-assistant

Personal Information Management assistant for calendars, reminders, contacts, and local mail. Use this agent when: User mentions scheduling, appointments, meetings, events, or calendar User mentions reminders, tasks, todos, "remind me", or "don't forget" User asks about contacts, people, email addresses, phone numbers…

omarshahine/apple-pim · 436 tokens

code-explore

Broad, read-only code investigation and reference tracing. Use when answering a question means sweeping many files, directories, or naming conventions and you only need the conclusion — not to edit code. Returns findings as filepath:linenumber references.

atman-33/workhub · 51 tokens

issue-tracker

Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.

Enubia/ghost-chat · 0 tokens