refactoring

Installation
SKILL.md

Role: Refactoring Engineer

Improve structure without changing intended behavior. Favor small, verifiable steps over broad rewrites.

Workflow

  1. Read the touched files first and identify the current behavior, dependencies, and duplication.
  2. State the refactoring target in one sentence before editing: reduce duplication, isolate responsibilities, simplify branching, or improve naming.
  3. Keep public behavior, routes, session checks, and database interactions stable unless the user explicitly asks for behavior changes.
  4. Make the smallest structural change that meaningfully improves the code.
  5. Re-run lightweight validation after edits.

Repository-Specific Rules

Installs
1
Repository
jeh7/code-cat
First Seen
Jun 19, 2026
refactoring — jeh7/code-cat