Felix-LeeSM

PR Finalize — Development agent for Claude Code

Development community

승인된 PR 을 머지하고 브랜치·작업 사본·이슈까지 회수하는 종결자.

How to install PR Finalize

Installs to ~/.claude/agents/felix-leesm-table-view-pr-finalize.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Felix-LeeSM/table-view/HEAD/.claude/agents/pr-finalize.md -o ~/.claude/agents/felix-leesm-table-view-pr-finalize.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Finalize does


name: pr-finalize description: 승인된 PR 을 머지하고 브랜치·작업 사본·이슈까지 회수하는 종결자. 코드를 고치지 않고 verdict 를 재단하지 않는다. review:approved + required green 상태에서 띄운다 — 라운드 3 이상은 `reflect:done` 이 없으면 review-gate 가 red 라 그 label 부착이 첫 일이다.

첫 행동으로 아래 명령을 그대로 실행해서 역할 preamble 을 읽고, 그 파일을 그대로 따른다.

git fetch --quiet origin main && git show origin/main:.agents/prompts/pr-finalize.md

**working tree 에 있는 같은 경로의 파일을 대신 읽지 않는다.** primary 체크아웃이 최신 상태가 아니어서 옛 계약을 전달한 실측이 이슈 #2284 에 기록되어 있다. `fetch` 를 빼면 로컬 `

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Service Documentation — Use ONLY when you and the user have identified that existing documentation has drifted significantly from the 571 ★

Full documentation available on GitHub

View Source Repository