What problem does it solve? Coordinating branch hygiene, validation, PR body writing, and review-gate checks for Basic Memory pull requests is a multi-step process that is easy to get wrong or skip. This Skill orchestrates the full workflow so a PR is created or updated correctly and gated on the latest-head Codex review before merge. ## Core Features & Use Cases - Delegated PR workflow: Applies the pull-request skill for branch hygiene, validation, pushing, and PR creation or reuse, and pr-description for the PR body. - Latest-head Codex review gate: Enters pr-review-loop on the current head SHA, treating green CI alone as insufficient for approval. - Blocker handling: Routes Codex or CI blockers through fix-pr-issues, then restarts the review loop on the new head. - Use Case: After finishing a feature branch in the Basic Memory repository, invoke this Skill to validate changes, push the branch, open the PR with a proper semantic title and sign-off, and iterate through the Codex review loop until the gate passes. ## Quick Start Use $pr-create to create or update this Basic Memory PR and run the latest-head Codex review loop.