pr-ready

โดย remotion-dev

Resolve CI failures, merge conflicts, or local branch changes to get a PR ready

npx skills add https://github.com/remotion-dev/remotion --skill pr-ready

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:

  1. The current git branch and working tree state with git status.
  2. Whether the local branch has commits that are not pushed yet.
  3. Whether the PR branch has merge conflicts with the base branch.
  4. The current PR checks or CI failures using the 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:

  1. Update the local base branch reference.
  2. Rebase or merge the PR branch onto the base branch, following the repository's existing workflow.
  3. Resolve conflicts carefully and preserve both the PR intent and upstream changes.
  4. Run the relevant formatting, tests, or builds for the affected packages.
  5. Ask the user for confirmation before pushing if the conflict resolution creates unpushed commits.

If there is a CI failure:

  1. Inspect the failing check logs with the gh CLI.
  2. Fix the underlying cause instead of retrying or bypassing the failure.
  3. Run the relevant local checks that cover the failure.
  4. Commit the fix if needed.
  5. 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.

Skills เพิ่มเติมจาก remotion-dev

pr-name
remotion-dev
การตั้งชื่อที่ถูกต้องสำหรับ PR
official
pr-ready
remotion-dev
แก้ไข CI ที่ล้มเหลว, แก้ไขความขัดแย้งในการรวมโค้ด, หรือการเปลี่ยนแปลงในสาขาท้องถิ่นเพื่อเตรียม PR ให้พร้อม
official
release
remotion-dev
ปล่อยเวอร์ชัน Remotion ใหม่
official
remotion-captions
remotion-dev
การจัดการกับคำบรรยายใน Remotion
official
remotion-create
remotion-dev
กำลังสร้างวิดีโอ Remotion ใหม่
official
video-report
remotion-dev
สร้างรายงานเกี่ยวกับวิดีโอ
official
add-bug
remotion-dev
เพิ่มรายการบั๊ก Remotion ใหม่ไปยัง packages/bugs/api/[v].ts ใช้เมื่อผู้ใช้อธิบายบั๊กและเวอร์ชัน Remotion ที่ได้รับผลกระทบซึ่งควรแสดงผ่านทาง…
official
add-cli-option
remotion-dev
เพิ่มตัวเลือก CLI หรือการกำหนดค่า Remotion ใหม่ โดยการสร้าง AnyRemotionOption, ลงทะเบียนการแยกวิเคราะห์ CLI, เชื่อมต่อตัวตั้งค่าการกำหนดค่า และอัปเดตเอกสาร ใช้เมื่อ...
official