What problem does it solve? Addressing pull request feedback, failed CI checks, and Codex review blockers is a fragmented, error-prone process where developers often miss unresolved threads or re-request reviews against stale commits. This Skill provides a disciplined loop for fixing PR issues and re-validating the latest head SHA. ## Core Features & Use Cases - Issue Ledger: Collects PR comments, inline review threads, failed GitHub Actions logs, and Codex review state into a structured ledger with source, problem, fix, and verification per item. - Guided Fix Loop: Enforces reading files fully before editing, keeping diffs narrow, running the smallest meaningful verification first, and committing with signed-off commits. - Latest-Head Review Gate: Re-applies the pr-review-loop after pushing, requiring current-head Codex approval and zero unresolved non-outdated threads before considering the PR ready. - Use Case: A reviewer leaves inline comments and a CI job fails on your Basic Memory PR. Use this Skill to triage each item, push targeted fixes, watch checks against the new head SHA, and reply to every thread with evidence. ## Quick Start Ask the assistant to use the fix-pr-issues skill to address all feedback and failed checks on the current pull request and re-run the Codex review gate on the latest head.