verify
01Skill Claude CodeCodex
Run lint, tests, and build to verify the project is in a good state. Use after making code changes.
5 7d ago A 25 tokens
original MIT
Drive GitHub PRs to merge-ready: watch CI, fix failures, resolve reviews. Self-contained loop until pr.ready=true.
Skill Claude CodeCodex
Run lint, tests, and build to verify the project is in a good state. Use after making code changes.
Skill Claude CodeCodex
Bring the current PR to a mergeable state: CI green, all review comments resolved, no merge conflicts. Self-contained — watches CI, fixes issues, watches again until merge-ready. Use when the user wants to keep a PR green, auto-fix CI, resolve review comments, or says "get this merged".