Code Overhaul banner
ehmo ehmo

Code Overhaul

Security community

Description

--- description: "Audit a codebase for maintenance and modernization. Opinionated, interactive, stack-aware." --- Run the code-overhaul-review skill against the current repo (or the path passed as $ARGUMENTS). Examples: /code-overhaul-review Audit the current working directory /code-overhaul-review ~/projects/myapp Audit a specific repo The skill starts with Step 0 (scope assessment), offers three modes (SURGICAL, SYSTEMATIC, FULL AUDIT), and walks five sections

Installation

Installs to ~/.claude/skills/ehmo-code-overhaul-skill-code-overhaul/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ehmo-code-overhaul-skill-code-overhaul && curl -fsSL https://raw.githubusercontent.com/ehmo/code-overhaul-skill/HEAD/commands/code-overhaul.md -o ~/.claude/skills/ehmo-code-overhaul-skill-code-overhaul/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository