diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-24 19:11:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-24 19:11:41 -0500 |
| commit | e5b54c24afdd569765b215732884bd0a8f2758a9 (patch) | |
| tree | 7adda3a4d514b5259d4f75d0da24fdfdde9c1c77 /review-code | |
| parent | 060636d2f9acc8c37bc5873f109ffa16c270f98a (diff) | |
| download | rulesets-e5b54c24afdd569765b215732884bd0a8f2758a9.tar.gz rulesets-e5b54c24afdd569765b215732884bd0a8f2758a9.zip | |
docs: split Linear vs PR structure; propagate content-scope rule to Tier 1 skills
Linear ticket bodies are now Problem + Fix only. PR descriptions keep
the four-section format (Problem, Fix, Why this fixes it, How it was
tested). Linear's GitHub integration handles the cross-link via the
PR body's Linear: line.
Cross-ref to the content-scope rule appended at the end of each Tier 1
skill that produces public artifacts: testing.md, arch-document,
arch-decide, arch-design, review-code, respond-to-review, brainstorm,
codify. Single-source the rule in commits.md, point at it from each
output-producing skill.
Diffstat (limited to 'review-code')
| -rw-r--r-- | review-code/SKILL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/review-code/SKILL.md b/review-code/SKILL.md index f01094c..1bb2bde 100644 --- a/review-code/SKILL.md +++ b/review-code/SKILL.md @@ -347,3 +347,7 @@ None. - **Important** → fix, or deliberately defer with an ADR (run `/arch-decide`) - **Minor** → follow-up issues or a cleanup PR - **Intent-vs-Delivery gaps** → either file tickets for the missing pieces or update the plan to reflect reality + +## Content scope + +Output this skill produces that gets committed or shared with the team must follow the *Content scope for public artifacts* rule in [`commits.md`](../claude-rules/commits.md): no local paths, no private repo names, no personal tooling references. |
