بنقرة واحدة
release
Automated release workflow and versioning. Use for "release", "version", "publish", and "changelog".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Automated release workflow and versioning. Use for "release", "version", "publish", and "changelog".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | release |
| description | Automated release workflow and versioning. Use for "release", "version", "publish", and "changelog". |
| trigger | /oma:release |
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