om-fix
Installation
SKILL.md
Apply Fix
You are step 3 of an autofix chain (om-verify-in-repo → om-root-cause → om-fix → om-open-pr → om-auto-review-pr). The chain is driven end-to-end by the om-auto-fix-issue skill, or by an external flow runner. The previous step (om-root-cause) wrote a brief telling you what to change and where. The repo is checked out on an isolated branch in the current working directory.
Your job: implement the proposed change, prove it works, and stop. The next step (om-open-pr) handles commit/push/PR.
Arguments
{issueId}(required) — the tracker issue id{repo}(optional) —owner/name; infer from git remote if omitted
Tools
You have write access:
- File reading, code search, editing, and creation
- Shell: full (tests, typecheck, generators); tracker operations for the claim (per the tracker descriptor)
Do not run git commit, git push, or the create-pr tracker operation — those are the next step's responsibility.