pr-promotion-workflows
Set up PR-based branch promotion workflows with tiered CI gates, staging/main deploy hooks, and explicit GitHub branch-protection follow-through.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up PR-based branch promotion workflows with tiered CI gates, staging/main deploy hooks, and explicit GitHub branch-protection follow-through.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Never run Docker containers as root. Enforce USER directive in Dockerfiles and user: in compose files. Database images are the only exception.
Handle packages migrating between pnpm workspaces. Clean stale root copies, update workspace configs, fix broken workspace:* references.
Recover lost source files from pi session history when files were deleted but never committed to git.
Improve the Hormuz clock model through new signal classes, schema changes, uncertainty modeling, and better rendering or branch logic
Revise fork-tax protocols so they assume concurrent agents by default in shared workspaces, forbid destructive repo-wide cleanup of unrelated dirt, and require path-scoped staging plus explicit blocker recording.
Persist the full working state into git (commit + tag + push + manifest artifacts) as a deterministic handoff snapshot. Use when the user requests Π / fork tax / full dump.
| name | pr-promotion-workflows |
| description | Set up PR-based branch promotion workflows with tiered CI gates, staging/main deploy hooks, and explicit GitHub branch-protection follow-through. |
| license | GPL-3.0 |
| compatibility | ["opencode","codex"] |
Create or revise a PR -> staging -> PR -> main style promotion pipeline with honest gate tiers and deploy hooks.
staging and heavier checks for main.staging, main, or equivalents)..github/workflows/.staging: typechecks + unit tests only.main: lint + full suite + integration/E2E + packaging/schema/build checks.staging: deploy staging.main: deploy production.staging and main PR gates.main PRs must come specifically from staging.staging -> main).staging and main.staging and main push events.staging PR checks are lightweight and fast.main PR checks are the real full gate.