This automates the entire release dance for a Python package: version bumping, changelog wrangling, quality checks, git tagging, and babysitting the GitHub Actions publish pipeline. It walks you through patch/minor/major/beta decisions, cross-references commits against your changelog to catch missing entries, runs ruff and pytest locally before you push, then monitors the CI build all the way to PyPI. The opinionated part is good: it won't let you release from a dirty working tree or skip verification steps. If you maintain a Python package with any release ceremony at all, this captures the checklist you keep forgetting and turns it into something Claude can drive.
npx -y skills add computerlovetech/agr --skill agr-release --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
finos/morphir
hoangnguyen0403/agent-skills-standard