Refactor

Use when reorganizing existing code without changing external behavior — extracting functions, reducing duplication, renaming for clarity, splitting modules, or tightening structure. Covers behavior preservation, duplication reduction, decomposition, naming improvements, structural reorganization, and before/after verification. Do NOT use for bug investigation, adding new product behavior, or writing documentation (even when the docs describe the refactored code). Do NOT use for the test is failing after my edit — what did I break? Do NOT use for write an architecture note explaining this pattern for new team members. Do NOT use for reproduce why this function retries three times on transient network errors.

jacob-balslev 1fa8525 4 files · 33.7 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/refactor commit 1fa8525612

Frequently asked questions

npx skillmds@latest add jacob-balslev/refactor