Primary finding
OUT-OF-SCOPE template states the PR will be closed; an unconditional 'Closing-as-not-planned' message is posted even when §8 blocks the close
- skills/pr-triage/SKILL.md:125-128
- skills/pr-triage/SKILL.md:121-131
The OUT-OF-SCOPE comment template unconditionally tells the author the PR is being closed, but §8 restricts closing to a narrower set than what §5 classifies as OUT-OF-SCOPE. A contributor reading the comment will see a contradictory result (PR comment says closed, PR remains open) for protected scripts/prefetch-* and scripts/postprocess-* paths.
Recommendation
Make the OUT-OF-SCOPE comment template parametric on whether the close will run, or simplify §5 so OUT-OF-SCOPE only covers paths that §8 actually closes.