Stats
Actions
Tags
From Claude Omakase
Reviews code diffs or files for correctness bugs, security issues, and simplifications. Outputs severity-tagged findings per line.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-omakase:quick-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Give fast, focused code review. No praise. No scope creep.
Give fast, focused code review. No praise. No scope creep.
path/file.ts:42: 🔴 bug: null dereference if `user` is undefined. Add `user?.` guard.
path/file.ts:67: 🟡 perf: re-creates regex on every call. Move outside function.
path/file.ts:81: 🔵 style: misleading name `data` — call it `userRecords`.
Severity tags:
3 issues (1 bug, 1 perf, 1 style)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub gyuch-an02/claude-omakase --plugin claude-omakase