bayes-platform: Skill for Claude Code

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

new-issue is a skill for Claude Code from bayesimpact/bayes-platform. It costs 62 tokens per session (1,452 once invoked), scanned A, original, MIT.

A helper that turns a free-text description into a structured GitHub issue and posts it to a repository. A GitHub issue is a tracked report or task for a project.

In plain words
What is it for?
Use it to file a clearly described bug or task, with a title, body, labels, and optional context from the codebase.
Why use it?
It saves time formatting the report and adds safeguards against publishing confidential information in a public repository.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is bayesimpact/bayes-platform's own configuration. It tells Claude Code how to work on bayes-platform 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 bayes-platform configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bayesimpact/bayes-platform. 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/bayesimpact/bayes-platform/main/.claude/skills/new-issue/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/bayesimpact/bayes-platform

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bayesimpact/bayes-platform/new-issue/github.svg)](https://agentmods.dev/skills/bayesimpact/bayes-platform/new-issue)
Your own site
<a href="https://agentmods.dev/skills/bayesimpact/bayes-platform/new-issue"><img src="https://agentmods.dev/badge/skills/bayesimpact/bayes-platform/new-issue/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for new-issue

Your own site · 80×15
<a href="https://agentmods.dev/skills/bayesimpact/bayes-platform/new-issue"><img src="https://agentmods.dev/badge/skills/bayesimpact/bayes-platform/new-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,452 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.00062 $0.01452
Opus 5 $0.00031 $0.00726
Sonnet 5 $0.00012 $0.00290
Haiku 4.5 $0.00006 $0.00145

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

Security

Grade A, and why

new-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/new-issue/SKILL.md · 101 lines

How it starts

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

Turn a free-text description into a well-formed GitHub issue and post it.

⚠️ Guardrail: bayes-platform is PUBLIC

bayesimpact/bayes-platform is a public repository. Anything posted there (titles, bodies, comments, labels) is world-readable.

  • NEVER mention the "Health" project — or anything that identifies it — in any issue, body, or comment on bayes-platform. Strip it from the user's description and rephrase in neutral, generic terms.
  • More broadly, never include client names, confidential project names, internal URLs, credentials, or private data in anything posted to a public repo.
  • If the user's description leans on a confidential detail to make sense, genericize it (e.g. "a specific client deployment") rather than dropping the issue. If you cannot genericize it without losing the point, STOP and ask the user how to phrase it.

This guardrail overrides "Friction is the enemy" — when confidentiality is at stake, pause and check rather than post.

Target repository

Default repo: bayesimpact/bayes-platform.

Override only if the user explicitly names another repo in the invocation (e.g. /new-issue --repo owner/name ... or "sur le repo X"). Otherwise always use the default — do NOT infer the repo from the current working directory.

Inputs

The arguments are the raw description of the issue, in any language, however terse (e.g. /new-issue le bouton upload plante au-delà de 10Mo). There is no fixed format — interpret intent.

If the arguments are empty, ask the user for a one-line description before doing anything else.

Steps

  1. Always write the issue in English. Regardless of the language the user used in their description (they typically write in French), the title AND body of the issue must be written in English. Translate the user's intent into clear, natural English — do not transliterate.

  2. Check for an existing issue first (avoid duplicates). Before drafting anything, search the target repo for open AND closed issues that might already cover this. Derive 2–3 keyword queries from the user's description (e.g. a symbol name, the feature noun) and run:

Read the full file on GitHub · 101 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 · 101 lines · 62 tokens per session scan A d66015c1cbd8

Subscribe to this mod's changes

new-issue is a skill published in the GitHub repository bayesimpact/bayes-platform (18 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 1,452 once invoked, about $0.0003 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-14.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

ring:mapping-feature-relationships

Mapping how features relate and phasing the work: categorizing PRD features, grouping them into domains, charting cross-feature journeys, dependencies, and integration points, and defining the binding Phases that plan.md mirrors one-to-one at Gate 7. Gate 2 of ring:planning-large-features; runs after…

LerianStudio/ring · 104 tokens