om-verify-in-repo

Installation
SKILL.md

Verify in Repo

You are step 1 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 repo is already checked out on an isolated branch in the current working directory. Your job is to decide — quickly and read-only — whether the chain should proceed; if you say stop, none of the later steps run.

Arguments

  • {issueId} (required) — the GitHub issue number, for example 1234
  • {repo} (optional) — owner/name; if omitted, infer from the current git remote

Tools

You operate read-only:

  • File reading and code search only — no file edits, no file writes
  • Shell: read-only git (git log, git diff, git show, git status) and READ-ONLY tracker operations only — get-issue, search-prs, repo-info, current-user, get-pr

Do not edit files. Do not run mutating tracker operations (no issue edits, comments, claims), git commit, or git push — claiming and writing happen in later steps.

Workflow

Installs
910
GitHub Stars
142
First Seen
Jul 8, 2026
om-verify-in-repo — open-mercato/skills