check-quality

check-quality is a skill for Claude Code, Codex from panbanda/omen. It costs 7 tokens per session (244 once invoked), scanned A, original, Apache-2.0.

A code-review aid that assesses a project's overall code quality using health scores, complexity checks, and architectural-smell detection. Cyclomatic complexity measures how many decision paths a function has.

In plain words
What is it for?
Use it to score a codebase, find overly complex functions, and look for architectural problems.
Why use it?
It helps identify difficult-to-maintain code, duplicated work, technical debt, and structural problems before they grow.

Skill for Claude CodeCodex

Part of the omen-development plugin — 13 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/panbanda/omen/check-quality
Any agent
npx skills add panbanda/omen --skill check-quality
Clone the repo
git clone --depth 1 https://github.com/panbanda/omen

Made for: Claude Code, Codex.

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 check-quality

README.md
[![agentmods](https://agentmods.dev/badge/skills/panbanda/omen/check-quality.svg)](https://agentmods.dev/skills/panbanda/omen/check-quality)
Your own site
<a href="https://agentmods.dev/skills/panbanda/omen/check-quality"><img src="https://agentmods.dev/badge/skills/panbanda/omen/check-quality.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 244 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00007 $0.00244
Opus 5 $0.00003 $0.00122
Sonnet 5 $0.00001 $0.00049
Haiku 4.5 $0.00001 $0.00024

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

Security

Grade A, and why

check-quality 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 5d 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/check-quality/SKILL.md · 45 lines

What it actually says

Check Quality Skill

Assess quality of: {{.paths}}

Quick Start

# Get health score (0-100)
omen -f json score

# Check complexity violations
omen -f json complexity | jq '.files[].functions[] | select(.metrics.cyclomatic > 15)'

# Find architectural smells
omen -f json smells

Score Interpretation

Score Status Action
90-100 Excellent Maintain
80-89 Good Minor fixes
70-79 Fair Address issues
50-69 Poor Prioritize fixes
<50 Critical Immediate action

Key Metrics

  • Complexity: Functions > 15 cyclomatic
  • Duplication: Clone ratio > 5%
  • Debt: SATD density
  • Coupling: Circular dependencies
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. 5d ago First seen · 45 lines · 7 tokens per session scan A c9d4d0d1f326

Subscribe to this mod's changes

check-quality is a skill published in the GitHub repository panbanda/omen (19 stars, last pushed 2d ago), licensed Apache-2.0. It adds 7 tokens to every session and 244 once invoked, about $0.0000 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.