Skip to content

Add backport PR skill#93973

Merged
timneutkens merged 2 commits into
canaryfrom
codex/backport-pr-skill
May 20, 2026
Merged

Add backport PR skill#93973
timneutkens merged 2 commits into
canaryfrom
codex/backport-pr-skill

Conversation

@timneutkens
Copy link
Copy Markdown
Contributor

What?

Adds a new $backport-pr skill for backporting merged PRs from canary to release branches.

Why?

Backports follow a repeatable workflow: branch from the release branch, cherry-pick the merged PR commit, verify, then open a PR against that release branch. Capturing it as a skill helps Codex do that consistently.

How?

Adds .agents/skills/backport-pr/SKILL.md with inputs, git workflow, verification guidance, and the backport PR body shape. Adds a one-line reference in AGENTS.md.

Verification

  • python3 /Users/timneutkens/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/backport-pr
  • pnpm prettier --with-node-modules --ignore-path .prettierignore --write AGENTS.md .agents/skills/backport-pr/SKILL.md
  • git diff --cached --check

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

Tests Passed

Commit: 7c03d71

@timneutkens timneutkens marked this pull request as ready for review May 20, 2026 14:47
@timneutkens timneutkens merged commit f172ba9 into canary May 20, 2026
298 of 302 checks passed
@timneutkens timneutkens deleted the codex/backport-pr-skill branch May 20, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants