一键导入
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: