bug-fix-brief

仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由

让 bug 修复文档化、标准化,便于追踪与审计修复过程。

▸ 风险提示

可能需要访问代码与 issue 系统以收集详细信息

这个 Skill 做什么

生成结构化的 Bug Fix Brief,包含根因、复现和修复清单。

把一个 bug 的根因、复现步骤、修复选项和须完成的修复清单整理成标准化的 Bug Fix Brief(BFB),通常存到 docs/bfb/ 里以便归档。适合在定位出根因后、实际开始修复前用于统一交接和评估影响。它的特点是结构化且可检索,方便开发、QA 和以后回溯查问题。

▸ 展开 SKILL.md 英文原文

Generates a structured Bug Fix Brief (BFB) to document issue corrections. Includes root cause analysis, repro steps, fix options, and fix checklist. Use when user asks to create a BFB, document a bug fix, or generate a bug correction document.

开发编程故障修复根因分析复现文档通用
311
Stars
37
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/bug-fix-brief/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-core/skills/bug-fix-brief/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Bug Fix Brief (BFB)

## Overview

This skill generates a Bug Fix Brief (BFB): a structured document in `docs/bfb/` that uniformly captures every bug fix with root cause, repro steps, fix options, and checklist.

## When to Use

- User asks to create a BFB
- User wants to document a bug fix in a structured way
- After identifying the root cause of a bug and before implementing the fix

**Trigger:** "create BFB", "document bug", "bug fix brief", "document fix"

## Instructions

### Phase 1: Gather Information

Check existing numbering:
```bash
ls docs/bfb/ 2>/dev/null || echo "Directory does not exist"
```

Ask the user for:
- BFB number (or propose next sequential)
- Concise title (3-5 word
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有