pr-comments-live

Post real-time comments to a Pull Request for commits and pushes.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill pr-comments-live
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments-live
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/pr-comments-live
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill pr-comments-live

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures continuous visibility into development progress by automatically posting PR comments in parallel with every commit, push, or update, preventing silent work and keeping stakeholders informed in real-time.

Core Features & Use Cases

  • Real-time Updates: Automatically posts comments to a Pull Request for every commit, push, or significant change.
  • Agent-Specific Identity: Utilizes distinct GitHub tokens for different agents, clearly attributing actions within the PR.
  • Workflow Integration: Seamlessly integrates with other skills like ten-pass-verification and pr-push-merge to provide a transparent and auditable development process.
  • Use Case: When a developer commits a fix, a comment like "Committed: fix for bug #123" appears on the PR instantly. When an agent completes a verification pass, a comment like "[Agent] PASS — All checks complete" is posted.

Quick Start

Use the pr-comments-live skill to post a comment to the PR indicating that you have committed your changes.

Frequently Asked Questions about pr-comments-live

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

FAQPage Schema
How do I automatically post pull request comments for every commit or push?

To automatically post pull request comments for every commit or push, you need a workflow that synchronizes real-time PR comments with development actions. This approach creates a parallel communication stream for every material change, preventing silent work and keeping stakeholders continuously informed.

What is the best way to attribute automated PR comments to specific agents?

The best way to attribute automated PR comments to specific agents is by utilizing distinct GitHub tokens for different agents. This agent-specific identity approach ensures clear attribution of actions within the PR, making it easy to track which agent or developer performed each material change.

Can I use real-time PR comments to support multi-agent verification workflows?

Yes, you can use real-time PR comments to support multi-agent verification workflows. By integrating with verification skills, this approach posts comments like "PASS — All checks complete" when an agent completes a verification pass, providing a transparent and auditable development process.

How do I integrate PR comments with a push and merge workflow?

You can integrate PR comments with a push and merge workflow by using skills that seamlessly work together to provide a transparent development process. This integration ensures that comments are posted in parallel with every push or merge action, maintaining continuous visibility into progress.

Why should I post comments in parallel with development actions on GitHub?

You should post comments in parallel with development actions on GitHub to prevent silent work and keep stakeholders informed in real-time. This continuous visibility ensures that every material change, such as a bug fix, is instantly communicated on the PR, maintaining an auditable development process.