github-issue-reporter

github-issue-reporter is a skill for Claude Code, Codex from frumu-ai/tandem. It costs 14 tokens per session (154 once invoked), scanned A, original, no licence file.

An incident-to-issue writing aid for GitHub, a service where software teams track code and work tasks. It turns an incident into a structured GitHub issue.

In plain words
What is it for?
Use it to report incidents as GitHub issues with organized information for investigation and follow-up.
Why use it?
It helps capture software problems in a consistent format so developers can understand and act on them.

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

Made for: Claude Code, Codex.

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 github-issue-reporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/frumu-ai/tandem/github-issue-reporter.svg)](https://agentmods.dev/skills/frumu-ai/tandem/github-issue-reporter)
Your own site
<a href="https://agentmods.dev/skills/frumu-ai/tandem/github-issue-reporter"><img src="https://agentmods.dev/badge/skills/frumu-ai/tandem/github-issue-reporter.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 154 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00014 $0.00154
Opus 5 $0.00007 $0.00077
Sonnet 5 $0.00003 $0.00031
Haiku 4.5 $0.00001 $0.00015

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

Security

Grade A, and why

github-issue-reporter 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 5d 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.

apps/tandem-desktop/src-tauri/resources/skill-templates/github-issue-reporter/SKILL.md · 47 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 47 lines · 14 tokens per session scan A 07937a4469d9

Subscribe to this mod's changes

github-issue-reporter is a skill published in the GitHub repository frumu-ai/tandem (118 stars, last pushed 1mo ago), with no licence file. It adds 14 tokens to every session and 154 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.

Related

Other skills, from other repositories

fleet-retrofit

Bulk remediation across the fleet registry: fix drift repo-by-repo and optionally bootstrap the un-governed ones — every repo previewed and confirmed individually. TRIGGER when the user says "fix drift across all my repos", "retrofit the fleet", "retrofit all my repos", "bring every repo into compliance", "remediate…

thettwe/nyann · 168 tokens

learn-profile

Inspect a reference repo and save its nyann-relevant setup (stack, hooks, branching, commit convention, extras) as a reusable profile. TRIGGER when the user says "save this setup as a profile called X", "learn a profile from /projects/foo", "capture this repo's setup as my-profile", "make a profile from this repo"…

thettwe/nyann · 155 tokens

sync-team-profiles

Fetch (or refresh) registered team-profile sources — git clone on first run, shallow git fetch + reset on subsequent runs — and register discovered profiles under a namespace. TRIGGER when the user says "sync team profiles", "pull the latest team profiles", "refresh team profiles", "update team profiles", "sync from…

thettwe/nyann · 172 tokens

dpf-bring-work-under-formula

Use when adding a DPF work carrier or lifecycle. Routes it through one case, a WorkUnit adapter, the source registry, and canonical status projection.

OpenDigitalProductFactory/opendigitalproductfactory · 40 tokens

inspect-profile

Explain in plain English what a nyann profile enables — stack, branching, hooks, extras, conventions, documentation. TRIGGER when the user says "what does the nextjs-prototype profile do", "explain the python-cli profile", "show me what enables", "what's in profile X", "describe the profile", "inspect profile X"…

thettwe/nyann · 153 tokens

migrate-profile

Switch this repository from one nyann profile to another. TRIGGER ON: 'switch profile', 'migrate profile', 'change this repo profile', 'switch from X to Y', 'change profile to', 'migrate from', 'use a different profile', 'switch to nextjs', 'switch to python'. Computes a diff between source and target profiles…

thettwe/nyann · 90 tokens