# Resolve Pr Comments

> Address CodeRabbit or other AI reviewer comments on a PR to make it merge-ready. Use when this capability is needed.

- Skill: `tomevault-io/resolve-pr-comments-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/resolve-pr-comments-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/resolve-pr-comments-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/resolve-pr-comments-3

---


# Resolve PR Review Comments

## Usage
Provide the PR link or number.

## Workflow

### 1. Fetch Review Comments
Use GitHub MCP `pull_request_read` with method `get_review_comments`. Focus on `IsResolved: false`.

### 2. Evaluate Critically
AI reviewers can be wrong. Before implementing:
- **Verify the claim** — does the code actually have the issue?
- **Question severity** — "critical" labels are often overstated
- **Check if code works** — suggestion may be based on misunderstanding
- **Ask the user** for questionable or significant changes

### 3. Address Valid Comments
Implement fixes. Skip invalid suggestions.

### 4. Run Checks
```bash
yarn check
```

### 5. Push and Resolve
```bash
git add -A && git commit -m "address review comments" && git push
yarn tsx .cursor/skills/resolve-pr-comments/scripts/resolve-pr-comments.ts <PR_NUMBER>
```

## Goal
- All threads resolved, all checks pass, PR merge-ready

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/vultisig) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

