一键导入
feature-delivery-gate
Run a standardized delivery gate before handoff by enforcing preflight checks, tests, and PR state verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a standardized delivery gate before handoff by enforcing preflight checks, tests, and PR state verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn the current conversation context into a specification document. Use when user wants to create a specification from the current context.
Convert a specification document into a list of tasks that can be executed by a coding agent. Use this skill when you have a specification document and want to break it down into actionable tasks for a coding agent to implement.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Refactors code to improve its design, structure, and maintainability without changing its behavior. Use this skill when you identify code that could be improved in terms of readability, simplicity, or adherence to design principles, and you want to refactor it to enhance its quality.
Convert the specified specification document into a list of tasks that can be executed by a coding agent. Use this skill when you have a specification document and want to break it down into actionable tasks for a coding agent to implement.
Guide coding agents through test-driven development for code changes. Use when the user asks to implement, fix, refactor, or extend behavior using TDD, red-green-refactor, test-first development, characterization tests, regression tests, or when a change should be driven by failing tests before production code is edited.
| name | feature-delivery-gate |
| description | Run a standardized delivery gate before handoff by enforcing preflight checks, tests, and PR state verification. |
Use this skill before opening or handing off a PR.
<path-to-skill>/scripts/gate.sh from the worktree root.--full-tests to run make all-verify.scripts/agent-preflight.shmake backend-test-unitmake extension-test-unit