name: review-readiness description: Use when code is working and ready for a final human-review pass.
Run a final review pass in this order:
- Apply the
simplifyskill to reduce unnecessary complexity without changing behavior. - Apply the
commentsskill to add and/or refine comments in written code. - Run the relevant existing checks after any change.