concept-audit

concept-audit is a skill for Codex from ontology-of-everything/SemanticSkills. It costs 41 tokens per session (845 once invoked), scanned A, original, Apache-2.0.

A read-only audit skill for checking code against Daniel Jackson concept models, which describe independent parts of a system and how they work together.

In plain words
What is it for?
Use it to review concept independence, cross-module composition, product dependencies, design criteria, specification drift, and suitable smaller product subsets.
Why use it?
It finds design problems such as tangled module boundaries, mismatches between specifications and code, and incorrect coordination between parts, while providing evidence and repair routes.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation; built for openclaw.

Good fit Use it to review concept independence, cross-module composition, product dependencies, design criteria, specification drift, and suitable smaller product subsets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ontology-of-everything/semanticskills/concept-audit
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 ontology-of-everything/SemanticSkills --skill concept-audit
Clone the repo
git clone --depth 1 https://github.com/ontology-of-everything/SemanticSkills

Made for: Codex.

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 concept-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-audit/github.svg)](https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-audit)
Your own site
<a href="https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-audit"><img src="https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for concept-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/ontology-of-everything/semanticskills/concept-audit"><img src="https://agentmods.dev/badge/skills/ontology-of-everything/semanticskills/concept-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 845 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.
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.00041 $0.00845
Opus 5 $0.00020 $0.00423
Sonnet 5 $0.00008 $0.00169
Haiku 4.5 $0.00004 $0.00085

Measured today against content hash 701dfec02259, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

concept-audit 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 today.

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.

skills/concept-audit/SKILL.md · 46 lines

What it actually says

概念审计

仅在用户显式调用 $concept-audit 时运行。只读对照概念模型与代码,回答独立性和组合正确性,并检查漂移、判据与产品子集。输出带证据、影响与修复路由的报告;不修改文件。无规格时只审可验证的代码性质,注明不能判断的契约。

执行

  1. 范围:查全部 CONCEPT/SYNCS、总体 PRD 及其暂存规格链接,读取当前实现与测试。记录版本、方言、覆盖与未核实部分。
  2. 漂移:读 drift-checklist.md,逐规格/实现对账,含 schema、动作/query 签名与错误 case。规格多时按该文分批扫描。
  3. 独立性:逐概念核对互引(包括公开 API)、共享可变状态、私有实现访问、传输类型污染及定义依赖。局部类型参数同名不算引用另一概念。
  4. 组合:读 composition-checklist.md,检查完成事件、绑定、flow 合取/隔离、失败、重放、循环与用户联动。
  5. 判据:以单一目的、完整行为、独立性、熟悉性检查 conflation/fragmentation;新颖与基础设施身份本身不是缺陷,先明确使用者(含 API 程序员)与价值。
  6. 依赖/子集:分别核验 PRD 产品依赖与代码约束;用具体合理子集判断是否被不当耦合阻断,并检查其剩余 sync/入口与构建支持。不能要求产品图与代码图同构。
  7. 聚合:跨规格核对 include、动作/query、参数、输出与图。合并同一根因,保留受影响位置;未执行类别不算通过。

报告

# 审计报告 <日期>
范围:<规格/代码版本、未核实与跳过原因>
Summary:<覆盖数量、发现数、严重度分布>

| 维度/发现 | 位置 | 当前证据及影响 | 严重度 | 修复路由 |
| --- | --- | --- | --- | --- |

## 独立性与组合覆盖
<每个概念、入口/规则组的结论或未核实项>

## 跨规格与系统性模式
<合并根因并列受影响路径>

## 修复顺序
<模型 → 文档 → 代码,按实际根因决定>

严重度按漂移参考中的影响规则校准;规格沉默不等于禁止,新增遗漏与矛盾分开。没有当前证据不报 Medium 以上;只有完整核验后才断言不存在。每条发现一个当前修复目标:模型 → concept-design;文档 → concept-prd;代码 → concept-implementation。存在连续修复阶段时列依赖顺序,不让路由替代根因判断。

交付须覆盖五维、逐概念独立性与逐入口/规则组组合结论,或注明不足。欠/过同步附用户场景;报告全程只读。核验判据出处时读 sources.md;安装包不依赖伴生技能文件才能审计。

Files

What ships with it

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

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. today Changed · -12 tokens per session 701dfec02259
  2. 3d ago First seen · 46 lines · 53 tokens per session scan A 8df4a2e79003

Subscribe to this mod's changes

concept-audit is a skill published in the GitHub repository ontology-of-everything/SemanticSkills (8 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 845 once invoked, about $0.0002 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-09-08.

Related

Other skills, from other repositories

vet

Thorough codebase investigation that finds and fixes real problems. Maps architecture, scans every layer (structural, correctness, security, reliability, performance, hygiene), prioritized report with evidence, fix plan, executes collaboratively. A senior engineer doing a full review with authority to fix. Use when…

catcatcatstudio/cat-skills · 121 tokens

code-quality-loop

Iterative review-fix loop: reviews code, auto-fixes issues, repeats until clean or stuck. Finishes with reorganize (for large changes), simplify + test consolidation.

NYTC69/review-loop · 40 tokens

unused-code-audit

A code-audit skill for proving whether files, exports, functions, components, types, or helpers have real users before removal.

danhuaxiansheng/claude-code-cleanup-skills · 93 tokens

audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

oliver-kriska/claude-elixir-phoenix · 35 tokens

code-review-web

Review web application code for bugs, security issues, performance problems, and stack-specific anti-patterns. Use this skill whenever the user wants to review code, debug a production issue, investigate a build failure, audit security, or check a PR before merging. Triggers on code review, review my code, debug…

rampstackco/claude-skills · 121 tokens

polish-code

Stage, format, lint, test, review, smoke test, and re-run itself until stable. Use when the user asks to "polish code", "refine code", "iterate on code quality", "review loop", "clean up, test, and review loop", or "run the polish loop".

tobihagemann/turbo · 67 tokens