From workflow-tools
Reviews code changes for quality issues. Use when user says "review my changes", "review the diff", "review my code", "check for issues", "sanity check", or asks to find holes, gaps, or simplification opportunities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-tools:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review uncommitted changes against the checklist.
Review uncommitted changes against the checklist.
git diff and git diff --cachedFor each issue:
If no issues found, confirm the code looks solid.
npx claudepluginhub denisraison/claude-plugins --plugin workflow-toolsReviews uncommitted git changes with full file context, producing a structured report with severity levels, actionable fixes, and an approval verdict.
Automates code reviews on git diffs, staged changes, PRs, files, or branches against CLAUDE.md conventions and prioritized best practices (security first).
Conducts structured code reviews with severity classification (critical, major, minor, suggestion) on git diffs, staged changes, last commits, or specified file paths.