omnifix-github

omnifix-github is a skill for Claude Code, Codex from nexiouscaliver/OmniForge. It costs 37 tokens per session (4,860 once invoked), scanned C, original, MIT.

A workflow for fixing unresolved review comments on a GitHub pull request. It gathers the comments, checks them in parallel, waits for approval, applies fixes one at a time, and verifies the result.

In plain words
What is it for?
Use it to triage review findings, apply approved changes in isolated workspaces, commit the fixes, reply to review threads, and clean up afterward.
Why use it?
It turns scattered review feedback into a controlled fixing process with a human approval step and a final independent check.

Skill for Claude CodeCodex

Part of the omniforge plugin — 8 skills shipped together

Install

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.

agentmods
npx agentmods add skills/nexiouscaliver/omniforge/omnifix-github
Any agent
npx skills add nexiouscaliver/OmniForge --skill omnifix-github
Clone the repo
git clone --depth 1 https://github.com/nexiouscaliver/OmniForge

Made for: Claude Code, Codex.

Or install omniforge, the plugin that ships this one along with the rest of its 8 skills.

Wrote 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.

agentmods badge for omnifix-github

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexiouscaliver/omniforge/omnifix-github.svg)](https://agentmods.dev/skills/nexiouscaliver/omniforge/omnifix-github)
Your own site
<a href="https://agentmods.dev/skills/nexiouscaliver/omniforge/omnifix-github"><img src="https://agentmods.dev/badge/skills/nexiouscaliver/omniforge/omnifix-github.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,860 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.04860
Opus 5 $0.00018 $0.02430
Sonnet 5 $0.00007 $0.00972
Haiku 4.5 $0.00004 $0.00486

Measured 4d ago against content hash 6a06a4ea38bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

omnifix-github 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 4d 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-{pr_id} .worktrees/omnifix-triage-{pr_id}-* 2>/dev/null
plugins/omniforge/skills/omnifix-github/SKILL.md · 508 lines

How it starts

The opening of the file, as written. The whole thing — 508 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, comment replies.

Fetch unresolved review threads from a GitHub PR, 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 PR #{id}."

Prerequisites

  • gh CLI authenticated (gh auth status to verify)
  • Git repository with remote pointing to GitHub
  • Current working directory is in the git repo
  • PR must have unresolved review comment threads

Input Parsing

Accept any of: PR number (136), prefixed (#136), or full GitHub URL. Extract PR ID. If URL provided, extract owner/repo and PR number.

The Process

Input: PR number with unresolved review findings
    |
    v
Phase 1: GATHER — fetch unresolved comments + PR 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
    |
    v
Phase 7: CLEANUP — remove all worktrees (ALWAYS runs)

Phase 1: Gather

Fetch ALL data before dispatching triage agents.

Step 1: Fetch discussions/review comments.

mcp__omniforge__fetch_pr_discussions(pr_id="{id}", repo_root="{cwd}")

Returns structured review comment threads with: comment_id, type (inline/general), file_path, line_number, body, author, replies.

Read the full file on GitHub · 508 lines

Changes

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.

  1. 4d ago First seen · 508 lines · 37 tokens per session scan C 6a06a4ea38bb

Subscribe to this mod's changes

omnifix-github is a skill published in the GitHub repository nexiouscaliver/OmniForge (3 stars, last pushed 9d ago), licensed MIT. It adds 37 tokens to every session and 4,860 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.

Related

Other skills, from other repositories

add-teams

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

microsoft/power-platform-skills · 31 tokens

cesiumjs-camera

CesiumJS camera control - Camera, flyTo, lookAt, setView, ScreenSpaceCameraController, CameraEventAggregator, flight animation. Use when positioning the camera, creating flyTo animations, constraining user navigation, tracking entities, or converting between screen and world coordinates.

CesiumGS/cesiumjs-skills · 61 tokens

cesiumjs-imagery

CesiumJS imagery layers - ImageryProvider, ImageryLayer, ImageryLayerCollection, WMS, WMTS, Bing, OpenStreetMap, ArcGIS, Mapbox, tile discard policies. Use when adding or swapping base map layers, configuring imagery providers, layering multiple map sources, or creating split-screen imagery comparisons.

CesiumGS/cesiumjs-skills · 73 tokens

cesiumjs-core-utilities

CesiumJS core utilities and networking - Resource, Color, Event, Request, RequestScheduler, error handling, helper functions, feature detection. Use when fetching remote data, managing HTTP requests, working with colors, handling events, debugging errors, or using utility functions like defined, clone, or…

CesiumGS/cesiumjs-skills · 69 tokens

cesiumjs-materials-shaders

CesiumJS materials and post-processing — Material, Fabric JSON, MaterialAppearance, ImageBasedLighting, PostProcessStage, PostProcessStageLibrary, bloom, depth of field, ambient occlusion, FXAA, tonemapping, BlendingState. Use when defining Fabric materials for entities or primitives, configuring PBR image-based…

CesiumGS/cesiumjs-skills · 83 tokens

cesiumjs-models-particles

CesiumJS models, glTF, and particle effects - Model, KHRmeshoptcompression, CAD glTF extensions, EdgeDisplayMode, ModelAnimation, ModelNode, ParticleSystem, emitters, GPM extensions. Use when loading compressed or CAD-style glTF/GLB models, controlling edge rendering, playing model animations, positioning particles…

CesiumGS/cesiumjs-skills · 87 tokens