Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nexiouscaliver/OmniForge --skill omnifix-gitlabgit clone --depth 1 https://github.com/nexiouscaliver/OmniForgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nexiouscaliver/omniforge/omnifix-gitlab)<a href="https://agentmods.dev/skills/nexiouscaliver/omniforge/omnifix-gitlab"><img src="https://agentmods.dev/badge/skills/nexiouscaliver/omniforge/omnifix-gitlab.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00038 | $0.04419 |
| Opus 5 | $0.00019 | $0.02210 |
| Sonnet 5 | $0.00008 | $0.00884 |
| Haiku 4.5 | $0.00004 | $0.00442 |
Grade C, and why
omnifix-gitlab scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf .worktrees/omnifix-{mr_id} .worktrees/omnifix-triage-{mr_id}-* 2>/dev/null How it starts
The opening of the file, as written. The whole thing — 470 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OmniFix
Automated review finding fixer — triage with parallel subagents, sequential fixing, verification, thread resolution.
Fetch unresolved discussion threads from a GitLab MR, triage each finding with parallel subagents in isolated worktrees, present results for user approval, apply approved fixes sequentially, verify with a fresh-eyes agent, commit, post replies on threads, and clean up.
Core principle: Parallel triage + user approval gate + sequential fix + verification = safe, high-quality automated fixes.
Announce at start: "I'm using OmniFix to fix review findings on MR !{id}."
Prerequisites
glabCLI authenticated (glab auth statusto verify)- Git repository with remote pointing to GitLab
- Current working directory is in the git repo
- MR must have unresolved discussion threads
Input Parsing
Accept any of: MR number (136), prefixed (!136), or full GitLab URL.
Extract MR ID. If URL provided, extract project path and MR IID.
The Process
Input: MR number with unresolved review findings
|
v
Phase 1: GATHER — fetch unresolved discussions + MR data
|
v
Phase 2: TRIAGE — N parallel subagents validate findings in read-only worktrees
|
v
Phase 3: APPROVE — present triage results, user explicitly approves
| (NO code changes until approval)
v
Phase 4: FIX — single subagent applies approved fixes sequentially in writable worktree
|
v
Phase 5: VERIFY — fresh-eyes verification subagent reviews all changes
|
v
Phase 6: COMMIT + POST — commit, push (with permission), reply on threads, resolve
|
v
Phase 7: CLEANUP — remove all worktrees (ALWAYS runs)
Phase 1: Gather
Fetch ALL data before dispatching triage agents.
Step 1: Fetch discussions.
mcp__omniforge__fetch_mr_discussions(mr_id="{id}", repo_root="{cwd}")
Returns structured discussion threads with: discussion_id, resolvable, resolved, type (inline/general), file_path, line_number, body, author, replies.
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 470 lines · 38 tokens per session scan C 951d3e115e72
omnifix-gitlab is a skill published in the GitHub repository nexiouscaliver/OmniForge (4 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 4,419 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
pr-review
Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.
phx-pr-review
Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
pr-sweep
Use when you want to sweep all open pull requests across all repos, triage their status, run code reviews on unreviewed PRs, merge what's ready, fix quick blockers, and produce a full status report. Trigger when the user says "check my PRs", "close out open PRs", "what's the status of my PRs", "sweep my PRs", "PR…
open-pr
Use when wrapping up a development task and getting a PR ready — runs local tests, creates a PR (if one doesn't exist) with a structured description template, conducts a code review via the review skill, and checks CI status with quick fixes. Trigger when the user says they're done with a feature, want to open a PR…
fec-doc-sync
A workflow for keeping front-end project documentation aligned with the code and configuration that actually exist. It checks sources such as package files, routes, API clients, schemas, tests, continuous-integration settings, deployment files, and environment examples.