rome: Skill for Claude Code

.claude/skills/file-issue/SKILL.md

file-issue is a skill for Claude Code from rome-os/rome. It costs 94 tokens per session (1,584 once invoked), scanned A, original, MIT.

A guided workflow for creating one GitHub issue from a user’s description and the project’s issue rules. GitHub issues are tracker entries for bugs, feature requests, and planned tasks.

In plain words
What is it for?
It helps classify the request, write a correctly formatted issue, apply the project’s labels and terminology, and create it after approval.
Why use it?
It fills required sections from the repository and asks only for information that the code and issue tracker cannot provide.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: names the AskUserQuestion tool.

This is rome-os/rome's own configuration. It tells Claude Code how to work on rome itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rome configures →

Reuse

Borrowing it

Nothing to install: this file belongs to rome-os/rome. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rome-os/rome/main/.claude/skills/file-issue/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/rome-os/rome

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rome-os/rome/file-issue.svg)](https://agentmods.dev/skills/rome-os/rome/file-issue)
Your own site
<a href="https://agentmods.dev/skills/rome-os/rome/file-issue"><img src="https://agentmods.dev/badge/skills/rome-os/rome/file-issue.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,584 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00094 $0.01584
Opus 5 $0.00047 $0.00792
Sonnet 5 $0.00019 $0.00317
Haiku 4.5 $0.00009 $0.00158

Measured 2d ago against content hash 7f2e39ba8dfa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

file-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 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/skills/file-issue/SKILL.md · 85 lines

How it starts

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

File an issue

Goal end-state: one issue on the tracker whose type, title, body sections, and labels follow docs/authoring/github-issues.md and the rulebook of its type, with every required section filled from evidence.

The description arrives as the skill argument or in the conversation: $ARGUMENTS

The authoring docs own the issue format, and a rule there wins over any wording here. Read the shared rules first, then the rulebook of the type chosen in step 1:

Prose in the title and body follows docs/authoring/WRITING.md. Situation uses the terms in docs/concepts/, and a term links to its entry on first use with a full https://github.com/<owner>/<repo>/blob/main/docs/concepts/<file>.md#<anchor> URL, because a relative link does not resolve inside an issue body.

1. Classify

Decide the type with the two questions from github-issues.md, in order:

  1. Does the system break its own intended behavior? → bug report.
  2. Is the change already decided and scoped? → task spec.
  3. Otherwise → feature request. A pain point with no feature attached, and a feature idea, both file as a feature request.

When the description supports two readings that change the type — a symptom the user may or may not consider intended behavior, or a change the user may or may not have decided — ask which one holds. Carry the question into step 3 rather than asking it alone.

2. Gather

Fill the required sections of the chosen type from three sources, in this order: the description, the tracker, the code. When step 1 left two readings open, gather what both readings need, so the answer in step 3 picks a draft rather than a second gather.

Read the full file on GitHub · 85 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 · 85 lines · 94 tokens per session scan A 7f2e39ba8dfa

Subscribe to this mod's changes

file-issue is a skill published in the GitHub repository rome-os/rome (478 stars, last pushed yesterday), licensed MIT. It adds 94 tokens to every session and 1,584 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-09-03.

Related

Other skills, from other repositories

pm-assistant

Product operations assistant strategy contract. PM short answers and deep analysis should be evidence-grounded and should separate facts from hypotheses. Model calls, hooks, queueing, cancellation, notifications, and staged task execution stay in Rust.

programming-pupil/aos · 0 tokens

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

meta-meeting-to-workflow

Use this meta-skill instead of answering directly when the user has meeting notes, transcripts, recordings, or rough discussion notes and wants them converted into decisions, owners, follow-ups, tasks, issues, or shareable minutes through multi-skill orchestration.

opensquilla/opensquilla · 58 tokens

meta-issue-to-pr-autopilot

Triages an issue, delegates the fix to sub-agent, drafts a PR description with summarize, and opens the PR via gh. Best used on small, well-scoped issues with clear acceptance criteria.

opensquilla/opensquilla · 117 tokens

meta-github-pr-watch-digest

Inspect the user's open GitHub PRs / failing CI / new issues via gh, summarize into 3 buckets (to-review / awaiting-me / CI-red), and persist follow-ups to memory.

opensquilla/opensquilla · 48 tokens

secretary

Workspace and research management — dispatch analyses, monitor running agents, manage workspaces and threads.

ginlix-ai/LangAlpha · 21 tokens