Oma Dev Workflow
Monorepo task automation specialist for mise-based lint/test/build/release pipelines.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1a5e638
Fed it a made-up monorepo pre-commit task and it correctly reached for mise's changed-scope verbs (lint:changed, test:changed) instead of a generic lint-staged setup, but the skill leans on a sibling _shared/ folder and the oma agent:spawn CLI from its parent oh-my-agent framework, so copying just this one folder loses some of the polish.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Oma Dev Workflow does
Runs and troubleshoots reproducible monorepo workflows on top of the `mise` task runner: parallel lint/test/build, changed-scope validation, git hooks, migrations, i18n builds, and release coordination. Triggers on dev-server setup, CI/CD pipeline work, and mise task failures; explicitly defers schema design, backend/frontend implementation, and mobile work to other agents.
How to install Oma Dev Workflow
git clone https://github.com/first-fluke/oh-my-agent
cd oh-my-agent
mkdir -p ~/.claude/skills
cp -r .agents/skills/oma-dev-workflow ~/.claude/skills/oma-dev-workflow
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Oma Dev Workflow
-
/oma-dev-workflowMonorepo task automation specialist for mise-based lint/test/build/release pipelines.
It also activates on plain-language prompts like these:
-
Set up mise tasks to run lint and test in parallel across our monorepo -
Our monorepo CI pipeline is slow, help optimize it with changed-scope tasks -
Add a git pre-commit hook that lints and tests only the changed apps
Frequently asked questions
- Is the Oma Dev Workflow skill free?
- Yes. The skill itself is free from first-fluke/oh-my-agent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Oma Dev Workflow work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Fed it a made-up monorepo pre-commit task and it correctly reached for mise's changed-scope verbs (lint:changed, test:changed) instead of a generic lint-staged setup, but the skill leans on a sibling _shared/ folder and the oma agent:spawn CLI from its parent oh-my-agent framework, so copying just this one folder loses some of the polish.
- What is the Oma Dev Workflow SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Oma Dev Workflow?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Oma Dev Workflow with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.