一键导入
release
Full release pipeline — commit, push, tag, GitHub release, marketplace version sync. Activate when #rel appears anywhere in the user message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full release pipeline — commit, push, tag, GitHub release, marketplace version sync. Activate when #rel appears anywhere in the user message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Review the current diff, run the narrowest useful verification, and summarize remaining release risk. Activate when #sc appears anywhere in the user message.
Show unified omo status dashboard — boulder, ralph-loop, tasks, teams, and memory state at a glance. Activate when #ss appears anywhere in the user message.
Check if README.md and user guide reflect current project state — philosophy, features, agent models, skill list. Fix any drift. Activate when #sync appears anywhere in the user message.
Triage a failure by capturing symptoms, narrowing reproduction, isolating likely files, and choosing the smallest useful verification loop. Activate when #bh appears anywhere in the user message.
Multi-perspective code review on the current diff or specified files. Examines correctness, security, performance, maintainability, and scope creep. Activate when #dr appears anywhere in the user message.
Dispatch multiple agents in parallel for independent tasks. Use when work splits cleanly into non-overlapping units that can execute simultaneously. Activate when #sp appears anywhere in the user message.
| name | release |
| description | Full release pipeline — commit, push, tag, GitHub release, marketplace version sync. Activate when #rel appears anywhere in the user message. |
| argument-hint | <version> |
| disable-model-invocation | false |
| allowed-tools | Read, Edit, Write, Glob, Grep, Bash, Task |
Execute a full release for version: $ARGUMENTS
Step 1 — Version validation:
.claude-plugin/plugin.json and .claude-plugin/marketplace.json to get the current version.1.7.0)..claude-plugin/plugin.json → version field.claude-plugin/marketplace.json → metadata.version AND plugins[0].versionStep 2 — Pre-flight checks:
bash tests/backtest.sh all — abort if any test fails.bash scripts/validate-schema.sh — abort if validation fails.git status for uncommitted changes.Step 3 — Commit and push:
v{VERSION}: {summary}. Ask the user for a one-line summary if not obvious from the diff.origin main.Step 4 — Tag:
v{VERSION} already exists: git tag -l v{VERSION}.git tag v{VERSION}.git push origin v{VERSION}.Step 5 — GitHub Release:
gh release view v{VERSION}.gh release create v{VERSION}.Step 6 — Summary:
Report: