pr-poll

Manage a daemon that monitors GitHub Pull Request reviews and triggers notifications.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill pr-poll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-poll
Source: https://github.com/goffity/dev-km/tree/main/skills/pr-poll
Command: npx skills add https://github.com/goffity/dev-km --skill pr-poll

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of monitoring Pull Request reviews, ensuring timely notifications and enabling automatic responses to feedback, streamlining the code review workflow.

Core Features & Use Cases

  • Automated Monitoring: Continuously checks for new PR reviews.
  • Smart Notifications: Delivers specific alerts for approvals, changes requested, or comments.
  • Auto-Respond: Integrates with Claude CLI to automatically handle review feedback.
  • Use Case: As a developer, you can start the daemon and focus on coding, confident that you'll be notified immediately of any PR feedback or that Claude will handle routine responses.

Quick Start

Start the PR poll daemon with automatic response capabilities.

Frequently Asked Questions about pr-poll

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

FAQPage Schema
How do I automate GitHub pull request review notifications?

You can automate GitHub pull request review notifications by running a background daemon that continuously monitors repositories for new reviews and triggers alerts for approvals, comments, or requested changes.

Can I automatically respond to code review feedback using Claude CLI?

Yes, the polling daemon integrates with Claude CLI to automatically execute command-line responses and handle routine code review feedback without manual intervention.

How do I start and stop a daemon for monitoring pull requests?

You can manage the pull request monitoring daemon by using specific commands to start, stop, and check the status of the background polling service.

Is it possible to customize the polling interval for specific GitHub repositories?

Yes, the automated monitoring service supports configuration options for custom polling intervals and targeting specific GitHub repositories for code review tracking.

What are the limitations of using a daemon for CI/CD code review alerts?

The daemon requires continuous execution in a compatible environment to monitor pull requests, meaning it will stop sending notifications if the background service crashes or is manually terminated.