A systematic approach to restructuring Go code without breaking it. Built around gopls-driven transforms (Rename, Inline, Extract) and a coverage-gated safety net that forces you to write tests for blast radius before touching anything. The workflow is deliberate: map dependencies with gopls, add characterization tests if coverage is weak, apply one mechanical change, verify green, land as a small PR. Handles the annoying stuff like breaking import cycles and moving types across packages with type aliases. Explicitly separates planning (use ultrathink) from execution (human-in-the-loop, one worktree per atomic change). Opinionated about never mixing structural and behavioral changes in the same commit. Useful when a codebase has grown messy and you need to clean it up without introducing regressions.
npx -y skills add samber/cc-skills-golang --skill golang-refactoring --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
metabase/metabase
metabase/metabase
telagod/code-abyss
github/awesome-copilot
DietrichGebert/ponytail