fixbug
星标8
分支3
更新时间2026年4月21日 09:26
Structured bug fix workflow — diagnose from git history, minimal fix, verify
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Structured bug fix workflow — diagnose from git history, minimal fix, verify
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a new VC-Shell UI component with proper structure, types, barrel exports, and Storybook story
Verify changed components render correctly in Storybook by running a targeted build check
Time-boxed implementation plan with approval gate before coding
| name | fixbug |
| description | Structured bug fix workflow — diagnose from git history, minimal fix, verify |
git log --oneline -15 and git diff HEAD~5 to identify recent changes that may have caused the regressionyarn typecheck to verify no TypeScript errorsCONSTRAINTS: