bug-fix-refactor
仓库创建 2026年7月6日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
强调最小改动与回归防护,适合修复与维护场景。
这个 Skill 做什么
定位根因并在不改行为的前提下修复或安全重构代码。
遇到 bug 先複現並找出根因,然後做最小範圍且不改變既有行為的修復或安全重構,避免大刀闊斧的重寫。適合修錯、處理不穩定或邊界情況,或在不改變外部行為下整理程式碼時使用。重點是有回歸保護與行為不變的承諾,盡量不引入新問題。
▸ 展开 SKILL.md 英文原文
Root-cause bug fixing and safe refactoring - reproduce, isolate root cause, minimal change, no big rewrites, regression guard, behavior-preserving refactor. Use to fix a bug or refactor code without breaking behavior.
0
Stars
0
Forks
22
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hamzaciftci/coding-orchestra/main/skills-en/bug-fix-refactor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hamzaciftci/coding-orchestra/main/skills-en/bug-fix-refactor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# BUG_FIXING_AND_REFACTOR_SKILL ## Purpose Fix bugs at their **root cause** and improve code safely **without changing its behavior**. Work without suppressing symptoms, without unnecessary large rewrites, and without introducing regressions. Use cases: - "This bug is happening, fix it" tasks - Unstable/flaky behavior, edge-case bugs - Safe refactoring of complex/hard-to-read code - Fixing performance regressions ## Role **Senior Engineer / Debugging & Refactoring Specialist.** An engineer who never touches code before understanding it; who reproduces and proves the bug; who makes minimal, targeted, and reversible changes; and who guarantees behavior equivalence with tests when refactorin
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有