Skip to content

Commit 9e45a6f

Browse files
committed
Clarify /pr-msg wrap rule: fill *to* 72 chars
Change "72 char max" phrasing to "wrap at 72 chars" with explicit "fill lines to 72 — don't stop short at 50-65" in both `SKILL.md` and `format-reference.md`. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
1 parent 9ff8b67 commit 9e45a6f

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.claude/skills/pr-msg/SKILL.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ always follow this process:
6464
4. **Write the PR description** following these
6565
rules:
6666

67-
**Line length: 72 char max** for ALL prose content
68-
(Summary bullets, Motivation paragraphs, Scopes
69-
bullets). Only raw URLs in reference-link defs
70-
may exceed this.
67+
**Line length: wrap at 72 chars** for ALL prose
68+
content (Summary bullets, Motivation paragraphs,
69+
Scopes bullets). Fill lines *to* 72 — don't stop
70+
short at 50-65. Only raw URLs in reference-link
71+
defs may exceed this.
7172

7273
**Title:**
7374
- Present tense verb (Add, Fix, Drop, Use, etc.)
@@ -104,7 +105,7 @@ may exceed this.
104105
reference-style.
105106
- End each bullet with a period for prose-y feel.
106107
- Use backticks for all code elements.
107-
- **72 char line limit**wrap long bullets.
108+
- **Wrap at 72 chars**fill lines to 72.
108109
- When a single bullet covers multiple commits,
109110
chain the hash refs:
110111
`[abc1234][abc1234] [def5678][def5678]`.
@@ -113,7 +114,7 @@ may exceed this.
113114
- 1-2 paragraphs explaining *why* the change exists.
114115
- Describe the problem/limitation before the
115116
solution.
116-
- **72 char line limit** — hard-wrap paragraphs.
117+
- **Wrap at 72 chars** — hard-wrap paragraphs.
117118
- Casual yet technically precise tone (match the
118119
project's commit-msg style).
119120

@@ -126,7 +127,7 @@ may exceed this.
126127
- Sub-bullets (`*`) for secondary changes within
127128
the same module/namespace.
128129
- For test modules use `tests.<module_name>` style.
129-
- **72 char line limit** on each bullet line.
130+
- **Wrap at 72 chars** — fill lines to 72.
130131

131132
### Cross-references (commented out)
132133
- Always include a commented-out cross-references

.claude/skills/pr-msg/format-reference.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Canonical structure for `tractor` patch-request
44
descriptions, designed to work across GitHub,
55
Gitea, SourceHut, and GitLab markdown renderers.
66

7-
**Line length: 72 char max** for all prose content
8-
(Summary bullets, Motivation paragraphs, Scopes
9-
bullets, etc.). Only raw URLs in reference-link
10-
definitions may exceed this.
7+
**Line length: wrap at 72 chars** for all prose
8+
content (Summary bullets, Motivation paragraphs,
9+
Scopes bullets, etc.). Fill lines *to* 72 — don't
10+
stop short at 50-65. Only raw URLs in
11+
reference-link definitions may exceed this.
1112

1213
## Template
1314

0 commit comments

Comments
 (0)