review-workflow

Automate Pull Request review responses with fetching, code fixes, verification, and commits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/UtakataKyosui/C2Lab --skill review-workflow-utakatakyosui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-workflow
Source: https://github.com/UtakataKyosui/C2Lab/tree/main/plugins/review-workflow/skills/review-workflow
Command: npx skills add https://github.com/UtakataKyosui/C2Lab --skill review-workflow-utakatakyosui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of responding to Pull Request reviews, from fetching comments to pushing code changes.

Core Features & Use Cases

  • Automated Review Fetching: Retrieves review comments and organizes them by thread.
  • Code Modification: Integrates with a SubAgent to apply suggested code fixes.
  • Verification: Runs defined tests and checks to ensure changes are valid.
  • Automated Committing & Pushing: Creates commits for fixes and prepares for push.
  • Use Case: After receiving feedback on a feature branch, you can use this skill to automatically apply the suggested fixes, run tests, and commit the changes, streamlining the review cycle.

Quick Start

Use the review-workflow skill to automatically respond to the latest PR review comments.

Frequently Asked Questions about review-workflow

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

FAQPage Schema
How do I automate responses to pull request review comments?

Automating PR review responses involves fetching comments, orchestrating code modifications via SubAgent, executing verification scripts, and managing commits. This skill handles the entire workflow end-to-end for both git and jj version control systems.

What is the best way to apply suggested code fixes from a PR review automatically?

Applying suggested code fixes automatically is handled by integrating a SubAgent to execute modifications, running verification scripts to ensure validity, and creating commits for the applied changes to prepare for push.

Does this automated code review workflow support both git and jj?

Yes, this automated code review workflow supports both jj and git version control systems. It manages commits and pushes across either environment, streamlining the review cycle regardless of your chosen version control tool.

How does the verification process work after applying code modifications from a review?

The verification process runs defined tests and checks after the SubAgent applies code modifications. This ensures changes are valid before the skill proceeds to create commits and prepare updates for a push.

Can I retrieve and organize PR review comments by thread automatically?

Yes, you can retrieve PR review comments automatically, and the skill organizes them by thread. This structured retrieval enables the subsequent code modification and verification steps to address feedback systematically.