bug

bug is a skill for Claude Code, Codex from ccch1mneyyy/dsh-TUI. It costs 33 tokens per session (300 once invoked), scanned A, original, MIT.

A procedure for recording software bugs as structured reports. It captures the observed and expected behavior, reproduction steps, environment, impact, and evidence-based possible causes.

In plain words
What is it for?
Use it when reporting or documenting a bug, checking a codebase for likely causes, and recording unknown details for later confirmation.
Why use it?
It prevents important details from being lost when a problem is handed to a development team. It asks only for information needed to make the report actionable.

Skill for Claude CodeCodex

About the project

dsh-TUI is a terminal interface plugin for DeepSeek Harness that gives the coding agent a Claude Code-style display with live status, streaming thoughts, rollback, context usage, and TPS information. It is for users who prefer a richer terminal workflow, and the catalogue entries extend the DeepSeek Harness environment with related skills and instructions.

ccch1mneyyy/dsh-TUI · 2,835 stars · on GitHub · dshtui.com

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/ccch1mneyyy/dsh-tui/bug
Any agent
npx skills add ccch1mneyyy/dsh-TUI --skill bug
Clone the repo
git clone --depth 1 https://github.com/ccch1mneyyy/dsh-TUI

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/bug.svg)](https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/bug)
Your own site
<a href="https://agentmods.dev/skills/ccch1mneyyy/dsh-tui/bug"><img src="https://agentmods.dev/badge/skills/ccch1mneyyy/dsh-tui/bug.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 300 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.00033 $0.00300
Opus 5 $0.00016 $0.00150
Sonnet 5 $0.00007 $0.00060
Haiku 4.5 $0.00003 $0.00030

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

Security

Grade A, and why

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

.agents/skills/bug/SKILL.md · 28 lines

What it actually says

Bug Report

Capture a complete, actionable bug report. Ask only the questions needed to fill genuine gaps — never interrogate the user.

Procedure

  1. Understand the symptom: what happened vs what was expected. If the user already gave enough detail, skip straight to the report.
  2. Fill any critical gaps with at most 2-3 targeted questions: reproduction steps, environment (OS/terminal/node version), and whether it's deterministic.
  3. If the codebase is available, inspect the suspected area to add root-cause hypotheses (with file/line evidence where possible).
  4. Produce the report:
    • 标题: one-line symptom summary
    • 现象: observed vs expected behavior
    • 复现步骤: minimal steps, with inputs
    • 环境: OS / node version / dsh-tui version / terminal
    • 影响: severity + who/what is affected
    • 根因假设: evidence-based guesses, clearly labeled as hypotheses
    • 建议: fix direction or workaround

Constraints

  • Never invent reproduction steps or environment details — mark unknowns as "待确认".
  • Keep the report tight; a bug report is a working document, not an essay.
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 · 28 lines · 33 tokens per session scan A 092cf8373706

Subscribe to this mod's changes

bug is a skill published in the GitHub repository ccch1mneyyy/dsh-TUI (2,835 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 300 once invoked, about $0.0002 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

submit-dsh-plugin

验证并提交 DeepSeek Harness 插件到 imsai-sh/awesome-deepseek-harness-plugins 社区目录。适用于插件作者要求收录、发布或提交自己的插件,创建目录 JSON,修复目录提交 PR,或者发起合规 PR。检查公开仓库、dsh-plugin topic、dsh.bundle.patch、作者测试证据、双语元数据和单文件差异,并在获得授权后执行 fork、push 和创建 PR。.

imsai-sh/awesome-deepseek-harness-plugins · 103 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

vision

当用户发送图片、图片路径(本地或 URL)、剪贴板图片、base64 图片数据, 或要求识别、理解、描述、对比图片内容(如提取文字、描述场景、查找错误、 识别对象、截图分析、对比两张图)时,自动调用视觉工具 analyzeimage / analyzeclipboard / compareimages,借助第三方视觉模型完成图片理解。.

GOU-GEE/deepseek-vision · 92 tokens

codex-sync

Operate dsh-codex-sync from this session — preview and import Codex chats, toggle Skills/MCP/import settings, check MCP mirror health, install the reverse MCP bridge.

Walvez/dsh-codex-sync · 40 tokens

review-changes

Review local code changes for concrete correctness, regression, security, and test gaps before shipping.

amplifthq/oh-my-dsh · 22 tokens

systematic-debugging

Diagnose failures from runtime evidence before editing code.

amplifthq/oh-my-dsh · 15 tokens