From oh-my-auggie
Automated release workflow and versioning. Use for "release", "version", "publish", and "changelog".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Manage release workflow from version bump to publication.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Manage release workflow from version bump to publication.
{year}.{month}.{patch}/oma:release check
/oma:release bump {major|minor|patch}
/oma:release changelog
/oma:release build
/oma:release publish
/oma:release run {version}
## Release: {version}
### Pre-Release Check
| Check | Status |
|-------|--------|
| Tests | ✅ |
| Build | ✅ |
| Blockers | ✅ |
### Version
**Previous:** {old}
**Next:** {new}
**Change:** {type}
### Changelog
```markdown
## {version} ({date})
### Added
- {feature 1}
### Changed
- {change 1}
### Fixed
- {fix 1}
### Breaking
- {breaking change}
Artifacts:
| Target | Status |
|---|---|
| npm | ✅ |
| GitHub | ✅ |
{draft message}
## Constraints
- Test before publishing
- Don't publish broken code
- Update all version references
- Keep changelog accurate
- Announce after successful publish