| name | describe-pr |
| description | Generates/updates PR description using SPS utility contract. |
describe-pr
Codex wrapper for .claude/commands/utilities/describe_pr.md.
Execution Contract
- Read
.claude/commands/utilities/describe_pr.md fully before executing.
- Execute the same workflow semantics and status gates.
- Keep all artifacts in the same paths under
thoughts/shared/*.
- Use existing helper scripts in
.claude/helpers/*.sh for GitHub status logic.
- If describing a PR for an
issue-N branch with an implementation progress file, continue or hand control back to core-30-implement finalization and ensure .claude/helpers/submit_pr_for_code_review.sh N PR_NUMBER_OR_URL succeeds before reporting implementation completion.
Codex Adaptation Rules
- When the source mentions Claude-specific slash invocation mechanics, execute the referenced workflow in the current Codex thread.
- For delegated research tasks, use Codex subagents defined in
.codex/agents/*.toml.
- Do not rewrite process policy in this phase; preserve behavior parity with the source command.
Inputs
- If issue number / file path is required by the source command, request it from the user or infer it exactly as the source command specifies.