review

Automate code reviews by verifying task completion and detecting regressions.

Updated May 16, 2026
One-click install
npx skills add https://github.com/korchasa/flowai-plugins --skill review-korchasa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/korchasa/flowai-plugins/tree/main/plugins/flowai/skills/review
Command: npx skills add https://github.com/korchasa/flowai-plugins --skill review-korchasa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the code review process by combining automated QA and lead engineer analysis to provide a comprehensive review of changes in a single pass.

Core Features & Use Cases

  • QA and Code Review: Automatically verifies task completion and code quality in parallel.
  • Catching Tests: Synthesizes tests to detect regressions that static review may miss.
  • Contextual Analysis: Reviews changes within the context of the original request, plan, and project conventions.
  • Use Case: When a user completes a coding task, use this Skill to automatically review the changes for quality and completeness before committing to the codebase.

Quick Start

Execute the 'review' skill with the current diff as context.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review and regression testing before committing changes?

Automate code review by verifying task completion and code quality in a single pass. The skill evaluates your current diff against original requests and project conventions, synthesizing tests to detect regressions that static reviews may miss.

How does automated QA catch regressions that static code review misses?

Automated QA catches regressions by synthesizing tests to detect runtime issues that static code review misses. It evaluates code changes in context against original project requests and conventions to ensure task completion.

Do I need Git to run automated code reviews on my coding tasks?

Yes, Git is required to run automated code reviews. The skill operates within the context of a specific coding task and requires Git alongside various code analysis tools to review your current diff.

What is the best way to verify task completion and code quality in one pass?

The best way to verify task completion and code quality in one pass is using an automated review skill. It combines automated QA and lead engineer analysis to review changes against original requests and project conventions simultaneously.

Can I use contextual analysis to review changes against original project requests?

Yes, you can use contextual analysis to review changes against original project requests. The skill evaluates code modifications within the context of the original request, plan, and project conventions to ensure quality and completeness.