refactor(push): tighten PR body template with examples and rules #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/push-pr-body-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
/pushskill's step 6 previously gave only four bullet requirements with no structure or examples. The first PR opened by the skill on this repo (#4) drifted into a sectioned, per-commit-with-SHAs body — verbose, redundant with the PR commit list, and fragile in CLI markdown viewers because of adjacent bold spans. This rewrite replaces the bullet list with concrete rules: title constraints, a default narrative paragraph (~80–150 words, no headers, no SHA bullets), an opt-in sectioned form gated on real cross-area scope, markdown discipline against bold-span adjacency, and a one-line footer for merge style and refs. Two worked examples — one default, one sectioned — anchor the rules to output that matches the de-facto style of earlier accepted PRs (#2, #3). This very PR uses the new template as a smoke test.Merge: rebase.