AgentStack
SKILL verified Apache-2.0 Self-run

Review

skill-openehr-ai-plugins-review · by openEHR

>

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-openehr-ai-plugins-review

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  1. Present findings grouped by category with file:line references
  2. 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 |

XREF checks use the attribute naming patterns in ../authoring/references/cross-references.md.

Output Format

Present findings as a table:

| ID | Severity | Location | Finding |
|----|----------|----------|---------|
| STRUCT-02 | ERROR | manifest_vars.adoc | Missing `:keywords:` attribute |
| AMEND-01 | ERROR | master00-amendment_record.adoc:5 | Missing `[[latest_issue]]` anchor |
| FIG-01 | WARNING | master03-overview.adoc:42 | Image directive missing `id=` |

Follow with a summary:

  • Total: N findings (E errors, W warnings, I info)
  • Recommended actions (grouped, prioritised)

Scope Boundaries

  • This skill reviews openEHR specification documents — the AsciiDoc sources in specifications-XX repositories (RM, AM, BASE, LANG, PROC, SM, QUERY, CNF, TERM, ITS-*)
  • All checks are derived from conventions observed in the openEHR specification library and its shared infrastructure in specifications-AA_GLOBAL
  • It does NOT apply to non-openEHR specifications, general AsciiDoc documents, or other standards
  • It does NOT review archetypes, templates, AQL queries, or governance process
  • It does NOT modify files — it reports findings for the author to act on (unless asked to fix)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.