bug-report

bug-report is a skill for Claude Code, Codex from eric-tramel/moraine. It costs 29 tokens per session (1,197 once invoked), scanned A, original, Apache-2.0.

A guide for preparing a sanitized bug report about Moraine, a command-line tool and related services. It covers reproducible defects in Moraine itself and requires approval before filing the report.

In plain words
What is it for?
Use it to investigate and document reproducible bugs in Moraine’s command-line tool, data importing, monitoring, MCP server, setup, packaging, documentation, or bundled plugins.
Why use it?
It separates genuine product bugs from local setup or unrelated problems and helps include enough evidence without exposing sensitive information. Reports are not submitted silently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

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/eric-tramel/moraine/bug-report
Any agent
npx skills add eric-tramel/moraine --skill bug-report
Clone the repo
git clone --depth 1 https://github.com/eric-tramel/moraine

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 bug-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric-tramel/moraine/bug-report.svg)](https://agentmods.dev/skills/eric-tramel/moraine/bug-report)
Your own site
<a href="https://agentmods.dev/skills/eric-tramel/moraine/bug-report"><img src="https://agentmods.dev/badge/skills/eric-tramel/moraine/bug-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,197 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.1 $0.00029 $0.01197
Opus 5 $0.00015 $0.00598
Sonnet 5 $0.00006 $0.00239
Haiku 4.5 $0.00003 $0.00120

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

Security

Grade A, and why

bug-report 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 6d 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/hermes-moraine/skills/bug-report/SKILL.md · 160 lines

How it starts

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

Bug Report

Use this skill when the user hit a likely Moraine defect and wants help turning it into a useful GitHub issue. A Moraine bug is a reproducible problem in the Moraine CLI, ingest, monitor, MCP server, setup flow, packaging, documentation, or bundled plugins.

Do not use this skill for general support, one-off local setup help, unrelated agent-harness issues, or private debugging that cannot be generalized into a Moraine repository issue. Troubleshoot those locally instead, and file a report only if the evidence points to a fixable Moraine defect.

Destination

The Moraine repository is:

https://github.com/eric-tramel/moraine

New bug reports go through GitHub Issues:

https://github.com/eric-tramel/moraine/issues/new

If a GitHub issue tool, browser, or gh is available, use it only after the user explicitly confirms the final redacted report. If no posting tool is available, provide the issue URL and the prepared report body.

Never silently post an issue on the user's behalf. Even if the user says "file it", first show the final sanitized title and body, then ask for explicit confirmation before creating the issue. If the user declines, stop after providing the draft.

Do not upload logs, configs, screenshots, session transcripts, or command output without the same explicit confirmation.

Privacy Rules

All bug reports must anonymize PII and host-specific details before they leave the user's machine.

Redact or generalize:

  • Usernames, hostnames, emails, organization names, repo names, client names, and internal project names.
  • Exact absolute paths such as home directories, workspace roots, socket paths, and temp directories.
  • Secrets, tokens, API keys, cookies, auth headers, database URLs, and credentials.
  • Private prompts, agent transcripts, file contents, logs, or screenshots unless the user explicitly approves a minimal sanitized excerpt.
  • Exact host environment details that fingerprint the machine. Prefer broad labels like "macOS on Apple Silicon", "Linux x86_64", "Homebrew install", or "uv tool install" instead of full hardware, hostname, local account, or full directory layouts.

Read the full file on GitHub · 160 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. 6d ago First seen · 160 lines · 29 tokens per session scan A 096a7c2778f8

Subscribe to this mod's changes

bug-report is a skill published in the GitHub repository eric-tramel/moraine (117 stars, last pushed 19d ago), licensed Apache-2.0. It adds 29 tokens to every session and 1,197 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

debugging-strategies

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

wshobson/agents · 43 tokens

sql-optimization-patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

wshobson/agents · 44 tokens

parallel-debugging

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.

wshobson/agents · 44 tokens

error-handling-patterns

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

wshobson/agents · 43 tokens

spark-optimization

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.

wshobson/agents · 37 tokens

python-code-quality

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

microsoft/agent-framework · 40 tokens