Skip to main content

moai pr PR Watch

UPDATED 2026-07-15 1 min read EDIT ON GITHUB ↗

moai pr is a command that watches and manages pull requests in a CI/CD workflow.

Subcommands

CommandDescription
moai pr watch <PR_NUMBER>Watch a PR’s CI checks (or stop an active watch with --abort)

moai pr watch

bash
moai pr watch 123

Monitors gh pr checks for the given PR number.

FlagDescription
--abortStop the active CI watch loop
--reportEmit a merge-readiness report for the given PR number
--branch <name>Branch name for the report context (default: main)

Examples

bash
# Watch PR CI checks
moai pr watch 42

# Stop the active watch
moai pr watch 42 --abort

# Merge-readiness report
moai pr watch 42 --report