review-resolver

Turn PR review findings into tracked tasks with gh API and TaskCreate tooling.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tanujsutaria/VitalArc --skill review-resolver
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-resolver
Source: https://github.com/tanujsutaria/VitalArc/tree/main/.claude/skills/review-resolver
Command: npx skills add https://github.com/tanujsutaria/VitalArc --skill review-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically transform PR review findings into tracked tasks to ensure every comment is addressed.

Core Features & Use Cases

  • Create a task per finding with detailed context and suggested fixes.
  • Track the status of each finding across reviewers and re-run checks after fixes.
  • Integrate with PR workflows to verify completion before re-requesting review.

Quick Start

Run the review-resolver command with a PR number to load findings and begin tracking resolutions.

Frequently Asked Questions about review-resolver

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

FAQPage Schema
How do I turn PR review findings into tracked tasks?▼

PR review findings are turned into tracked tasks by creating a task per finding with detailed context and suggested fixes. This automation ensures every review comment is addressed and assigned a status across reviewers.

Can I track PR review resolution status across forks and main branches?▼

PR review resolution status can be tracked across both forks and main branches. The process assigns statuses to each finding and re-runs checks after fixes to confirm completion before re-requesting review.

How do I automate GitHub PR review resolution using the gh API?▼

GitHub PR review resolution is automated using the gh API and internal TaskCreate tooling to integrate with PR workflows. Running the resolver command with a PR number loads findings and begins tracking resolutions.

Does PR review task creation work with existing PR workflows?▼

PR review task creation integrates directly with existing PR workflows to verify completion. It supports structured task creation per finding and tracks status to ensure all comments are resolved before re-requesting review.

What is the best way to ensure every PR comment is addressed before re-requesting review?▼

The best way to ensure every PR comment is addressed is to automate the transformation of review findings into tracked tasks. This verifies completion of each finding before re-requesting review from the original reviewers.

How do I re-run checks after fixing PR review comments?▼

Checks are re-run after fixes by integrating task status tracking with PR workflows. Once a finding is resolved, the system re-runs checks to confirm the fix is complete before allowing a review re-request.