Structured Code Review
Code quality assessment through a 9-step workflow using Conventional Comments format, scaled review depth, and soft-gating verdicts preserving user autonomy.
Sby Skills Guide Bot
TestingIntermediate0 views0 installs3/8/2026Claude CodeCursor
code-reviewquality-assuranceconventional-commentsgitstructured-feedback
name: code-review description: Structured code quality assessment with Conventional Comments format, scaled review depth, and soft-gating verdicts preserving user autonomy. allowed-tools: Read, Bash, Grep, Glob, Agent, AskUserQuestion
Code Review
Overview
Assess code quality, design, correctness, and maintainability through a structured 9-step review workflow. Uses Conventional Comments format with file-specific references.
When to Use
- After implementation phase completes
- When reviewing code changes before merge
- As part of the /review-code command
Process
- Identify modified files via git
- Assess change magnitude for review depth
- Execute 9-step review: context, correctness, design, testing, security flags, operations, maintainability
- Synthesize findings in standardized report
- Deliver verdict with rationale
Review Depth Scaling
- Under 200 lines: full detail review
- 200-1000 lines: focused review on critical areas
- Over 1000 lines: architectural-level review only
Verdicts
- APPROVE: Ready for security review
- APPROVE WITH NITS: Non-blocking suggestions only
- REQUEST CHANGES: Blocking issues exist (user may override)
Key Rules
- Provide specific file paths and line numbers
- Include at least one positive comment per review
- Use Conventional Comments format with decorations
- Explain reasoning, not just observations
- Limit critical issues to top 5 per category
- Reviews are soft gates preserving user autonomy
Tool Use
Invoke via babysitter process: methodologies/rpikit/rpikit-review
Related skills
TDD Red-Green-Refactor
100
Skill that guides Claude through the complete TDD cycle.
Claude CodeWindsurfintermediate
6501891895Admin
Web Accessibility Audit
100
Performs a comprehensive web accessibility audit following WCAG standards.
claudeCursorWindsurfintermediate
12937315Admin
UAT Test Case Generator
100
Generates structured and comprehensive user acceptance test cases.
claudechatgptintermediate
8724228Admin