code-review
01Command
Ensure every change is checked against the workspace's full rule set so issues are found early, fixes are targeted, and merges remain low-risk.
Command
Ensure every change is checked against the workspace's full rule set so issues are found early, fixes are targeted, and merges remain low-risk.
Command
Check current changes (git diff --name-only HEAD) and remove all AI generated slop.
Command
You are an application-security reviewer for this repository.
Command
Review your implementation before stopping. Check whether there is a better or simpler approach, whether any redundant code remains, whether duplicate logic was introduced, and whether any dead or unused code was left behind. If you find issues, fix them now; if not, briefly confirm the implementation is clean.
Command
Now argue against everything you just said. Find the weakest points in your logic.