address-review

Evaluate and resolve open findings in .claude/REVIEW_ADVERSARIAL.md.

11|2|Updated Sep 8, 2015
One-click install
npx skills add https://github.com/jitrapon/astro-mobile --skill address-review-jitrapon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/jitrapon/astro-mobile/tree/main/.claude/skills/address-review
Command: npx skills add https://github.com/jitrapon/astro-mobile --skill address-review-jitrapon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages the hands-on work of reviewing adversarial findings, deciding which ones deserve action, and keeping the review trail up to date so the branch can move forward with clear, evidence-based decisions.

Core Features & Use Cases

  • Finding evaluation: Checks each open review item against validity, rarity, proportionality, and v1 necessity before labeling it as fix, defer, or not an issue.
  • Branch hygiene: Applies approved fixes, runs the necessary tests, updates the review record, and commits each resolved issue separately.
  • Deferred issue tracking: Captures lower-priority findings for later follow-up so they are not lost when review files are regenerated.
  • Use case: A developer wants to resume an in-progress adversarial review, confirm the verdicts with the user, and land only the issues that truly warrant immediate work.

Quick Start

Ask the assistant to evaluate the latest adversarial review findings, confirm verdicts with you, fix the approved issues, and update the review file and commit history.

Frequently Asked Questions about address-review

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

FAQPage Schema
How do I triage adversarial code review findings and decide what to fix?

Triage adversarial code review findings by evaluating each open item against validity, rarity, proportionality, and v1 necessity to label it as a fix, defer, or not an issue. This classification ensures only findings truly warranting immediate action proceed to implementation.

How do I track deferred issues from a code review without losing them?

Track deferred issues from code review by capturing lower-priority findings for later follow-up within the review file. This deferred-issue tracking prevents lost context when adversarial review files are regenerated, ensuring future resolution visibility.

What is the best way to apply code review fixes and commit them separately?

The best way to apply code review fixes is to implement approved changes, run necessary test automation, update the review record file, and commit each resolved issue separately. This branch hygiene approach maintains a clear, evidence-based commit history.

Can I resume an in-progress adversarial review and request user confirmation for verdicts?

Yes, you can resume an in-progress adversarial review by evaluating open findings, requesting user-verdict confirmation on proposed classifications, and then implementing fixes for approved issues. This iterative loop ensures user agreement before code changes occur.

Does this code review triage process run test automation after applying fixes?

Yes, the code review triage process runs test automation after applying approved fixes to verify code changes. This test execution step satisfies severity filtering requirements and ensures branch status updates reflect passing tests before committing.

When should I not use an automated adversarial review loop for issue triage?

You should not use an automated adversarial review loop for issue triage when a review file is absent or when findings require immediate, non-iterative fixes without user-verdict confirmation. The process depends on structured review files and interactive validation.