source-command-review-pull-request

Triages GitHub PR threads sequentially and implements fixes with Bun checks.

14|5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill source-command-review-pull-request
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-review-pull-request
Source: https://github.com/TheCardGoat/lorcana-simulator/tree/main/.agents/skills/source-command-review-pull-request
Command: npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill source-command-review-pull-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the time-consuming work of manually scanning GitHub Pull Request threads and deciding which comments need action, so your PR review feedback gets handled systematically and consistently.

Core Features & Use Cases

  • Open PR Discovery: Lists open pull requests and lets you choose which one to review.
  • Unanswered Comment Triage: Identifies unanswered, unresolved, or change-request comments by analyzing all review threads.
  • Sequential Comment Processing: Reviews one comment at a time, drafts responses, implements valid code changes, and verifies with tests and type checking.
  • End-to-end Verification & Reporting: Runs bun test, bun run check-types, and bun run lint, then summarizes outcomes and next steps.

Quick Start

Ask the AI to run the migrated source command for review-pull-request in order to process unanswered PR review comments and submit the appropriate responses or changes.

Frequently Asked Questions about source-command-review-pull-request

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

FAQPage Schema
How do I automatically reply to unanswered GitHub pull request review comments?▼

Automated pull request review handling triages unresolved GitHub threads sequentially, drafting responses or implementing code fixes for each unanswered comment without auto-committing changes.

How do I apply code suggestions from PR review comments and run tests?▼

Sequentially process pull request review comments by implementing valid code changes, then verify the fixes by running bun test, type checking, and linting to ensure code quality.

Can I resolve unresolved GitHub PR review threads automatically?▼

Yes, PR review comment triage identifies unresolved threads and change requests, processing each unanswered comment one at a time to draft appropriate responses or apply code fixes.

Does this pull request review automation auto-commit code changes to GitHub?▼

No, the pull request review automation does not auto-commit changes. It processes unanswered threads, implements fixes, runs verification, and produces a structured summary of outcomes and next steps.

How do I list open pull requests and triage unresolved review comments?▼

Use the GitHub MCP server to list open pull requests, fetch full PR details including review comments, and identify unanswered threads for sequential processing and verification.