skills/release/SKILL.md
Automated release workflow for oh-my-droid
npx skillsauth add MeroZemory/oh-my-droid releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automate the release process for oh-my-droid.
/release <version>
Example: /release 2.4.0 or /release patch or /release minor
Execute these steps in order:
Update version in all locations:
package.jsonsrc/installer/index.ts (VERSION constant)src/__tests__/installer.test.ts (expected version).factory-plugin/plugin.jsonREADME.md (version badge and title)npm run test:run
All 231+ tests must pass before proceeding.
git add -A
git commit -m "chore: Bump version to <version>"
git tag v<version>
git push origin main
git push origin v<version>
npm publish --access public
gh release create v<version> --title "v<version> - <title>" --notes "<release notes>"
| File | Field/Line |
|------|------------|
| package.json | "version": "X.Y.Z" |
| src/installer/index.ts | export const VERSION = 'X.Y.Z' |
| src/__tests__/installer.test.ts | expect(VERSION).toBe('X.Y.Z') |
| .factory-plugin/plugin.json | "version": "X.Y.Z" |
| README.md | Title + version badge |
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
development
Decompose multi-step tasks into parallel sub-agent workloads, route each sub-task to the cheapest capable model tier (Haiku/Sonnet/Opus), run long-running commands in the background, and verify all deliverables before stopping. Use when the user asks to 'go fast', 'parallelize', 'ultrawork', or when a request contains 3+ independent sub-tasks that benefit from concurrent execution.
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Parallel autopilot with file ownership partitioning