بنقرة واحدة
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.