Finalize PR
SkillAI & modelsOrchestrates the full post-implementation loop: push PR → wait for CI → fix failures → repeat until CI passes or termination rules trigger a pause. This skill should be used when the user says "ship it", "finalize pr", "push and fix CI", "push pr and wait for CI", or invokes "codagent:finalize-pr".
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Finalize PR skill
What this skill tells your AI
The instructions your AI receives, as published by codagent-ai/agent-skills in skills/finalize-pr/SKILL.md and read by ahel’s review.
Use the independently reusable PR skills to make the current branch review-ready:
- Invoke
codagent:push-pr. - Invoke
codagent:wait-ci. - On
failedorcomments, invokecodagent:fix-pr, then return to waiting. - On
passed, report success and the PR URL.
For pending, report what remains and ask whether to wait longer.
Termination
Track each fix cycle's failure signature: the set of failing check names, or comments-only when only
review feedback remains.
Pause for user direction instead of fixing when:
- three fix cycles have already run; or
- the same signature remains after two consecutive fix attempts.
When pausing, include the current CI or review evidence and the attempted fixes. Do not archive changes; archiving is a separate operation.
Signals
- GitHub stars
- 30
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
finalize-pr- Source
- github.com/codagent-ai/agent-skills