address-comment

Resolve a pull request review comment with code, test, and commit updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about address-comment

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

FAQPage Schema
How do I resolve a single pull request review comment in a Kotlin Multiplatform project?

Resolving a single pull request review comment involves tracing the feedback to relevant source files, applying the targeted code fix, updating source-appropriate tests, and validating with a successful Gradle test run before committing.

What's the best way to fix blocking code review feedback end to end?

Fixing blocking code review feedback end to end requires reading the reviewer comment, determining the smallest safe change, implementing the correction, and verifying regressions with a project test gate before creating a descriptive git commit.

Can I update tests and run Gradle verification for a specific PR comment fix?

Yes, you can update tests and run Gradle verification for a specific PR comment fix by adding tests in the correct source set for the affected code and executing the project test gate to ensure no regressions before committing.

Does this PR comment resolution workflow work with Kotlin Multiplatform repositories?

This PR comment resolution workflow is designed specifically for Kotlin Multiplatform repositories, applying review-driven fixes by tracing comments to source files, correcting code, testing, and validating within the KMP environment.

Why should I trace a review comment to source files before writing a git commit?

Tracing a review comment to source files before writing a git commit ensures you identify the relevant code, implement the smallest safe change, update the correct source set tests, and validate the fix without introducing regressions.