Monitor pull requests until merge-ready
babysitskillsetup L2★81,174
thedotmack/claude-mem ↗What it does
monitor pull requests until merge-ready
Best for
When a PR needs active monitoring until all checks, reviews, and threads are truly resolved.
Inputs
- · pr_number
- · poll_interval_seconds
Outputs
- · pr_status_report
- · unresolved_threads_list
Requires
- · github_cli
- · graphql_api
Preconditions
- · PR exists and is accessible
- · user has GitHub CLI auth
Failure modes
- · PR merges before all threads resolved
- · review decision toggles unexplicably
- · CI hangs indefinitely
Trust signals
- · GitHub GraphQL query with pagination loop
- · unresolved thread filter with jq
- · thread resolution mutation example