Analyze completed Ralph worktree PRDs, build a dependency-aware merge queue, and sequentially squash-merge each branch into main — removing the worktree after each successful merge.
Ralph worktrees live at .claude/worktrees/ralph/ / with PRDs at scripts/ralph/prd.json inside each worktree. A worktree is "completed" when every user story in its PRD has passes: true. This skill finds all completed worktrees, determines the safest merge order, presents the plan for approval, and then executes it one branch at a time.
Read every .claude/worktrees/ralph//scripts/ralph/prd.json file. For each PRD:
완성된 Ralph 작업 트리 분기를 분석하고, 스마트 병합 우선순위 대기열을 구축하고, 작업 트리 정리를 통해 순차적으로 기본 대기열로 스쿼시 병합합니다. 사용자가 ralph 작업 트리를 병합하고, 완료된 기능을 병합하고, 완성된 ralph 분기를 정리하고, ralph 병합 대기열을 처리하거나, 어떤 ralph 분기가 병합 준비가 되었는지 묻고 싶을 때마다 이 기술을 사용하세요. 트리거 대상: 작업 트리 병합, ralph 병합, 완료된 분기 병합, ralph 정리, 완료된 분기 병합 대기열, ralph 분기 스쿼시. 출처: ralphcrisostomo/nuxt-development-skills.