| name | pr-converge |
| description | Converge an open pull request to merge-ready state. |
Intent
Use this skill when the task is to address review feedback, clear CI, and bring a pull request to merge readiness.
Inputs
- Target pull request or the currently checked out pull request.
- Review comments, CI failures, and repository validation requirements.
Execution
- Retrieve active review comments and open threads.
- Evaluate each comment against the current code and decide whether it requires a fix, explanation, or no action.
- Implement focused fixes for valid issues and add regression coverage when the comment reveals a bug.
- Reply to each comment with a concise technical explanation.
- Re-run the minimal validation needed by the touched areas.
- Check CI status and iterate until failures are resolved.
Validation
- Confirm that review threads are responded to and ready for resolution.
- Confirm that local validation is green.
- Confirm that CI is green before declaring convergence.
Safety
- Do not resolve comments without explanation.
- Keep each fix minimal and scoped to the review issue it addresses.