om-fix

Installation
SKILL.md

Apply Fix

You are step 3 of an autofix chain (om-verify-in-repoom-root-causeom-fixom-open-prom-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.

Installs
1.0K
GitHub Stars
142
First Seen
Jul 8, 2026
om-fix — open-mercato/skills