Oversized Function

Refactor a function that is too long by finding its real responsibility boundaries instead of extracting helpers to hit a line count. Use when a function is over ~12 lines, when a linter or reviewer flags "function too long" / "too many lines" / "oversized function", or when the user asks to split, shorten, or clean up a long function or method.

TDAK1509 Updated

File contents

TDAK1509/claude-code-skill/tree/main/skills/oversized-function commit 8e362b4b9c

Frequently asked questions

npx skillmds@latest add tdak1509/oversized-function