deploy-hotfix
Prepare and promote an Infiquetra hotfix tag through the deployment workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare and promote an Infiquetra hotfix tag through the deployment workflow.
用 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-hotfix |
| description | Prepare and promote an Infiquetra hotfix tag through the deployment workflow. |
Prepare an Infiquetra hotfix deployment.
../deploy-state/SKILL.md.../../scripts/mint_tag.py; hotfix versions normally use an extra patch
segment such as 1.2.3.1.--confirm-plan matching the printed repo, tag, and ref before any tag push.python3 plugins/deploy/scripts/mint_tag.py \
--env production \
--version 1.2.3.1 \
--repo infiquetra/example \
--ref hotfix/branch \
--dry-run