一键导入
autoship
Use when the user wants fully autonomous delivery in this repo from a clear task through implementation, verification, review, and PR follow-through.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants fully autonomous delivery in this repo from a clear task through implementation, verification, review, and PR follow-through.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when managing stacked branch workflows with DubStack, including create/modify, navigation, sync/restack, submit, PR opening, and recovery.
Use when managing stacked branch workflows with DubStack, including create/modify, navigation, sync/restack, submit, PR opening, and recovery.
Use when changing AI-generated branch, commit, or PR metadata for DubStack flow, or when adding new local Evalite coverage for those outputs.
Use when turning staged changes into a DubStack branch, commit, and submitted PR stack with clear naming and user confirmation.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
| name | autoship |
| description | Use when the user wants fully autonomous delivery in this repo from a clear task through implementation, verification, review, and PR follow-through. |
Run an end-to-end autonomous ship cycle for dubstack. Do not pause for confirmation unless blocked.
review-council passes:
Architect persona, prefer claude.Staff Engineer persona, prefer claude + codex + gemini.pnpm checkspnpm typecheckpnpm testpnpm evals.Confirm task scope:
Build an implementation plan:
mkdir -p .dispatch..dispatch/autoship-implementation-plan.md.Plan review council (round 1):
review-council skill.Architect.claude; if unavailable, use the best available reviewer and note the limitation.Implement:
Quality gates (pass 1):
pnpm checkspnpm typecheckpnpm testpnpm evalsCode review council (round 2):
review-council skill.Staff Engineer with strict review tone ("hard-ass staff engineer").claude, codex, and gemini.Quality gates (pass 2):
Create stacked PR:
dub-flow path for branch + commit + submit (for example: dub flow --ai -a -y).dub-flow is unavailable, fall back to direct non-interactive commands (dub create ... + dub ss) and record why.Post-PR CI watch and fix loop:
gh pr checks --watch and wait for completion.gh pr checks --watch again.Copilot review comments:
review-pr-comments skill in autonomous mode (do not pause for
user confirmation) to process unresolved review threads.gh pr checks --watch again.mkdir -p docs/reports.docs/reports/<date>-autoship-report.md using
report-template.md.