一键导入
work-on-build-validate
Validate Forge build changes from Codex with Forge-aware quality gate and installer checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate Forge build changes from Codex with Forge-aware quality gate and installer checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | work-on-build-validate |
| description | Validate Forge build changes from Codex with Forge-aware quality gate and installer checks. |
Use commands/work-on/build/validate.md for gate-loop semantics, but apply these Forge repo overrides when the changed files are in this repository:
Skill("quality-gate"), use the repo-local Forge adapter at .agents/skills/quality-gate/SKILL.md or the installed forge-quality-gate skill.GATE_PASSED contract unchanged.For Forge repo changes:
bash -n on every changed *.sh file.install-codex.sh changed, always run bash -n install-codex.sh.install.sh changed, always run bash -n install.sh.AGENTS.md, docs/CODEX.md, .agents/skills/**, install-codex.sh), verify naming/path consistency against commands/**/*.md.CHANGELOG.md was updated.If the changed files are only Markdown/docs/skill files with no executable shell changes, skip language-specific format/build steps from the shared workflow and treat the quality gate plus reference consistency checks as the required validation surface.
Return the same structured VALIDATE_RESULT block expected by the shared workflow.
Run a Forge-aware pre-commit quality gate from Codex.
Review Forge pull requests from Codex with Forge-aware heuristics and the shared Forge verdict/merge model.
Investigate a Forge GitHub issue from Codex and post a FORGE:INVESTIGATOR report.
Push a Forge worktree branch, create a PR, and delegate review through the Forge Codex review adapter.
Pick up a GitHub issue and run the full investigate-build-review-merge pipeline for Forge from Codex.
Build a Forge issue from Codex using Codex-native worktrees and Forge-aware subcommand routing.