en un clic
pr-ready
Resolve CI failures, merge conflicts, or local branch changes to get a PR ready
Menu
Resolve CI failures, merge conflicts, or local branch changes to get a PR ready
Best practices for Remotion - Video creation in React
Manage GitHub Issues 2.0 relationships with gh CLI: parent issues, sub-issues, blocked-by, and blocking links.
Create or update GitHub issues with correct Remotion naming and safe multiline Markdown handling
Open a pull request for the current feature
Add a new effect to @remotion/effects, including implementation, package exports, docs, demos, preview images, Remotion skill updates, tests, formatting, and builds.
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
| name | pr-ready |
| description | Resolve CI failures, merge conflicts, or local branch changes to get a PR ready |
Use this skill when a pull request is not ready because there is either:
Bring the pull request back to a ready state.
Start by checking:
git status.gh CLI.If there are uncommitted changes, untracked files that look relevant, or commits that have not been pushed, stop before changing, committing, or pushing them and ask the user for confirmation.
If there is a merge conflict:
If there is a CI failure:
gh CLI.If there are no CI failures, no merge conflicts, and no uncommitted or unpushed changes, report that the PR is already ready.