Review Skill

Review code areas for implementation and usability issues with structured findings.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill review-skill-berrzebb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Review Skill
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/.claude/skills/review
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill review-skill-berrzebb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for efficient and systematic code review, identifying implementation and usability issues early in the development cycle.

Core Features & Use Cases

  • Incremental Findings: Delivers feedback in stages, summarizing after every 5 files to keep the review process dynamic.
  • Structured Reporting: Presents issues in a clear format: File, Issue, Severity, and Suggested Fix.
  • Time-boxed Exploration: Ensures efficient use of time by limiting exploration to 15 minutes.
  • Use Case: A developer can use this skill to get rapid feedback on a pull request, ensuring that potential problems are caught before they become major issues.

Quick Start

Review the code in the 'feature-x' branch for implementation and usability issues.

Frequently Asked Questions about Review Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get structured code review feedback for a pull request?

Structured code review feedback is delivered incrementally, summarizing findings every 5 files in a format detailing File, Issue, Severity, and Suggested Fix to catch problems early.

What is the best way to review code for usability and implementation issues?

Reviewing code for usability and implementation issues is handled by analyzing specified areas and delivering structured findings with suggested fixes to enhance overall code quality.

How does time-boxed code analysis work for rapid debugging?

Time-boxed code analysis limits exploration to 15 minutes to ensure efficient use of time, delivering rapid feedback on implementation and usability issues incrementally.

Can I use automated code analysis to catch usability problems early in development?

Automated code analysis can catch usability problems early by reviewing specified code areas and providing incremental structured reports with suggested fixes before major issues arise.

What format does the code review report use for tracking issues?

The code review report uses a structured format presenting File, Issue, Severity, and Suggested Fix to clearly document implementation and usability problems.