refactor: Move publishing docs to /release skill (CYPACK-667)#705
Merged
Connoropolous merged 7 commits intomainfrom Dec 28, 2025
Merged
refactor: Move publishing docs to /release skill (CYPACK-667)#705Connoropolous merged 7 commits intomainfrom
Connoropolous merged 7 commits intomainfrom
Conversation
- Create new .claude/skills/release/SKILL.md with complete publishing workflow - Replace verbose CLAUDE.md publishing section with skill reference - Skill includes pre-publishing checklist, dependency order, and Linear issue updates
…l (CYPACK-667) - Move CYPACK-547 entry to [0.2.6] section (was already released) - Update release skill to mention updating both CHANGELOG.md and CHANGELOG.internal.md
Connoropolous
requested changes
Dec 28, 2025
| --- | ||
| name: release | ||
| description: Run a Cyrus release by publishing all packages to npm in the correct dependency order, updating changelogs, and creating git tags. | ||
| allowed-tools: Bash, Read, Edit, Write, Glob, Grep, mcp__linear__update_issue, mcp__linear__list_issues |
Contributor
There was a problem hiding this comment.
remove the allowed-tools list, claude-agent-sdk doesn't respect it anyway
| ## Publishing | ||
|
|
||
| **Important: Always publish packages in the correct order to ensure proper dependency resolution.** | ||
| For publishing and release instructions, use the `/release` skill which provides a complete guide for publishing packages to npm in the correct dependency order. Invoke it with: |
Contributor
There was a problem hiding this comment.
Make sure to note this means 'within Claude Code' or Claude Agent SDK (the / command)
- Remove allowed-tools from skill frontmatter (not respected by SDK) - Clarify that /release is invoked within Claude Code or Claude Agent SDK
- Remove obsolete ndjson-client package - Add missing packages: cloudflare-tunnel-client, config-updater, linear-event-transport, gemini-runner - Update dependency order to match current package structure
- Add step 6 for creating GitHub release with changelog notes - Renumber 'Update Linear Issues' to step 7
- Update all package versions to 0.2.7 - Update CHANGELOG.md with v0.2.7 release notes - Update CHANGELOG.internal.md with v0.2.7 section
Connoropolous
approved these changes
Dec 28, 2025
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
/releaseskill.claude/skills/release/SKILL.mdwith the complete publishing workflowChanges
New file:
.claude/skills/release/SKILL.md- Contains the full publishing workflow including:Modified:
CLAUDE.md- Replaced ~75 lines of publishing docs with a 5-line skill referenceBenefits
/releaseskillTest Plan
.claude/skills/release/)🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com