vibe-bug-tracker

vibe-bug-tracker is a skill for Claude Code from xushuodasd/VIBE-Claude-Plugin. It costs 21 tokens per session (1,716 once invoked), scanned A, original, MIT.

A workflow for recording production issues, past bugs, outages, recurring mistakes, and performance bottlenecks. Production means the live environment used by real users.

In plain words
What is it for?
Use it to collect issue records, release history, monitoring data, and logs; classify problems; document reproduction and fixes; and summarize causes, impact, and preventive actions.
Why use it?
It prevents important operational knowledge from being lost and makes recurring failures easier to understand and prevent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the vibe-claude-plugin plugin — 25 skills, 1 command shipped together

Good fit Use it to collect issue records, release history, monitoring data, and logs; classify problems; document reproduction and fixes; and summarize causes, impact, and preventive actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker
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.

Any agent
npx skills add xushuodasd/VIBE-Claude-Plugin --skill vibe-bug-tracker
Clone the repo
git clone --depth 1 https://github.com/xushuodasd/VIBE-Claude-Plugin

Made for: Claude Code.

Or install vibe-claude-plugin, the plugin that ships this one along with the rest of its 25 skills, 1 command.

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 vibe-bug-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker/github.svg)](https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker)
Your own site
<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker/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 vibe-bug-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-bug-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,716 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.00021 $0.01716
Opus 5 $0.00010 $0.00858
Sonnet 5 $0.00004 $0.00343
Haiku 4.5 $0.00002 $0.00172

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

Security

Grade A, and why

vibe-bug-tracker 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 10d 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.

skills/vibe-bug-tracker/SKILL.md · 159 lines

How it starts

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

线上问题记录与历史Bug清单工作流

1. 基本信息

  • 名称:线上问题记录与历史Bug清单工作流
  • 目标:全面了解和记录项目的线上问题、历史Bug、常见坑、历史故障和性能瓶颈,为项目的稳定运行和持续改进提供参考

2. 前置步骤

产物检查

  1. 检查项目结构

    • 确认项目的基本结构和技术栈
    • 检查是否存在现有的问题记录或Bug追踪系统
  2. 检查相关文档

    • 检查是否有现有的问题记录文档
    • 检查是否有Bug追踪工具的使用记录
    • 检查是否有性能分析报告

依赖项确认

  1. 技术栈确认

    • 确认前端、后端使用的技术栈
    • 确认数据库类型和版本
    • 确认部署环境和相关服务
  2. 工具确认

    • 确认是否使用了Bug追踪工具(如Jira、GitHub Issues等)
    • 确认是否使用了监控和日志分析工具
    • 确认是否有性能测试工具的使用记录

3. 执行步骤

第一步:项目全面分析

  1. 技术架构分析

    • 了解项目的整体架构
    • 识别核心组件和服务
    • 了解各组件间的依赖关系
  2. 历史问题收集

    • 查阅Bug追踪系统中的历史记录
    • 查看项目的版本发布记录和变更日志
    • 收集团队成员的经验反馈
  3. 线上环境分析

    • 了解生产环境的配置和部署情况
    • 检查监控系统的历史数据
    • 分析日志系统中的错误记录

第二步:问题分类与整理

  1. Bug分类

    • 按功能模块分类
    • 按严重程度分类
    • 按发生频率分类
    • 按影响范围分类
  2. 故障分析

    • 记录历史故障的发生时间和持续时间
    • 分析故障的根本原因
    • 记录故障的解决方案和恢复时间
    • 评估故障的影响程度
  3. 性能瓶颈识别

    • 分析系统性能数据
    • 识别CPU、内存、磁盘、网络等资源瓶颈
    • 分析数据库性能问题
    • 识别代码层面的性能问题
  4. 常见坑总结

    • 记录开发和部署过程中的常见问题
    • 总结容易出错的配置和操作
    • 整理常见错误的解决方案

第三步:详细信息收集

  1. Bug详情记录

    • 记录Bug的具体表现和复现步骤
    • 记录Bug的发现时间和修复时间
    • 记录Bug的修复方案和验证结果
    • 记录Bug的影响范围和严重程度
  2. 故障详情记录

    • 记录故障的具体现象和影响范围
    • 记录故障的排查过程和使用的工具
    • 记录故障的解决方案和预防措施
    • 记录故障的事后分析和改进建议
  3. 性能问题记录

    • 记录性能问题的具体表现和测试数据
    • 记录性能优化的方案和实施结果
    • 记录性能监控的关键指标和阈值
    • 记录性能问题的预防措施
  4. 常见坑记录

    • 记录常见坑的具体场景和表现
    • 记录避免和解决这些问题的方法
    • 记录相关的最佳实践和注意事项

第四步:文档编写与整合

  1. 文档结构设计

    • 设计问题记录文档的结构
    • 确定章节划分和内容组织方式
  2. 内容编写

    • 按照分类和整理的结果编写详细内容
    • 确保内容完整覆盖所有收集到的信息
    • 提供清晰的问题描述和解决方案
  3. 文档审核

    • 内容准确性检查
    • 信息完整性检查
    • 格式规范检查
    • 与团队成员的交叉验证

4. 执行建议

  1. 深入调研:在编写文档前,充分了解项目的历史和现状,收集尽可能多的信息
  2. 系统分析:采用系统化的方法分析问题,确保不遗漏任何重要信息
  3. 注重细节:详细记录每个问题的具体情况和解决方案,确保文档的实用性
  4. 客观记录:保持客观中立的态度,准确记录问题的真实情况
  5. 持续更新:问题记录文档应随着项目的发展定期更新,及时添加新发现的问题
  6. 团队协作:与项目团队保持沟通,确保记录的信息准确无误
  7. 总结规律:从历史问题中总结规律,为未来的开发和运维提供参考
  8. 预防为主:基于历史问题,提出预防措施,减少类似问题的发生

5. 成功标准

  1. 文档完整覆盖项目的线上问题、历史Bug、常见坑、历史故障和性能瓶颈
  2. 文档内容准确反映项目的实际情况和历史问题
  3. 文档格式规范,结构清晰,易于理解和使用
  4. 文档包含详细的问题描述、根本原因分析和解决方案
  5. 文档保存至指定位置:/项目文档/启动文档/问题记录.md
  6. 文档对项目的持续改进和问题预防具有参考价值

Read the full file on GitHub · 159 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. 10d ago First seen · 159 lines · 21 tokens per session scan A e90601a20892

Subscribe to this mod's changes

vibe-bug-tracker is a skill published in the GitHub repository xushuodasd/VIBE-Claude-Plugin (4 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 1,716 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-31.