/watch-pr-comments
Watch a PR's reviews and comments and answer them as they land.
$ npx -y skills add sherifabdlnaby/skills --skill watch-pr-comments --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/watch-pr-comments
Context preview
The summary Claude sees to decide when to auto-load this skill.
Watch a PR's reviews and comments and answer them as they land.
SKILL.md
watch-pr-comments.SKILL.mdname: watch-pr-comments description: Watch a PR's reviews and comments and answer them as they land. license: MIT argument-hint: "[PR number or URL] [duration|forever] [humans] (defaults to current branch's PR, 30m)" disable-model-invocation: true metadata: author: sherifabdlnaby version: "0.1.0"
watch-pr-comments
Same contract as [watch-pr](../watch-pr/SKILL.md) (target PR, time budget, the flick for drafts, the existing-threads pass, the sub-agent, the `humans` word), narrowed to reviews. CI is not yours here: a red check does not wake you, and green is not a stop.
python3 <git-skill-dir>/scripts/pr-watch.py watch --pr <N> --repo <OWNER/REPO> --watcher <id> --until closed --on review,comment,state --max-total <s>
Address `BOTREVIEW` items as they land, human comments per the watch-pr rule. On `DONE`: digest of what was answered, what was pushed back on, what waits on me.
🍣 Hand-rolled AI Skills distilled from my everyday experience. Git & Mise (...and others).
Repo: sherifabdlnaby/skills
Other skills on sherifabdlnaby-skills.
cicd-fy
Use when setting up, shaping, or auditing a project's CI/CD: a build/test/scan pipeline, a release pipeline, or publishing an artifact (container image,…
coding
The user's coding and docs conventions and taste. Load FIRST, at the start of any task that touches code or docs.
git
Load when planning or about to git commit, branch, push, rebase, resolve a merge conflict, open PR, stack PRs (even when gh-stack drives the stack), or…

