Request Review banner
oalders oalders

Request Review

Code Quality community

Description

--- description: Request code review without permission prompts --- # Code Review ## Overview Streamlined code review workflow that gets git SHAs from context and invokes a `general-purpose` code reviewer without blocking on permission prompts. This allows you to leave the window while the review runs unattended. ## When to Use Use this command when: - You've completed a feature or bug fix - Before merging to main - After a major code change - When you want a fresh perspective on your work

Installation

Installs to ~/.claude/skills/oalders-kitchen-sink-request-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalders-kitchen-sink-request-review && curl -fsSL https://raw.githubusercontent.com/oalders/kitchen-sink/HEAD/commands/request-review.md -o ~/.claude/skills/oalders-kitchen-sink-request-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository