원클릭으로
promote-beta
Compatibility entrypoint for beta promotion. Prefer release-lanes for end-to-end latest/beta lane maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compatibility entrypoint for beta promotion. Prefer release-lanes for end-to-end latest/beta lane maintenance.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-commit/ship code review: Codex default; optional Claude, Pi, Droid, Copilot, Cursor, or OpenCode.
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and goal-backed workflow repair.
Resolve GitHub PR review feedback with source-backed triage, fixes, autogoal plan state, mandatory autoreview closeout, replies, and thread resolution.
Generate structured video transcripts from local files or video URLs using Gemini Files API. Use when a GitHub or Linear tracker item, comment, or attachment includes a screen recording, .mov, .mp4, or tracker-hosted video and you need a <video-transcripts> block instead of hand-written notes.
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and goal-backed workflow repair.
Pre-commit/ship code review: Codex default; optional Claude, Pi, Droid, Copilot, or OpenCode.
| description | Compatibility entrypoint for beta promotion. Prefer release-lanes for end-to-end latest/beta lane maintenance. |
| argument-hint | [repo, dry-run, real promote, PR URL, or release version] |
| name | promote-beta |
| metadata | {"skiller":{"source":".agents/rules/promote-beta.mdc"}} |
Compatibility shim. Use release-lanes for end-to-end beta/latest maintenance.
This file exists so older prompts that say promote-beta still route correctly.
If the request is anything beyond read-only explanation, load
.agents/rules/release-lanes.mdc and follow that skill instead.
The old split was too manual: promote PR, generated sync PR, then beta re-entry.
The current owner is release-lanes, which treats promotion, direct
main -> next sync, beta re-entry, release watching, npm readback, and stale PR
cleanup as one autogoal-backed lane.
Do not run the old post-promotion checklist from this file.
Create the lane plan:
node .agents/skills/autogoal/scripts/create-goal-scratchpad.mjs \
--template release-lanes \
--title "release lane maintenance"
Run a promote dry run:
gh workflow run promote.yml --ref next -f dry_run=true
Run direct main -> next sync through the release-lanes script:
node tooling/scripts/release-branch-prs.mjs sync-main-to-next --dry-run
node tooling/scripts/release-branch-prs.mjs sync-main-to-next --push