Audit the overall code quality, architecture, and maintainability of a project or file and give an honest, unfiltered assessment. Use when the user asks "is this good?", "what do you think of this codebase?", or wants a holistic review before shipping.
Find and remove all debug console.log / print / debugger statements left in the codebase. Use before committing, before a PR review, or when the user says "clean up debug stuff" or "remove all the logs".
Find and remove stale feature flags that are permanently enabled, permanently disabled, or abandoned. Use when the user says "clean up feature flags", "remove the old flags", or after a feature has been fully rolled out for more than a sprint.