Omit Edit — Development skill for Claude Code
Run an editor's pass over the current diff: flag bloat, uncited claims, missing footnotes, and cut opportunities.
How to install Omit Edit
Installs to ~/.claude/skills/sriinnu-omit-omit-edit/SKILL.md
mkdir -p ~/.claude/skills/sriinnu-omit-omit-edit && curl -fsSL https://raw.githubusercontent.com/sriinnu/omit/HEAD/commands/omit-edit.md -o ~/.claude/skills/sriinnu-omit-omit-edit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Omit Edit does
description: Run an editor's pass over the current diff: flag bloat, uncited claims, missing footnotes, and cut opportunities
Act as the ruthless editor from the `omit` skill. Review the current working diff (`git diff` and `git diff --staged`; if both are empty, the latest commit).
For each file in the diff, check:
- Needless code: abstractions with one implementation, options nobody asked for, comments restating code, indirection with a single caller. Every flagged item gets a
Alternatives in Development
- Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
- Sales Safari — Mine watering holes for product opportunities; observe conversations, sort findings into pain killers vs money 324 ★
- Deep Review — Run a fresh-context, un-anchored ADVERSARIAL-LOGIC review of the current diff before 90 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Critique Adversarial
/critique-adversarial — Hostile cut-editor for articles. Reads the full piece first, maps the thesis spine, th
Get Jira Diff
Utility: Fetch Jira tickets and diff each against the current codebase — surface what is implemented, partial,
Tribunal
Convene the blind tribunal on the current diff — cross-family jurors, one lens each, author-redacted envelope,
Pantheon Optimize
Scan, clean, cache, and archive Pantheon project files. Scans for bloat, archives completed deepwork, migrates
Omit
Switch omit's editing mode (margin redline rewrite off) or show the current one
Bibclean
Clean and validate a BibTeX file: check required fields, normalize author names, detect duplicates, enrich mis
Related Agents
Edit Critic
Adversarially review a finished cut against its own source material before delivery — every on-screen claim tr
Mb Reviewer
ModelBound code reviewer. Reviews the current diff using the team's ReviewPanel rubric — checks security, toke
PR Intent Verifier
Verify a pull request actually does what it claims - map the PR body and its linked issues to a requirement ch