review

review is a skill for Claude Code, Codex from openEHR/ai-plugins. It costs 88 tokens per session (971 once invoked), scanned A, original, Apache-2.0.

A quality and convention review process for openEHR specification documents. It checks document structure, content, metadata, references, and repository-specific rules.

In plain words
What is it for?
Reviewing a specification, running its full checklist, and reporting findings with file locations and proposed fixes without editing files.
Why use it?
It exposes missing content and formatting or linking problems before publication.

Skill for Claude CodeCodex

Part of the openehr-specs plugin — 7 skills, 3 commands, 3 agents 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/openehr/ai-plugins/review
Any agent
npx skills add openEHR/ai-plugins --skill review
Clone the repo
git clone --depth 1 https://github.com/openEHR/ai-plugins

Made for: Claude Code, Codex.

Or install openehr-specs, the plugin that ships this one along with the rest of its 7 skills, 3 commands, 3 agents.

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 review

README.md
[![agentmods](https://agentmods.dev/badge/skills/openehr/ai-plugins/review.svg)](https://agentmods.dev/skills/openehr/ai-plugins/review)
Your own site
<a href="https://agentmods.dev/skills/openehr/ai-plugins/review"><img src="https://agentmods.dev/badge/skills/openehr/ai-plugins/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 971 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.00088 $0.00971
Opus 5 $0.00044 $0.00485
Sonnet 5 $0.00018 $0.00194
Haiku 4.5 $0.00009 $0.00097

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

Security

Grade A, and why

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

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/openehr-specs/skills/review/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

openEHR Specification Document Review

This skill performs a structured review of an openEHR specification document against the conventions used across all specifications-XX repositories.

Review Process

  1. Identify the target — determine the spec directory (e.g., docs/ehr/) and read the key files
  2. Run each check category — work through the full catalog in references/check-catalog.md, collecting findings as ERROR, WARNING, or INFO
  3. Present findings grouped by category with file:line references
  4. Propose fixes for ERRORs and WARNINGs (only modify files if asked)

Pre-Review: File Discovery

Read these files for the target spec:

  • master.adoc — main entry point
  • manifest_vars.adoc — per-document variables
  • master00-amendment_record.adoc — amendment record
  • master01-preface.adoc — preface
  • At least 2-3 chapter files (master02-*.adoc, etc.)
  • The component's manifest.json (in the repo root)

Also reference the shared infrastructure:

  • specifications-AA_GLOBAL/docs/boilerplate/global_vars.adoc
  • specifications-AA_GLOBAL/docs/references/reference_definitions.adoc

Check Categories

Run all eight categories. The full check list — each with an ID, severity, and condition — is in references/check-catalog.md; load it when performing a review.

# Category (ID prefix) Covers
1 Document Structure (STRUCT) master.adoc include order, required files, section scaffolding
2 Preface Completeness (PREF) Purpose, Related Documents, Status, Feedback, Conformance
3 Amendment Record (AMEND) latest_issue anchors, entry order, release boundaries, Jira refs
4 Cross-References (XREF) {openehr_*} attributes resolve; display text + ^ markers; no hardcoded URLs
5 Figures and Diagrams (FIG) image:: id=/align, titles, [.text-center], path attributes
6 AsciiDoc Conventions (ADOC) Monospace class/attribute names, generated class tables, [.tbd]/[.deprecated]
7 Manifest Consistency (MANIFEST) manifest.json entry present and consistent with manifest_vars.adoc
8 Content Quality (CONTENT) Chapter headings, Overview sections, no hardcoded site URLs

Read the full file on GitHub · 79 lines

Files

What ships with it

1 file 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. 4d ago First seen · 79 lines · 88 tokens per session scan A f20f8c0d3213

Subscribe to this mod's changes

review is a skill published in the GitHub repository openEHR/ai-plugins (3 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 88 tokens to every session and 971 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

neo4j-cypher-skill

Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x. Use when writing new Cypher queries, optimizing slow queries, graph pattern matching, vector or fulltext search, subqueries, or batch writes. Covers MATCH, MERGE, CREATE, WITH, RETURN, CALL, UNWIND, FOREACH, LOAD CSV, SEARCH…

neo4j-contrib/neo4j-skills · 137 tokens

neo4j-document-import-skill

Ingests unstructured and semi-structured documents into Neo4j as a knowledge graph. Use when chunking PDFs, HTML, plain text, or Markdown; extracting entities and relationships from text with an LLM (SimpleKGPipeline, neo4j-graphrag); loading JSON via apoc.load.json; building Document→Chunk→Entity graph structures; or…

neo4j-contrib/neo4j-skills · 187 tokens

neo4j-import-skill

Import structured data into Neo4j — LOAD CSV, CALL IN TRANSACTIONS, neo4j-admin database import full (offline bulk), apoc.load.csv/json, apoc.periodic.iterate, driver batch writes. Covers method selection, header file format, type coercion, null handling, ON ERROR modes, CONCURRENT TRANSACTIONS, pre-import constraint…

neo4j-contrib/neo4j-skills · 177 tokens

neo4j-modeling-skill

Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…

neo4j-contrib/neo4j-skills · 152 tokens

hwp

Use this skill whenever the user wants to read, create, or edit Korean Hangul Word Processor documents (.hwp or .hwpx files). Triggers include any mention of 'hwp', 'hwpx', '한글 문서', '아래한글', '한컴오피스', or uploading/attaching .hwp/.hwpx files. Also use when extracting text from Korean reports or producing Korean-formatted…

DoHyun468/claw-hwp · 0 tokens

report-deck

Turn Fullstory research findings into a presentation-ready report — slide structure, speaker notes, and export to PPTX or PDF. Use when the user asks for a deck, slides, presentation, or report from their analytics.

reatlat/fullstory-claude-plugin · 48 tokens