docs(skill): make the PR checkbox rule a hard final gate - #15237
Merged
cclauss merged 2 commits intoSep 9, 2026
Merged
Conversation
The requirement to tick at least one checklist box was buried in a prose paragraph, so PR bodies generated straight from the template kept going out with every box empty and algorithms-keeper auto-closed them before a human could read them. Promote the rule to an explicit 'Before you click Create pull request' final gate with a re-read/verify step, and spell out that it applies to every PR (CI, docs, tooling) — tick the boxes that genuinely apply so the body is never all-empty.
15 tasks
Member
|
Please text wrap this lone line... rumdl check..............................................................Failed
.github/skills/new-pull-request/SKILL.md:22:351: [MD013] Line length 541 exceeds 350 characters Issues: Found 1 issues in 1/34 files (11ms) |
Contributor
Author
|
Done — wrapped that paragraph so the longest line is now 88 chars, well under the MD013 350-char limit. |
cclauss
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change:
As requested by @cclauss on #15233, this makes the "tick at least one checkbox" rule impossible to miss.
The requirement was previously buried in a prose paragraph in the middle of the skill, so PR bodies generated straight from the template kept being submitted with every box empty — and
algorithms-keeperauto-closes those before a human reads them, so genuinely good changes get closed for a formatting reason (exactly what happened to #15233).Changes:
## Before you click "Create pull request"final gate at the end of the skill with an explicit re-read the rendered body verify step.Docs-only change to a skill file; no code, no dependencies.
Checklist: