1k-monitor-pr-ci

Installation
SKILL.md

Monitor PR CI & Reviews

Monitor a pull request's CI checks and review comments. Auto-fix CI failures, prompt user for review feedback.

Input

$ARGUMENTS - PR number, PR URL, or omit to auto-detect from current branch.

Workflow

Step 1: Resolve PR number

Determine the PR to monitor:

  • If $ARGUMENTS is a number, use it directly
  • If $ARGUMENTS is a GitHub URL, extract the PR number
  • If $ARGUMENTS is empty, detect from current branch:
    gh pr list --head "$(git branch --show-current)" --json number --jq '.[0].number'
    
Related skills
Installs
37
GitHub Stars
2.4K
First Seen
Feb 27, 2026