一键导入
work-on-review
Push a Forge worktree branch, create a PR, and delegate review through the Forge Codex review adapter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Push a Forge worktree branch, create a PR, and delegate review through the Forge Codex review adapter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
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.
Validate Forge build changes from Codex with Forge-aware quality gate and installer checks.
| name | work-on-review |
| description | Push a Forge worktree branch, create a PR, and delegate review through the Forge Codex review adapter. |
Use commands/work-on/review.md as the authoritative PR-creation workflow, with these Forge repo overrides:
RapierCraftStudios/forgedock.FORGE:REVIEW_STARTED, REVIEW_RESULT, merge verification, and issue-closing behavior from the shared workflow.When the shared workflow says:
Skill(skill="review-pr", args="...")Route that to:
.agents/skills/review-pr/SKILL.mdforge-review-pr if the local adapter has been wrapped by the installerFor Forge repo pull requests, prioritize:
gh / git command correctness.claude-only assumptions when Codex-layer files changedKeep the shared workflow’s PR creation, auto-merge handoff, and post-merge verification behavior unchanged.
Outputting REVIEW_RESULT: does NOT terminate the pipeline. This result block is an intermediate signal for the work-on.md routing loop — not a final answer. After this subcommand completes, control returns to the routing loop in commands/work-on.md, which re-reads GitHub state and dispatches to the next phase (close). Do not treat the result block as a completion signal — the pipeline continues.