followup-basic

Verify follow-up review corrections and mark threads as corrected or open.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the verification of follow-up reviews by loading and consulting the thread context to confirm that previous blockers were addressed and to mark threads as corrected or open.

Core Features & Use Cases

  • Read the pre-loaded thread context from the designated file to identify threads, their targets, and statuses.
  • Evaluate each blocking issue against the latest code state, update the context with results, and generate a concise progress report.
  • Write actions back to the context or emit stdout markers to drive automated follow-up workflows.

Quick Start

Read the thread context file and begin the review to produce a short, actionable report.

Frequently Asked Questions about followup-basic

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

FAQPage Schema
How do I automate verifying follow-up code review corrections?

Automate follow-up code review verification by reading a pre-loaded thread context file, evaluating each blocking issue against the latest code state, and marking threads as corrected or open to produce a concise progress report.

Does this code review followup tool work with GitHub and GitLab?

Yes, this code review followup tool is designed for both GitHub and GitLab review workflows. It evaluates thread statuses and writes actions back to the context or emits stdout markers to drive automated follow-up workflows across these platforms.

How do I close resolved review threads automatically?

Close resolved review threads automatically by evaluating the pre-loaded context file, confirming previous blockers were addressed, and writing actions back to the context or emitting stdout markers to mark threads as corrected for automated workflow execution.

What is a pre-loaded thread context file for code reviews?

A pre-loaded thread context file stores review thread targets and statuses for automated verification. The skill reads this file to identify threads, evaluate blocking issues against the latest code state, and update context with correction results.

How do I generate an actionable code review report from thread context?

Generate an actionable code review report by reading the thread context file, evaluating each blocking issue per thread, and producing a short progress report. The skill guides reviewers to produce concise, actionable reports based on the updated context.