pr-ready
SkillDev toolsLets your agent fix CI failures and merge conflicts so a pull request is ready to merge.
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 pr-ready skill
About this capability
Resolve CI failures, merge conflicts, or local branch changes to get a PR ready
What this skill tells your AI
The instructions your AI receives, as published by remotion-dev/remotion in .agents/skills/pr-ready/SKILL.md and read by ahel’s review.
Use this skill when a pull request is not ready because there is either:
- a CI failure
- a merge conflict
- uncommitted or unpushed changes
Bring the pull request back to a ready state.
Start by checking:
- The current git branch and working tree state with
git status. - Whether the local branch has commits that are not pushed yet.
- Whether the PR branch has merge conflicts with the base branch.
- The current PR checks or CI failures using the
ghCLI.
If there is a merge conflict:
- Update the local base branch reference.
- Rebase or merge the PR branch onto the base branch, following the repository's existing workflow.
- Resolve conflicts carefully and preserve both the PR intent and upstream changes.
- Run the relevant formatting, tests, or builds for the affected packages.
If there is a CI failure:
- Inspect the failing check logs with the
ghCLI. - Fix the underlying cause instead of retrying or bypassing the failure.
- Run the relevant local checks that cover the failure.
- Commit the fix if needed.
- Ask the user for confirmation before pushing if this creates unpushed commits.
If there are no CI failures, no merge conflicts, and no uncommitted or unpushed changes, report that the PR is already ready.
Signals
- GitHub stars
- 59k
- Forks
- 4k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
pr-ready-remotion-dev- Source
- github.com/remotion-dev/remotion