What problem does it solve?
This Skill streamlines the full workflow of resolving a single pull request review comment, removing the guesswork from finding the issue, fixing the code, and proving the fix.
Core Features & Use Cases
- Targeted Issue Triage: Reads the reviewer comment, identifies the relevant source files, and determines the smallest safe change.
- Code and Test Updates: Implements the fix and updates or adds tests in the correct source set for the affected code.
- Verification and Commit: Runs the project test gate, fixes any regressions, and creates a commit with a clear message.
- Use Case: A teammate leaves one blocking review comment on a Kotlin Multiplatform feature, and you want the issue corrected, validated, and committed without handling the rest of the review thread.
Quick Start
Use the address-comment skill to resolve this review comment, update the necessary tests, run verification, and commit the fix.