deploy
Promote an Infiquetra repository by minting a policy-compliant deployment tag. Use for nonprod, staging, production, and rollback tag-promotion flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Promote an Infiquetra repository by minting a policy-compliant deployment tag. Use for nonprod, staging, production, and rollback tag-promotion flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Route proposed Team Mimir profile behavior changes into target-owned Hermes dialogue after producer-owned custody classification.
Compile and review an approved Workflow Contract for Codex V2 graph, profile, write, check, reviewer, fallback, and external-action consistency without launching work.
Explicitly run an operator-approved Infiquetra Workflow Contract as a root-orchestrated Codex V2 DAG with exact profiles, runtime receipts, bounded writes, one independent review, one remediation, and one targeted recheck.
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
| name | deploy |
| description | Promote an Infiquetra repository by minting a policy-compliant deployment tag. Use for nonprod, staging, production, and rollback tag-promotion flows. |
Promote an Infiquetra repository through tag-promotion deployment.
../deploy-state/SKILL.md.github.com/infiquetra/*.nonprod, staging, or production.../../scripts/mint_tag.py for deterministic tag naming.--confirm-plan matching the previewed
repo, tag, and ref. Do not push a tag from skill text alone.python3 plugins/deploy/scripts/mint_tag.py \
--env nonprod \
--version 1.2.3 \
--repo infiquetra/example \
--dry-run
Run the same command without --dry-run only after the operator confirms the
exact printed plan id:
python3 plugins/deploy/scripts/mint_tag.py \
--env staging \
--version 1.2.3 \
--repo infiquetra/example \
--confirm-plan <printed-confirmation-id>