Merge PR, tag release, and create GitHub release with changelog notes
Merge PR, tag release, and create GitHub release with changelog notes.
Verify PR status
gh pr status
gh pr checks
Stop if checks are failing.
Merge PR
gh pr merge --squash --delete-branch
Pull main and verify version
git checkout main
git pull
Confirm version in pyproject.toml matches intended release.
Create and push tag
git tag vX.Y.Z
git push origin vX.Y.Z
Create GitHub release
gh release create vX.Y.Z --title "vX.Y.Z" --notes-file <changelog-section>
Extract the relevant section from CHANGELOG.md for release notes.
Mark as prerelease if appropriate (--prerelease).
git tag -d vX.Y.Z
git push origin :refs/tags/vX.Y.Z
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer