ワンクリックで
watch-pr
Watch a PR's CI/reviews and respond as they land.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Watch a PR's CI/reviews and respond as they land.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
A relentless interview that asks every frontier question at once, round by round. (Sherif's version).
Load when creating a new skill, scaffolding a SKILL.md, adding a reference page to a skill, writing or tuning a skill's description, or restyling/auditing an existing skill. Carries the authoring patterns (progressive disclosure, router, voice, triggering) a skill is shaped with.
Load when planning or about to git commit, branch, push, rebase, resolve a merge conflict, open PR, stack PR, or write/update the description of a Pull Request (PR / stacked diff), respond to review comments, review a PR, or watch/babysit a PR's CI. Carries the user's git conventions and style you are expected to match. Load as early as possible, the moment git or GitHub work is anywhere in the chat's future.
The user's coding and docs conventions and taste. Load FIRST, at the start of any task that touches code or docs.
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, binary, bundle) with signing/attestation. Optionally use the skill to transform a repo's CI/CD to the recommended shape, aka (cicd-fy).
/afk, but local-only and conservative.
SOC 職業分類に基づく
| name | watch-pr |
| description | Watch a PR's CI/reviews and respond as they land. |
| license | MIT |
| argument-hint | [PR number or URL] [duration|forever] (defaults to current branch's PR, 30m) |
| disable-model-invocation | true |
| metadata | {"author":"sherifabdlnaby","version":"0.1.0"} |
Load the git skill, then read its watch and review-responses references before acting.
Goal: keep the PR under watch without blocking your turn, respond to review comments as they arrive, and debug and fix CI failures. Get the PR to green and respond most bot comments automatically; defer decisions that need my input so you keep making progress on everything else. Only after CI is green and bot reviews are addressed may you block waiting on me.
$ARGUMENTS may name the PR (number or URL). If empty, resolve the PR for the current branch:
gh pr view --json number,url,headRefName,state
$ARGUMENTS may include a duration (30m, 1h, 2h, …) or forever / indefinitely.
--max-total <seconds> (s / m / h / d). Default 30m when neither a duration nor forever is given.BUDGET SPENT, send the digest and stop.--reset-budget so the new CI gets a full window.When $ARGUMENTS contains forever (or indefinitely), watch until the PR merges or closes:
--max-total, so the watch never returns BUDGET SPENT.SETTLED is not a stop condition here: checks finishing and activity dying down still means the PR is open. Relaunch and keep watching for the next review or push.CLOSED (merged or closed). When it fires, send the final digest and stop.