원클릭으로
pr-lifecycle
Manages the full PR lifecycle: creation, Copilot comment handling, CI remediation, and user-approved merge
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manages the full PR lifecycle: creation, Copilot comment handling, CI remediation, and user-approved merge
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage
Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage
Usage: Build feature {task-id} with harness {harness-cmd}. Implements a requested feature by continuously looping a fast worker agent against a strict, passing-import but failing test harness until success is achieved.
Review and maintain institutional learnings in docs/compound/ so the compound library stays accurate, deduplicated, and evidence-backed
Risk-triggered plan reinforcement that deepens verification, rollback, and guardrail detail before plan review
Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge
| name | pr-lifecycle |
| description | Manages the full PR lifecycle: creation, Copilot comment handling, CI remediation, and user-approved merge |
| argument-hint | branch=015-feature-branch |
| input | {"properties":{"branch":{"type":"string","description":"Feature branch to create PR for"},"title":{"type":"string","description":"PR title (optional, defaults to branch name)"}},"required":["branch"]} |
Manage the branch-to-merged workflow for a shipment or feature branch. This skill creates or updates the pull request, responds to review feedback, keeps CI healthy, and stops at the user merge gate unless the user explicitly approves the merge.
Use this skill when implementation work is ready to move through pull request execution. It centralizes the PR control loop so higher-level agents can treat review, CI follow-up, and merge approval as one bounded workflow.
${input:branch}: (Required) Branch name to ship${input:title}: (Optional) PR title override. When omitted, derive the
title from the branch name or prepared PR descriptiongh pr create or gh pr edit, to create or
refresh the pull request.fix-ci skill with the active PR or branch context.fix-ci own the remediation loop for failing checks and unresolved
review comments.main or delete the feature branch
while the merge gate is open. The branch is the active working context for
any follow-up CI or review fixes.After a user-approved merge:
post-merge/{feature_slug} branch from updated main rather than pushing
closure commits directly to the default branch.The skill is complete only when one of these outcomes is explicit: