source-command-review-pr-comments

Resolve unanswered GitHub pull request review comments and run tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the repetitive work of reviewing GitHub pull request comment threads and ensuring author responses and code changes are handled consistently.

Core Features & Use Cases

  • Unanswered review comment triage: Identifies unanswered PR review threads, including questions, suggestions, and pending change requests.
  • Sequential resolution workflow: Processes comments one at a time to draft responses, implement fixes, and verify outcomes.
  • Validation and verification: Runs the repository test suite, type checking, and linting after any implemented changes.

Quick Start

Use the skill to review all open pull request comments and respond or implement fixes for the unanswered threads in the selected PR.

Frequently Asked Questions about source-command-review-pr-comments

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

FAQPage Schema
How do I automate answering unresolved GitHub pull request review comments?

You can automate GitHub PR review comment triage by listing open pull requests, fetching full review thread details via GitHub MCP, and processing each unanswered comment sequentially to draft replies or apply code changes.

Can I automatically fix code from PR review suggestions and run tests afterward?

Yes, after implementing fixes from PR review suggestions, the skill runs the repository test suite using bun test, type checks with bun run check-types, and linting with bun run lint to validate all applied code changes.

What's the best way to triage unanswered questions and change requests on GitHub PRs?

The best way to triage unanswered PR review threads is to process comments sequentially, identifying questions, suggestions, and pending change requests, then preparing responses or implementing fixes for each unresolved item.

Does this PR comment resolution workflow require a GitHub MCP server?

Yes, fetching full pull request review and comment details requires a GitHub MCP server connection to list open PRs and retrieve the review thread data needed for sequential processing.

What limitations should I expect when automating GitHub PR comment responses?

This workflow targets active repository workflows where PRs include review discussions, and it processes comments sequentially rather than in parallel, which may limit throughput on pull requests with extensive unresolved comment threads.