review-flow

Execute QA, code cleanup, and CI fixes for pull requests.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/acta0724/claude-marketplace --skill review-flow-acta0724
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-flow
Source: https://github.com/acta0724/claude-marketplace/tree/main/wf/skills/review-flow
Command: npx skills add https://github.com/acta0724/claude-marketplace --skill review-flow-acta0724

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the crucial post-pull request creation steps, ensuring code quality, identifying issues, and preparing for seamless pair programming reviews.

Core Features & Use Cases

  • Automated Quality Assurance: Runs QA, code cleanup (deslop), and CI fix checks in parallel.
  • Codebase Understanding: Generates a codemap and provides insightful questions to facilitate pair reviews.
  • Use Case: After pushing a new feature branch, this Skill automatically verifies the code, cleans up any unnecessary lines, fixes potential CI failures, and then prepares a detailed explanation and review prompts for a human reviewer.

Quick Start

Use the review-flow skill to analyze the pull request at the provided URL.

Frequently Asked Questions about review-flow

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

FAQPage Schema
How do I automate code review and quality checks for a pull request?

Automate pull request code review by executing parallel sub-agents for quality assurance, code cleanup, and CI issue resolution. The process operates directly on provided pull request URLs to verify code and prepare it for human review.

What is the best way to fix CI failures automatically after pushing a new branch?

The best way to fix CI failures automatically is using a fixci sub-agent that executes alongside quality assurance checks. It targets the pull request URL to identify and resolve continuous integration issues before human review.

How does automated code cleanup work for pull requests?

Automated code cleanup works through a deslop sub-agent that removes unnecessary lines from the submitted code. It runs in parallel with quality assurance and CI resolution tasks to streamline the pull request.

Can I generate a codemap to facilitate pair programming reviews?

Yes, you can generate a codemap to facilitate pair programming reviews. The system analyzes the pull request to produce a code map and insightful review questions for the human reviewer.

Do I need to provide a pull request URL to run quality assurance checks?

Yes, you need to provide a pull request URL to run quality assurance checks. The automated verification, cleanup, and CI resolution sub-agents operate directly on the URL input to process the codebase.

Why should I use parallel sub-agents for CI issue resolution and code cleanup?

Parallel sub-agents for CI issue resolution and code cleanup ensure faster processing and comprehensive preparation. Running verification, deslop, and fixci simultaneously streamlines the pull request for pair programming.