process-pr-reviews

Convert GitHub PR review comments into beads tasks.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/eykd/vance-ts --skill process-pr-reviews-eykd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-pr-reviews
Source: https://github.com/eykd/vance-ts/tree/main/.claude/skills/process-pr-reviews
Command: npx skills add https://github.com/eykd/vance-ts --skill process-pr-reviews-eykd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of GitHub PR review comments into beads tasks, ensuring that each comment is processed and tasks are created for follow-up actions.

Core Features & Use Cases

  • PR Comment Processing: Converts review comments into beads tasks.
  • Task Creation: Generates tasks for each finding in the review comments.
  • Comment Marking: Marks each comment as processed to keep PR threads clean.
  • Use Case: After a review bot comments appear on a PR, use this Skill to automatically create tasks and mark the comments as processed, bridging CI findings into trackable work.

Quick Start

Run /process-pr-reviews to process PR review comments from the current branch, or /process-pr-reviews <pr-number> for a specific PR.

Frequently Asked Questions about process-pr-reviews

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

FAQPage Schema
How do I convert GitHub PR review comments into trackable tasks?

You can convert GitHub PR review comments into trackable tasks by running `/process-pr-reviews` for the current branch or `/process-pr-reviews <pr-number>` for a specific PR. The Skill parses review comments and generates tasks for each finding.

What is the best way to automate task creation from GitHub PR reviews?

Automating task creation from GitHub PR reviews is done by triggering this Skill on specific commands. It processes CI findings from review comments, creates beads tasks for follow-up actions, and marks each processed comment to keep PR threads clean.

Do I need Python and GitHub API access to process PR review comments?

Yes, you need Python and the `gh` CLI installed to process PR review comments. The Skill requires GitHub API access to fetch PR review comments and beads task creation capabilities to generate the follow-up work items.

How does processing PR review comments keep GitHub threads clean?

Processing PR review comments keeps GitHub threads clean by marking each comment as processed after converting it into a beads task. This ensures every CI finding is bridged into trackable work without leaving unresolved threads on the PR.

Can I process security and architecture review comments from a specific GitHub PR?

Yes, you can process security, architecture, and code quality review comments from a specific GitHub PR by running `/process-pr-reviews <pr-number>`. This targets the designated PR and converts its review findings into actionable beads tasks.