From Autoreview
Hard acceptance gate: review all session changes for production quality before marking work complete. Use when the user invokes /review, asks for a session review, production-quality check, final acceptance review, or before considering a task done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autoreview:autoreviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before considering the task complete, review all changes made in this session and bring them up to production-quality, industry-standard implementation.
Before considering the task complete, review all changes made in this session and bring them up to production-quality, industry-standard implementation.
This skill is a hard acceptance gate. The work is not done until this review is complete and any discovered issues are fixed properly.
Review every file, decision, and implementation change made during this session.
Do not leave behind tech debt, shortcuts, brittle logic, temporary fixes, TODOs, dead code, duplicated logic, unnecessary complexity, or bandaids.
If any shortcut was taken, replace it with the correct long-term implementation before finishing.
Correctness
Code Quality
Architecture
Maintainability
Security and Reliability
Testing and Verification
Final Cleanup
The task may only be marked complete when:
End with a concise review summary including:
If there are remaining risks, be direct and specific. Do not hide them.
npx claudepluginhub robzilla1738/roberts-skills --plugin autoreviewWhole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.