DOC-6876 Rename /pickup skill to /unpark - #3693
Merged
Merged
Conversation
Renamed the parked-PR thaw skill from /pickup to /unpark (dir, frontmatter, prose) to free the /pickup name for another skill where it fits better, and updated the two files that reference it — /park and the shared _shared/park-manifest.md contract — so the park↔unpark pairing stays consistent. park/unpark also reads as a cleaner verb pair than park/pickup. Directive: Two "pickup" strings are left un-renamed on purpose — the historical .claude/state/assess-comments.coverage.md audit log (it records the skill's old name as it was at the time; renaming falsifies history) and the "Trigger to pick up:" manifest field name in park-manifest.md (a header field, not the skill name). Don't "fix" them in a follow-up grep-and-replace. Ticket: DOC-6876 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Contributor
Author
|
Thanks @dwdougherty ! |
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.
Renames the parked-PR thaw skill from
/pickupto/unpark, freeing the/pickupname for another skill where it fits better.park/unparkalso reads as a cleaner verb pair.Changes
git mv .claude/skills/pickup/→.claude/skills/unpark/— frontmattername: unpark, title, flow diagram,Mode B — unpark one PRheading, and prose..claude/skills/park/SKILL.md— description ("Pairs with /unpark", "unpark manifest"), flow diagram, and scan-mode reference..claude/skills/_shared/park-manifest.md— command references, the file-path pointer, theOn unpark, thenheading, and prose.Deliberately not renamed
.claude/state/assess-comments.coverage.md— a historical audit log that records the skill's old name as it was at the time; renaming would falsify history.Trigger to pick up:manifest field name — a header field, not the skill name.Both exclusions are pinned in a
Directive:trailer on the commit so a future grep-and-replace doesn't undo them.Related, done out-of-band
The three parked PR bodies that referenced the old command (#3611, #3641, #3652) have been updated to
/unpark.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only rename in Claude skill files with no runtime or merge-guard behavior changes.
Overview
Renames the parked-PR thaw Claude skill from
/pickupto/unparkso it pairs cleanly with/parkand frees the old name for another skill.The skill directory is moved to
.claude/skills/unpark/with updated frontmatter (name: unpark), headings, and flow diagrams.park/SKILL.mdand_shared/park-manifest.mdare updated so every command reference, manifest section title (On unpark, then), and cross-skill pointer uses/unparkinstead of/pickup.Trigger to pick up:stays as the manifest field label, and historical mentions in.claude/state/assess-comments.coverage.mdare left unchanged on purpose.Reviewed by Cursor Bugbot for commit a62e844. Bugbot is set up for automated code reviews on this repo. Configure here.