refactor(vc-ship): consolidate references from 15 files to 6#338
Merged
refactor(vc-ship): consolidate references from 15 files to 6#338
Conversation
The skill had 15 reference files totaling ~1,858 lines with significant redundancy. This consolidation cuts runtime content by 60% while preserving all functionality. - Merge phase-0-protocol.md + protected-branch-protocol.md into branch-protection.md (one file, two phase sections) - Merge 5 example files into examples.md (same scenarios, tighter) - Trim rebase-guide.md to remove forbidden interactive rebase commands - Trim workflow-phases.md to remove duplicated PR template content - Move 4 eval files from references/ to evals/ (not runtime docs) - Streamline SKILL.md reference list and phase table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Simplify vc-ship skill by consolidating reference files and removing redundancy — 16 files changed (+426, -981)
Changes
Consolidated
phase-0-protocol.md+protected-branch-protocol.md→branch-protection.mdexamples.mdTrimmed
rebase-guide.md: remove interactive rebase commands the skill forbidsworkflow-phases.md: remove duplicated PR template, tighten proseSKILL.md: streamline reference list and phase tableReorganized
references/toevals/(not runtime docs)Testing