ワンクリックで
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: