issue

issue is a skill for Claude Code, Codex from godshiba/genesis. It costs 79 tokens per session (563 once invoked), scanned A, original, MIT.

A registry guide for recording a bug, postponed task, or known limitation in a GENESIS project’s issue file. It assigns the next issue number, severity, date, context, and a practical investigation path.

In plain words
What is it for?
Use it to log bugs, deferrals, or limitations in docs/registry/ISSUES.md. When the project is configured for it and GitHub access is available, it can also mirror the issue to GitHub.
Why use it?
A problem recorded only in a TODO comment can be overlooked. Registering it gives the work a visible identifier and a clear route for follow-up.

Skill for Claude CodeCodex

Part of the genesis plugin — 10 skills, 3 agents shipped together

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

Made for: Claude Code, Codex.

Or install genesis, the plugin that ships this one along with the rest of its 10 skills, 3 agents.

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/skills/godshiba/genesis/issue.svg)](https://agentmods.dev/skills/godshiba/genesis/issue)
Your own site
<a href="https://agentmods.dev/skills/godshiba/genesis/issue"><img src="https://agentmods.dev/badge/skills/godshiba/genesis/issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 563 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.00079 $0.00563
Opus 5 $0.00039 $0.00282
Sonnet 5 $0.00016 $0.00113
Haiku 4.5 $0.00008 $0.00056

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

plugins/genesis/skills/issue/SKILL.md · 38 lines

What it actually says

/genesis:issue — Register an Issue

Append one entry to the Open section of docs/registry/ISSUES.md. A problem in a TODO comment is invisible; a problem with an ISS number is work.

Steps

  1. Determine the next sequential ID by scanning existing ISS- entries (including Resolved).
  2. Pick severity: high (blocks or corrupts), medium (wrong but survivable), deferred (intentional, revisit later). If unclear from context, default to medium and say so.
  3. Write the entry in the file's format: title, severity, registered date (today's real date), context with file paths, and a concrete investigation path — the first commands or files whoever picks this up should look at.
  4. GitHub mirror — only when every condition holds, else skip silently. Mirror to GitHub only if all of these are true: GENESIS_GITHUB is on (default off — GENESIS never touches GitHub unless opted in via /genesis:config); a github.com remote exists; gh is installed (command -v gh); and gh auth status succeeds. When all hold, run gh issue create --title "ISS-NNN: <title>" with a body pointing at the canonical ISSUES.md entry, then back-fill the **GitHub:** [#N](url) line. If any condition is missing, the issue stays local — skip without a word, never a blocker, never a prompt. gh is a separate CLI that acts on GitHub's servers; treat it as opt-in, capability-checked, and side-effecting.
  5. If the code contains a related TODO/FIXME, rewrite it to cite the ID: // TODO(ISS-NNN): ....
  6. Confirm in one line: ISS-NNN registered (severity) — <title>.

Resolving (when asked): move the entry under Resolved with a dated note — never delete — and, if GitHub mirroring is enabled and a mirror exists, close it in the same commit.

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. 3d ago First seen · 38 lines · 79 tokens per session scan A 2d32a93fbde4

Subscribe to this mod's changes

issue is a skill published in the GitHub repository godshiba/genesis (2 stars, last pushed 2mo ago), licensed MIT. It adds 79 tokens to every session and 563 once invoked, about $0.0004 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 skills, from other repositories

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

verify-security

安全校验关卡。自动扫描代码安全漏洞,检测危险模式,确保安全决策有文档记录。当用户提到安全扫描、漏洞检测、安全审计、代码安全、OWASP、注入检测、敏感信息泄露时使用。在新建模块、安全相关变更、攻防任务、重构完成时自动触发。.

fengshao1227/ccg-workflow · 78 tokens

development

开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.

fengshao1227/ccg-workflow · 41 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens

n8n:human-like-code-review

Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.

n8n-io/n8n · 70 tokens

n8n:create-pr

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

n8n-io/n8n · 50 tokens