What problem does it solve? Manually running every item in a PR's test plan and reporting results is repetitive and error-prone. This Skill reads the Test Plan checklist from a pull request body, executes each item automatically, and records verifiable evidence directly on the PR. ## Core Features & Use Cases - Automated Test Plan Execution: Parses - [ ] checklist items from the PR body, classifies them as automatic or manual, and runs them in order. - Evidence-Based Reporting: Records the command, exit code, execution time, and scope for every item, then updates checkboxes or posts failure comments with error details. - Scoped vs Full Test Distinction: Clearly separates limited verification (e.g., pytest -k orders) from full test suite runs, and never marks unexecuted items as passed. - Use Case: After creating a PR with /ndf:pr, run this Skill to execute its test plan, check off passing items in the PR body, and post a summary comment with success/failure counts and success rate. ## Quick Start Ask the AI to run the test plan for PR number 42 and post the results as a comment on that pull request.