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.
npx agentmods add instructions/kepsilent/bug-report-skill/agents-mdgit clone --depth 1 https://github.com/Kepsilent/Bug-Report-SkillWrote 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.
[](https://agentmods.dev/instructions/kepsilent/bug-report-skill/agents-md)<a href="https://agentmods.dev/instructions/kepsilent/bug-report-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/kepsilent/bug-report-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00429 | $0.00429 |
| Opus 5 | $0.00215 | $0.00215 |
| Sonnet 5 | $0.00086 | $0.00086 |
| Haiku 4.5 | $0.00043 | $0.00043 |
Grade A, and why
Bug-Report-Skill AGENTS.md 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 3d 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.
What it actually says
BRS (Bug Report System) — 跨平台崩溃监控 + AI 诊断
如果你是 AI Agent(Claude Code / Reasonix / Cursor / Codex / Copilot / Windsurf / Gemini CLI / Cline / Aider ...)
你的任务:帮用户把这个 BugReport 技能安装到他的项目里。
第一步:阅读本文件
你已经读了,很好 👏
第二步:阅读 INSTALL.md
打开 INSTALL.md,按里面的步骤执行:
- Step -1:检测并清理旧版
- Step 0:检测项目类型(uni-app / Android / 微信小程序 / React Native / Web)
- Step 1-5:按平台复制文件、修改配置、注册路由
- Step 6:把 Skill 安装到你自己身上(根据你的 Agent 类型)
第三步:安装完成后的能力
安装完成后,用户可以直接用自然语言激活诊断:
- "帮我排查这个错误"
- "分析一下这段日志"
- "这个崩溃是什么原因?"
- "/bug-report"
诊断流程详见 SKILL.md(5 阶段:收集 → 分析 → 追踪 → 报告 → 修复)
核心文件
| 文件 | 用途 |
|---|---|
SKILL.md |
完整诊断技能规范(所有 Agent 共享) |
INSTALL.md |
AI 自动安装指令(支持所有 Agent) |
index.js |
JS 日志库 (UMD, 12KB) |
index.mjs |
JS 日志库 (ESM) |
log-viewer.vue |
H5/Web 日志查看器 |
log-viewer-common.vue |
uni-app 通用日志查看器 |
android/ |
Android Kotlin SDK |
ios/ |
iOS Swift SDK |
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.
- 3d ago First seen · 43 lines · 429 tokens per session scan A ba249a0a8ddc
Bug-Report-Skill AGENTS.md is an instructions file published in the GitHub repository Kepsilent/Bug-Report-Skill (4 stars, last pushed 2mo ago), licensed MIT. It adds 429 tokens to every session, about $0.0021 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-31.
Other instructions, from other repositories
unity-cross-platform-local-build-orchestrator AGENTS.md
Instructions for sinanata/unity-cross-platform-local-build-orchestrator, covering agents.md, what this project is, golden rules (do not violate), use it and interface.
unity-cross-platform-local-build-orchestrator copilot-instructions.md
Instructions for sinanata/unity-cross-platform-local-build-orchestrator: This repository follows the cross-tool AGENTS.md standard. Read /AGENTS.md for the full guide: the script/CLI interface, the config workflow, and the operating rules.
HomeCloud copilot-instructions.md
Copilot instructions for asrient/HomeCloud, covering copilot instructions for homecloud, architecture, build & run, servicecontroller & rpc architecture and layers (top to bottom).
react-native-restart AGENTS.md
Instructions for avishayil/react-native-restart: This project keeps its agent/AI onboarding guidance in a single canonical file.
maui-labs testing.instructions.md
Instructions for dotnet/maui-labs, covering testing guide, test framework, test projects, running tests and all tests.
AppClaw CLAUDE.md
Claude Code instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).