pr-review-watcher
SolidMonitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- chrono-meta
- Repository
- chrono-meta/forge-harness
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
watch-pr
Triggered by /watch-pr [PR-number]. After pushing, waits for the PR's automated review + CI to land, then triages findings — auto-fixes mechanical ones, batches judgment calls into one question, replies-with-reasoning on disagreements. Hard cap of 2 rounds; terminates explicitly. ON-DEMAND ONLY — never part of the plan→boiler→orca flow (which is PR-less); exists for production/job work. Use when the user says "watch the PR", "wait for the review", or "handle the review when it comes".
pr-monitor
Monitor PR status — CI checks, review bot findings, unresolved conversations — and address + resolve bot comments. After pushing fixes, waits for and handles new bot review comments before declaring merge-ready. Use when asked to "check PR status", "monitor this PR", "check CI", "resolve PR comments", "address review comments", "mark conversations resolved", or when waiting on a PR to be merge-ready. NOT for: initial code review (use pr-review), post-merge testing (use verify), or reviewing the diff itself.
watch-pr
Watch a PR's CI/reviews and respond as they land.