Skip to content

Comments

Add Claude skill for publishing releases#687

Closed
mokagio wants to merge 4 commits intotrunkfrom
mokagio/release-skill
Closed

Add Claude skill for publishing releases#687
mokagio wants to merge 4 commits intotrunkfrom
mokagio/release-skill

Conversation

@mokagio
Copy link
Contributor

@mokagio mokagio commented Jan 21, 2026

Caution

Closed. We discussed internally and concluded that since the process is already mostly automated, the skill is redundant.

I used this skill to publish https://github.com/wordpress-mobile/release-toolkit/releases/tag/14.0.0

To be precise, I iterated on the skill live while publishing the release.

I particularly like the bit where the agent polls the PR status and then goes on with the GitHub release creation.

One could argue that it might have been more robust to add further automation instead of having an resource intense LLM agent put the steps together. I hear you. This is just an experiment, happy to iterate or drop altogether.

After the rake task pushes the branch, create the PR using `gh`:

```bash
/opt/homebrew/bin/gh pr create \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have gh aliased to git checkout and have instructed my Claude to always use the Homebrew path.

I think it's fine to leave as is. If not found at that path, Claude should try other likely locations itself.

Or, maybe we can use gh here and see what my agent does...

mokagio and others added 3 commits February 18, 2026 15:50
@mokagio
Copy link
Contributor Author

mokagio commented Feb 19, 2026

Closing. We discussed it internally, p1768971412519689-slack-C08CUT5NT88, and concluded that since the process is already mostly automated, the skill is unnecessary.

@mokagio mokagio closed this Feb 19, 2026
@mokagio mokagio deleted the mokagio/release-skill branch February 19, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant