focus-review

focus-review is a skill for Claude Code from panbanda/omen. It costs 10 tokens per session (263 once invoked), scanned A, original, Apache-2.0.

A code-review skill that concentrates attention on files and symbols most likely to cause problems. It checks changed code for defect risk, complexity, unfinished work markers such as FIXME, and newly created technical debt.

In plain words
What is it for?
Use it to review changed files, trace the impact of modified code, flag complex functions or likely defects, and write prioritized review comments with suggested fixes.
Why use it?
It helps reviewers spend time where changes are riskiest instead of inspecting every part of a codebase equally.

Skill for Claude Code

Written for Claude Code: arguments in frontmatter.

Part of the omen-development plugin — 13 skills shipped together

Good fit Use it to review changed files, trace the impact of modified code, flag complex functions or likely defects, and write prioritized review comments with suggested fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/panbanda/omen/focus-review
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.

Any agent
npx skills add panbanda/omen --skill focus-review
Clone the repo
git clone --depth 1 https://github.com/panbanda/omen

Made for: Claude Code.

Or install omen-development, the plugin that ships this one along with the rest of its 13 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 focus-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/panbanda/omen/focus-review.svg)](https://agentmods.dev/skills/panbanda/omen/focus-review)
Your own site
<a href="https://agentmods.dev/skills/panbanda/omen/focus-review"><img src="https://agentmods.dev/badge/skills/panbanda/omen/focus-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 263 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00010 $0.00263
Opus 5 $0.00005 $0.00131
Sonnet 5 $0.00002 $0.00053
Haiku 4.5 $0.00001 $0.00026

Measured 8d ago against content hash 566db6b94bdd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

focus-review scanned grade A with 0 findings 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 8d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/development/skills/focus-review/SKILL.md · 49 lines

What it actually says

Focus Review Skill

Review focus for: {{.changed_files}}

Quick Start

# Get structural outline of changed files
omen -f json outline --compact --top 30

# Check blast radius of changed symbols
omen -f json impact <changed-symbol> --depth 2

# Check risk of changed files
omen -p "{{.changed_files}}" -f json defect

# Check complexity
omen -p "{{.changed_files}}" -f json complexity

# Check for new debt
omen -p "{{.changed_files}}" -f json satd

Review Checklist

  • Files with defect prob > 0.7: Extra scrutiny
  • Functions with cyclomatic > 15: Simplification needed
  • New HACK/FIXME: Justification required
  • Orphaned code: Remove

Comment Format

**[PRIORITY]**: file:line
What: Description
Why: Impact
Fix: Suggestion
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. 8d ago First seen · 49 lines · 10 tokens per session scan A 566db6b94bdd

Subscribe to this mod's changes

focus-review is a skill published in the GitHub repository panbanda/omen (19 stars, last pushed today), licensed Apache-2.0. It adds 10 tokens to every session and 263 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

plan-eng-review

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

GCWing/BitFun · 116 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by OpenBitFun's unified Review mechanism instead.…

GCWing/BitFun · 75 tokens

pr-review-canvas

Create a OpenBitFun Canvas for reviewing a pull request, branch diff, or change set with Cursor-style diff cards, review maps, risk callouts, and focused reviewer flow. Use when the user asks for a PR review canvas, diff walkthrough, change-set overview, or visual review summary.

GCWing/BitFun · 64 tokens

improve

Autonomous quality improvement loop. Scores a target against a rubric, selects the highest-leverage axis, attacks it, verifies, documents, and loops. No pre-planning between iterations — each loop re-scores from scratch.

SethGammon/Citadel · 48 tokens

github-review-pr

Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…

feiskyer/claude-code-settings · 90 tokens

brooks-sweep

Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution. Drawing on twelve classic engineering books. Triggers when: user…

hyhmrright/brooks-lint · 178 tokens