Handle Companion module follow-up reviews where the maintainer resubmits the same release tag. Use when asked to compare against a prior review and verify fixed vs. unchanged findings without doing a full fresh review.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Handle Companion module follow-up reviews where the maintainer resubmits the same release tag. Use when asked to compare against a prior review and verify fixed vs. unchanged findings without doing a full fresh review.
Review Pattern: Same-Tag Follow-Up
When to Use
The pending module version/tag is the same as the prior reviewed version
The user asks for a follow-up / delta-only review
You need to verify which prior findings were fixed, which were not, and whether any new issues were introduced
Process
Read the prior review file first and extract its finding IDs and verdict.
Confirm whether the current checkout still matches the same release tag.
Diff the tag against the current branch to see whether any post-tag changes are outside the release.
Re-check only the prior findings plus any changed code in the release delta.
Re-validate prior template/config findings against the authoritative template before carrying them forward; a same-tag follow-up can close a prior finding if the original diagnosis was too strict or factually wrong.
If there is no module-code delta, carry forward the still-valid prior findings and explicitly say no new release-delta issues were introduced.
Output Pattern
Title the review as a re-review / follow-up for the same tag
State clearly when no release-code delta exists
Separate:
findings fixed
blocking findings still open
other carried-forward findings
new issues introduced in the follow-up delta
Update reviews/TRACKER.md with a new row even if the version string is unchanged