babysit-pr
Installation
SKILL.md
babysit-pr
Monitor a pull request from open to merged. Diagnose CI failures, fix what's fixable, post mobile preview QR codes, and merge when green.
Workflow
- Identify PR (from current branch, URL, or PR number)
- Check CI status and diagnose failures
- Fix what's fixable (test failures, lint, type errors)
- Post mobile preview QR code (if Expo/RN project)
- Monitor until all checks pass
- Auto-merge or notify user
CI Diagnosis
Reading GitHub Actions Logs
Related skills
More from jonmumm/skills
dont-use-use-effect
>
59react-composable-components
>
41grill-me
>
32mutation-testing
Run and interpret Stryker mutation testing; kill survivors to reach ≥95% score. Use when running mutation tests, setting up Stryker, interpreting survivors, or verifying test quality after TDD.
32offensive-typesafety
>
31expo-testing
Build, install, and test Expo/React Native apps on simulators and physical devices. Use when asked to "run on simulator", "install on device", "test on phone", "run detox", "preview build", or "build and test".
30