Commit 6924017
UN-3396 [MISC] Align SKILL.md terminology with canonical contract format
CodeRabbit (2026-04-08T11:10Z) flagged two remaining terminology
drifts in the design-rules skill instructions:
1. The "What you'll get" row for the `validate` mode claimed the
script checks "ADR-link resolution" — the script does not, and
has never done so. Corrected to list the three actual checks:
forbidden-word scan, compatibility-statement presence, and
component-directory sanity.
2. Five places inside the skill still used the old "Dos / Don'ts /
Acceptance criteria" vocabulary to describe per-component content,
which contradicts the canonical per-component contract requiring
`## Rules` with `R1..Rn` entries and the four-row (Severity / Why /
Refs / Enforced by) table. Replaced each with the canonical
terminology:
- Quick Start "get" row: "component Dos/Don'ts" → "the component's
`## Rules` entries (`R1..Rn` with Severity / Why / Refs /
Enforced by)"
- Command `get` step 3 bundle item: same replacement, plus an
explicit mention of `## Known Exceptions` entries when present
- Command `add` per-component step 4: dropped "Dos / Don'ts in
source material" wording, replaced with the canonical
`No component-specific rules yet.` placeholder under `## Rules`
and an explicit warning that inventing Dos/Don'ts is forbidden
- Command `review` step 3: walk the component's `## Rules`
(`R1..Rn`) rather than "the component's Dos / Don'ts"
The only remaining "Dos/Don'ts" mention in SKILL.md is the explicit
prohibition in the `add` step — it tells contributors the old shape
is not allowed, not that they should use it.
No behavioural change. Purely terminology alignment with the contract.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 9c05c93 commit 6924017
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments