review-followup-example

Verify review comments are addressed in new commits and generate follow-up reports.

41|7|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/DGouron/review-flow --skill review-followup-example
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-followup-example
Source: https://github.com/DGouron/review-flow/tree/main/examples/skills/review-followup-example
Command: npx skills add https://github.com/DGouron/review-flow --skill review-followup-example

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams verify that previous review comments have been addressed in new commits, ensuring fixes are complete and regressions are avoided.

Core Features & Use Cases

  • Read previous review comments and identify blocking issues.
  • Verify that each issue is addressed in the latest commits and generate a concise follow-up report.
  • Use in CI to automatically validate fixes before merging.

Quick Start

Ask the AI to generate a concise follow-up report confirming blocked issues are resolved after the latest commits.

Frequently Asked Questions about review-followup-example

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

FAQPage Schema
How do I automate post-review follow-up verification for merge requests?

Automate post-review follow-up verification by reading previous MR comments to identify blocking issues and checking if new commits address them, generating a concise report. This ensures fixes are complete and regressions are avoided before merging.

Can I use CI to automatically validate code review fixes before merging?

Yes, you can trigger automated follow-up validation in CI to verify code review fixes before merging. The process checks MR comments, diffs, and commits to confirm blocking issues are resolved and outputs a concise follow-up report.

Does this code review follow-up verification work with both GitHub and GitLab?

Code review follow-up verification works with pull and merge request workflows on both GitHub and GitLab. It requires access to MR/PR comments, diffs, and commits to verify that blocking issues are addressed.

How do I verify that new commits do not reintroduce problems from previous code reviews?

Verify new commits do not reintroduce problems by analyzing previous review comments and recent commit diffs to ensure blocking issues are addressed. The automated follow-up generates a report confirming fixes are complete and regressions are avoided.

What access is needed to automate post-review follow-up reports for pull requests?

Automating post-review follow-up reports requires access to pull request comments, diffs, and commits. This access allows the verification process to identify blocking issues and confirm they are resolved in the latest commits.