Bug-Report-Skill AGENTS.md

Bug-Report-Skill AGENTS.md is an instructions file for Codex, OpenCode from Kepsilent/Bug-Report-Skill. It costs 429 tokens per session, scanned A, original, MIT.

Installation and usage instructions for a cross-platform crash-reporting system with AI-assisted diagnosis. It covers web, Android, iOS, uni-app, WeChat mini-programs, and React Native projects.

In plain words
What is it for?
Use it to add crash logging, configure the supported platform files, view logs, and guide diagnosis from collected evidence to a repair report.
Why use it?
They give an agent a defined process for installing the system and investigating crashes or log messages.

Instructions file for CodexOpenCode

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 instructions/kepsilent/bug-report-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/Kepsilent/Bug-Report-Skill

Made for: Codex, OpenCode.

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-Skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kepsilent/bug-report-skill/agents-md.svg)](https://agentmods.dev/instructions/kepsilent/bug-report-skill/agents-md)
Your own site
<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>
Per session 429 This file is loaded in full into every session.
When invoked 429 The same file — it is already loaded in full.
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.00429 $0.00429
Opus 5 $0.00215 $0.00215
Sonnet 5 $0.00086 $0.00086
Haiku 4.5 $0.00043 $0.00043

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

Security

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.

AGENTS.md · 43 lines

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
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. 3d ago First seen · 43 lines · 429 tokens per session scan A ba249a0a8ddc

Subscribe to this mod's changes

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.

Related

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.

sinanata/unity-cross-platform-local-build-orchestrator · 2,557 tokens

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.

sinanata/unity-cross-platform-local-build-orchestrator · 463 tokens

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).

asrient/HomeCloud · 2,302 tokens

react-native-restart AGENTS.md

Instructions for avishayil/react-native-restart: This project keeps its agent/AI onboarding guidance in a single canonical file.

avishayil/react-native-restart · 132 tokens

maui-labs testing.instructions.md

Instructions for dotnet/maui-labs, covering testing guide, test framework, test projects, running tests and all tests.

dotnet/maui-labs · 912 tokens

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).

appclawhq/AppClaw · 5,726 tokens