watch

Poll GitHub Pull Requests for comments and implement requested changes automatically.

4|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/supersuit-tech/permission-slip --skill watch-supersuit-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch
Source: https://github.com/supersuit-tech/permission-slip/tree/main/.claude/skills/watch
Command: npx skills add https://github.com/supersuit-tech/permission-slip --skill watch-supersuit-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, python3.

What problem does it solve?

Polls a GitHub Pull Request for new comments and reviews and autonomously implements the requested changes using an AI agent.

Core Features & Use Cases

  • Deterministic polling loops fetch reviews and inline comments and top-level reviews, deduplicate, and prepare actionable work items.
  • Agent-driven changes implement reviewers' requests, resolve conflicts, and post remediation in PR threads while preserving intent.
  • Wrap-up summaries and optional post-session auto-merge provide traceability and streamlined PR completion.

Quick Start

Poll the specified PR for comments and reviews and let the agent implement requested changes automatically.

Frequently Asked Questions about watch

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

FAQPage Schema
How do I automatically implement changes requested in GitHub PR reviews?

To automatically implement changes requested in GitHub PR reviews, you can use an AI agent to poll pull requests, fetch inline comments and top-level reviews, apply the requested modifications, resolve conflicts, and post remediation notes for traceability.

Can I monitor pull request comments autonomously and push code fixes?

Yes, you can monitor pull request comments autonomously and push code fixes. Deterministic polling loops fetch new reviews and inline comments, deduplicate them into actionable work items, and an AI agent implements the requested changes hands-off.

Do I need gh and jq installed to automate pull request feedback?

Yes, you need gh, jq, git, and python3 installed to automate pull request feedback. These dependencies enable the polling scripts and AI agent to fetch PR comments, implement code changes, resolve merge conflicts, and log actions.

What is the best way to handle GitHub PR review requests without manual coding?

The best way to handle GitHub PR review requests without manual coding is using an AI agent that autonomously implements reviewer feedback, resolves conflicts, and optionally auto-merges the pull request after posting wrap-up summaries for completed traceability.

How does an AI agent resolve conflicts when implementing PR review changes?

An AI agent resolves conflicts when implementing PR review changes by coordinating deterministic polling scripts with agent-driven code modifications, preserving the reviewer's original intent while addressing the conflict and posting remediation directly in PR threads.