fix: remove project-specific story citation from checkpoint SKILL.md#322
Closed
rucka wants to merge 1 commit into
Closed
fix: remove project-specific story citation from checkpoint SKILL.md#322rucka wants to merge 1 commit into
rucka wants to merge 1 commit into
Conversation
Both the frontmatter description and the Composition Interface section cited "(story #256)" — a Pair-repo-specific issue number, meaningless to any project that installs this KB-shipped skill. KB guidelines and skills must not reference this repo's own ADRs, decision-log entries, or issue-tracker numbers, since they distribute in isolation to other projects. Removed both citations, dataset + installed mirror. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Collaborator
Author
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.
Fix: remove project-specific story citation from checkpoint SKILL.md
Type: Fix (KB skill) · Priority: P2 · Risk: Low (docs-only)
Motivation
Following up on the design-rules.md finding (KB guidelines must not reference this repo's own ADRs/decision-log/code, since they distribute in isolation to other adopting projects): a corpus-wide scan found the skill dataset is otherwise clean, except one spot —
checkpoint/SKILL.md's frontmatterdescriptionand Composition Interface section both cited(story #256), a Pair-repo-specific issue number meaningless to any project installing this skill.Changes Made
Removed both citations (dataset + installed mirror). The sentence still correctly conveys "this is a planned future composition" without tying it to this repo's own issue tracker.
Testing / Quality Gates
🤖 Generated with Claude Code