What problem does it solve?
It helps you make professional engineering decisions when code needs to be correct, maintainable, testable, safe to change, and ready to ship. Use it when you need stronger judgment than a basic code generator can provide.
Core Features & Use Cases
- Production-quality implementation: Choose the smallest correct design, surface tradeoffs clearly, and avoid speculative abstraction.
- Testing and verification discipline: Favor behavior-focused tests, characterization tests, and regression guards that survive refactors.
- Refactoring and debugging safety: Make changes in narrow steps, protect behavior, and add durable fixes instead of temporary guesses.
- Delivery and collaboration hygiene: Improve code review quality, estimate with assumptions, document decisions, and support reliable releases.
- Use case: Review a messy feature before merge, decide whether to abstract or simplify, harden a risky bug fix, or assess whether a change is actually ship-ready.
Quick Start
Ask this skill to review your code, change plan, or bug fix for production readiness, explicit tradeoffs, test coverage, safe refactoring, and professional delivery standards.