Reflect

Use when the user invokes /reflect or asks Codex to review recent complex feature work and decide whether a focused refactor is objectively worthwhile. This skill is a conservative post-implementation maintainability pass: inspect the chat context, changed code, and nearby architecture; recommend or apply cleanup only when it is likely to reduce lines of code, duplication, conceptual load, or future maintenance risk without changing behavior. Put special pressure on deleting unnecessary code, plumbing, branches, adapters, and scaffolding that were useful during bug fixes or earlier iterations but are no longer needed after the logic settled somewhere else. When recommending cleanup, also name the regression tests or $checks workflow coverage needed to prove touched functionality still works.

henry-md Updated

File contents

henry-md/codex-skills/tree/main/reflect commit 2b74c09fc4

Frequently asked questions

npx skillmds@latest add henry-md/reflect