pr-comment-response

Analyze pull request comments and verify bug claims with failing tests.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/ahrav/scratch-scanner-rs --skill pr-comment-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-response
Source: https://github.com/ahrav/scratch-scanner-rs/tree/main/.claude/skills/pr-comment-response
Command: npx skills add https://github.com/ahrav/scratch-scanner-rs --skill pr-comment-response

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers systematically address code review comments by ensuring bug reports are verified with failing tests before any code changes are made, preventing blind trust and unnecessary modifications.

Core Features & Use Cases

  • Verify Bug Claims: Automatically create and run tests to confirm reviewer-reported bugs.
  • Test-Driven Fixes: Only modify code after a test confirms the bug's existence.
  • Efficient Workflow: Streamlines the process of handling multiple comments, distinguishing between bug reports, style suggestions, and questions.
  • Use Case: When a reviewer flags a potential bug in your pull request, invoke this skill to write a test that would fail if the bug exists, run it, and then proceed with a targeted fix only if the test fails.

Quick Start

Invoke the pr-comment-response skill with the pull request number to begin verifying comments.

Frequently Asked Questions about pr-comment-response

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

FAQPage Schema
How do I verify pull request review comments before making code changes?

To verify pull request review comments, you can automate a test-driven approach that analyzes bug claims and writes targeted failing tests before modifying any code, ensuring reported issues actually exist.

What is the best way to handle bug reports in code review comments?

The best way to handle code review bug reports is to systematically create tests that fail if the bug exists, run them, and only proceed with a targeted fix after the test confirms the issue, preventing unnecessary modifications.

How do I automate responses to different types of pull request comments?

You can automate pull request comment responses by distinguishing between bug reports, style suggestions, and clarification requests, then outputting a structured summary of actions taken for each comment type.

Can I use a test-driven workflow to address reviewer feedback on my pull request?

Yes, you can use a test-driven workflow to address reviewer feedback by invoking an automation skill with your pull request number to begin verifying comments and guiding fixes only when tests confirm issues.

When should I write failing tests for code review suggestions?

You should write failing tests for code review suggestions when a reviewer flags a potential bug, allowing you to confirm the bug's existence before applying any code changes to your pull request.

Why should I test bug claims from code reviews before fixing code?

You should test bug claims before fixing code to prevent blind trust in reviewer feedback and avoid unnecessary modifications, ensuring that only verified issues receive targeted fixes in your developer workflow.