release
Installation
SKILL.md
Create a PR with branch name release/v$ARGUMENTS containing only these changes:
- Update version in
pyproject.tomlandsrc/dippy/__init__.py - Run
uv sync -Uto update dependencies - Run
/verify-countsand update any STALE or FAIL claims
No other changes—no refactors, no fixes, no documentation updates.
Changelog
Generate release notes from commits since the last tag:
git log $(git describe --tags --abbrev=0)..HEAD --oneline
Related skills
More from ldayton/dippy
debug
Debug incorrect Dippy approval or block behavior
13check-coverage
Ensure comprehensive test coverage for a CLI handler. Use when adding a new command or auditing existing handler coverage.
13add-command
Add support for a new CLI command. Use when implementing a handler or adding to SIMPLE_SAFE.
13verify-counts
Verify numerical claims in documentation are still accurate
13