What problem does it solve? Getting a second pair of eyes on task planning documents before execution requires manual copy-pasting into review tools and tracking feedback by hand. This Skill automates sending task docs to Codex for review, counting the comments it leaves, and resolving each thread through a structured append-only workflow. ## Core Features & Use Cases - Automated Codex Review: Invokes codex exec against the task folder in docs/tasks/ with correct stdin handling so the review runs unattended without hanging. - Comment Detection and Verification: Counts review threads in both Markdown (UNRESOLVED/RESOLVED/REJECTED comments) and HTML (<pd-thread> elements) formats, then verifies author replies exist after resolution. - Failure Diagnosis: Detects non-zero exit codes, empty reviews, and renamed CLI flags, directing you to check codex exec --help or run auto skill update for vendored copies. - Use Case: After drafting a plan with /new-task, run this Skill to have Codex review the plan, then automatically invoke /resolve-comments so every P1/P2/P3 thread is addressed before execution begins. ## Quick Start Ask the agent to request a Codex review for task 042 and resolve any comments it leaves.