review-followup

Installation
SKILL.md

Review Follow-Up

Start from the review comment, not from a desire to justify more work. The first job is to decide whether the review is supported by the code and requirements. Only after that should you ask why it was missed and whether any broader follow-up is warranted.

This skill is intentionally cautious. Many issues are easier to notice in review than during implementation. Do not over-rotate from "the review is valid" to "the codebase needs refactoring."

Workflow

  1. Anchor the review in the actual change.
  • Read the review comment, relevant diff or commit, and the surrounding code.
  • Read affected tests or docs when they change the meaning of the review.
  • Separate reviewer preference from correctness, clarity, maintainability, or contract issues.
  1. Assess validity first.
  • Classify each review item as:
    • Valid
    • Partially valid
    • Not supported
  • Explain the classification with concrete evidence from the code, behavior, tests, or stated requirements.
Related skills

More from sjunepark/custom-skills

Installs
17
First Seen
Mar 13, 2026