What problem does it solve? Developers working in a repository with dozens of specialized agent skills often do not know which skill fits their task, and manually chaining multi-step workflows (issue to PR to merge) is error-prone. This Skill acts as a routing map that selects the correct om-* skill and invokes it automatically. ## Core Features & Use Cases - Automatic skill routing: Maps natural-language task descriptions to one of 36 om-* skills covering issue fixing, PR lifecycle, review, QA, UX, and release chores. - Ambiguity handling: When multiple skills could apply, it presents candidates with one-line scenarios and waits for user selection instead of guessing. - End-to-end execution: Loads the target skill's SKILL.md, parses arguments, executes its workflow verbatim, and preserves machine-readable chain lines (PR:, Issue:, Spec:, Next:) for downstream automation. - Use Case: A user says "fix issue #142 and get it merged" — the router selects om-auto-fix-issue, executes its full chain (verify, root-cause, fix, open PR, review), and reports the resulting PR. ## Quick Start Describe your task in plain language, such as asking to route and run the right skill for fixing a specific issue or advancing a pull request to merge.