OmO
Oh My OpenAgentv4.7.5

Review & Cleanup Skills

Skills for post-implementation review, release gates, and AI-slop removal.

Review skills run after implementation. They catch risk and missing evidence, then send the worker back to fix concrete issues.

Review Lanes

SkillWhat it checks
review-workGoal compliance, code quality, security, QA evidence, context mining.
ai-slop-removerAI-generated smells: needless abstraction, duplicated code, noisy comments.
pre-publish-reviewRelease readiness through per-change deep review, holistic review, and Oracle synthesis.
github-triageRead-only issue and PR triage with evidence-backed reports.
work-with-prPR lifecycle from worktree setup through CI/review loop and merge.

Rule of Thumb

Run review skills after implementation, not in place of tests. They surface what the implementer missed; they do not replace the work.

On this page