comments

Manages multiple PRs with git worktrees and automated comment handling.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/krystophny/prompts --skill comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comments
Source: https://github.com/krystophny/prompts/tree/main/skills/comments
Command: npx skills add https://github.com/krystophny/prompts --skill comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address PR comments and manage multiple PRs in parallel using git worktrees, reducing manual back-and-forth on reviews.

Core Features & Use Cases

  • Parallel PR handling: spawn separate worktrees per PR and run review/update workflows concurrently.
  • Mandatory agent delegation: ensure code changes are implemented by the designated agent (sergei-perfectionist-coder) to maintain quality.
  • PR lifecycle automation: detect current PR, browse PR comments, and apply updates across branches as part of a coordinated workflow.
  • Worktree cleanup: remove temporary worktrees after resolutions.

Quick Start

Run /comments to address the current PR or specify PR numbers to handle multiple PRs in parallel.

Frequently Asked Questions about comments

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

FAQPage Schema
How do I address PR comments across multiple pull requests in parallel?

You can address PR comments across multiple branches by spawning separate git worktrees per PR. This allows you to run review and update workflows concurrently without manual branch switching.

What is the best way to apply fixes consistently across several open pull requests?

Applying fixes consistently across branches requires a deterministic workflow using gh and git worktrees. This approach manages parallel PR updates while delegating code changes to a mandatory agent.

How does git worktree help with managing concurrent code reviews?

Git worktree enables concurrent code reviews by creating isolated working directories for each PR. This lets you handle multiple pull requests simultaneously and cleans up temporary worktrees after resolving feedback.

Do I need a specific agent to implement code changes when addressing PR feedback?

Yes, implementing code changes requires delegation to a mandatory designated agent. This ensures consistent quality when applying updates across multiple pull requests and branches.

Can I automatically detect the current PR without providing arguments?

Yes, the workflow automatically detects the current PR when no arguments are provided. This streamlines the process of browsing PR comments and applying updates directly to your active branch.

What are the limitations of using git worktrees for parallel PR handling?

Using git worktrees for parallel PR handling requires cleanup of temporary directories after resolution. You must also ensure the mandatory agent is correctly configured to maintain deterministic code change workflows.