chore: remove repo-local ship-pr skill#133
Merged
Merged
Conversation
Now provided by the fullstackjam plugin (fullstackjam:ship-pr), so the in-repo copy under .claude/skills/ is redundant. Drop it and clean up the stale references that pointed at the deleted file: - AGENTS.md: remove the ship-pr bullet from the Skills section - docs/HARNESS.md: remove the ship-pr row from the harness table The historical 'No session-start stale-branch sensor' note in HARNESS.md keeps its ship-pr mention as design rationale (it stands on its own).
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.
What does this PR do?
Removes the repo-local
ship-prskill (.claude/skills/ship-pr/) now that it's provided by thefullstackjamplugin, and cleans up the docs that pointed at the deleted file.Why?
The
fullstackjam:ship-prplugin skill supersedes the in-repo copy, making.claude/skills/ship-pr/SKILL.mdredundant. Keeping both means two sources of truth for the same flow. The other two repo skills (bootstrap-feature,architecture-review) stay — they're project-specific and have no plugin equivalent.Stale references cleaned up:
AGENTS.md— dropped theship-prbullet from the Skills section.docs/HARNESS.md— dropped theship-prrow from the harness control table.The historical "No session-start stale-branch sensor" note in
HARNESS.mdkeeps itsship-prmention — it's design rationale explaining why a sensor was removed, and reads fine standalone.Testing
go vet ./...passes./openboot install --dry-runor similar)Docs/tooling-only change — no Go code touched, so the Go checks above are N/A. Verified by grep that no remaining references point at the deleted skill file.
Cross-repo checklist
openboot.dev? — No, repo-internal agent tooling only.Notes for reviewer
docs/HARNESS.md:102still mentionsship-prby name; that's intentional (historical rationale, not a pointer to the file). Flag if you'd rather it be reworded.