issue

A skill that turns a bug report, feature request, or discussion into a GitHub issue Markdown file. GitHub is a service for storing code and tracking work, and the file is saved in the project’s plans folder.

In plain words
What is it for?
Use it to document bugs, proposed features, or technical discussions with sections for the problem, reproduction steps, expected and actual behaviour, and likely cause.
Why use it?
It turns scattered descriptions, logs, and reproduction steps into a consistent issue that contributors can understand. It also investigates the codebase for relevant context and a possible cause.

Skill for Claude CodeCodex

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

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 474 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.00020 $0.00474
Opus 5 $0.00010 $0.00237
Sonnet 5 $0.00004 $0.00095
Haiku 4.5 $0.00002 $0.00047

Measured yesterday against content hash 72b2e1965c2b, 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 yesterday.

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

What it actually says

Create a GitHub issue markdown file from the details provided by the user.

Read AGENTS.md first. It is the canonical project guide for this repository.

The user will describe a bug, feature request, or discussion context (e.g. Slack conversations, error logs, reproduction steps). Your job is to turn that into a well-structured issue and save it to plans/.

Steps:

  1. Read the user's input to understand the problem, who reported it, and any logs or reproduction steps provided
  2. Investigate the codebase to identify relevant code paths, pinpoint where the issue likely originates, and gather context that would help a contributor understand the problem
  3. Write a concise GitHub issue markdown file and save it to plans/issue-<short-slug>.md

Issue format:

  • Start with ## <title> as the first line (this becomes the GitHub issue title)
  • ### Problem — 2-3 sentences explaining the issue and its impact
  • ### Steps to Reproduce — numbered list (if applicable)
  • ### Expected Behavior — 1-2 sentences
  • ### Actual Behavior — include relevant log snippets in code blocks, keep them short (trim stack traces to the key lines)
  • ### Potential Root Cause — based on your codebase investigation, explain where the issue likely lives. Link to source code using upstream GitHub URLs: https://github.com/finos/git-proxy/blob/main/...#L<start>-L<end>.
  • ### Affected Files — table with file links and one-line role descriptions
  • ### Additional Context — bullet points for version info, related code paths, or anything else useful

Style rules:

  • Keep it concise — the whole issue should be under 80 lines
  • Use code blocks sparingly — only for key log lines and small code snippets
  • Do not propose fixes or implementation approaches
  • Do not add Labels, Description, or Title as separate sections — the ## heading is the title
  • Write for a contributor who knows the project but hasn't seen this specific bug
  • No emojis

$ARGUMENTS

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. yesterday First seen · 39 lines · 20 tokens per session scan A 72b2e1965c2b

Subscribe to this mod's changes

issue is a skill published in the GitHub repository finos/git-proxy (243 stars, last pushed 2d ago), licensed Apache-2.0. It adds 20 tokens to every session and 474 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-30.