What problem does it solve? PR descriptions often fail to demonstrate that every acceptance criterion in the linked issue is actually satisfied, leaving reviewers to guess. This Skill forces you to write a criterion-by-criterion mapping with evidence before opening a PR, then validates the body with a gate that legion pr create requires. ## Core Features & Use Cases - Acceptance criteria mapping: Load criteria from the issue with legion issue view, re-read your diff, and write one ### entry per criterion with explanatory prose and evidence. - Gate validation: Run legion pr write-check to refuse empty or boilerplate mappings and record the gate that legion pr create checks on HEAD. - Auto-closing issues: Pass --closes to legion pr create so the merge appends the correct Closes #<issue> keyword, including cross-repo references. - Use Case: After finishing a feature branch, you write the PR body mapping each of the issue's five acceptance criteria to specific hunks and tests, validate it, and open the PR knowing the gate is clean. ## Quick Start Ask the agent to write the PR body for the current branch by mapping the issue's acceptance criteria to the diff, validate it with legion pr write-check, and open the PR with legion pr create.