Resolve Pr Comments

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

tomevault-io Updated

File contents

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

yarn check

5. Push and Resolve

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/vultisig--vultisig-windows--resolve-pr-comments commit 3a28ec0dfc

Frequently asked questions

npx skillmds@latest add tomevault-io/resolve-pr-comments-3