Install
$ agentstack add skill-openehr-ai-plugins-amendment-record ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
openEHR Specification Amendment Record Authoring
The amendment record tracks every change to an openEHR specification document. It appears as master00-amendment_record.adoc in each spec directory within the specifications-XX repositories (RM, AM, BASE, LANG, PROC, SM, QUERY, CNF, TERM, ITS-*) and is included in master.adoc after the front matter. The conventions here are specific to the openEHR specification ecosystem and its Jira-based change management process.
For detailed lookups — Jira project keys, CR/PR linking phrasing, release-boundary placement, multi-raiser formatting, multi-change grouping, and detail-text style — see references/conventions.md.
File Structure
= Amendment Record
[cols="1,6,2,2", options="header"]
|===
|Issue|Details|Raiser|Completed
|[[latest_issue]]N.N.N
|{Details of most recent change.}
|{Raiser name(s)}
|[[latest_issue_date]]dd Mon yyyy
|
|{Details of previous change.}
|{Raiser name(s)}
|dd Mon yyyy
4+^h|*XX Release N.N.N*
|N.N.N
|{Details of change in previous release.}
|{Raiser name(s)}
|dd Mon yyyy
|===
The four columns are Issue (version, only on the first entry of a group; blank for subsequent entries in the same version), Details (change description + Jira refs), Raiser (name(s)), and Completed (dd Mon yyyy).
Critical Rules
Anchors
Two anchors are mandatory and must appear on the first (most recent) entry:
[[latest_issue]]— immediately before the issue version number[[latest_issue_date]]— immediately before the completion date
doc_id_block.adoc in the front matter references them to display the current revision and date. If missing or misplaced, the front matter shows incorrect information.
|[[latest_issue]]5.2.1
|{spec_tickets}/SPECRM-87[SPECRM-87^]: Support tags; ...
|S Iancu, +
B Naess
|[[latest_issue_date]]17 Nov 2022
Entry Order
Entries are most-recent-first. New entries go at the top of the table (immediately after the header row). Mark release boundaries with a full-width row — see references/conventions.md.
Column Format
[cols="1,6,2,2", options="header"]— standard (no AsciiDoc markup in cells)[cols="1a,6,2,2a", options="header"]— when cells need AsciiDoc block content (lists, etc.)
Jira References
Reference tickets as {spec_tickets}/SPECXX-NNN[SPECXX-NNN^] (the {spec_tickets} attribute resolves to the site ticket URL). The full project-key table and CR↔PR linking phrasing are in references/conventions.md.
Version Numbering
The issue number tracks the document version, independent of the component release version (a release may span multiple issue increments).
| Change Type | Version Bump | Example | |-------------|-------------|---------| | New content, new sections, semantic changes | Minor (x.Y.z) | 5.1.0 → 5.2.0 | | Error corrections, typos, clarifications, formatting | Patch (x.y.Z) | 5.2.0 → 5.2.1 | | Major restructuring or rewrite | Major (X.y.z) | 4.x.x → 5.0.0 |
Checklist for Adding an Entry
- Read the existing amendment record to understand the current version and format
- Determine whether this is a patch, minor, or major version bump
- Add the new entry at the top of the table (after the header row)
- Move
[[latest_issue]]and[[latest_issue_date]]anchors to the new entry - Reference all relevant Jira CRs and PRs (see
references/conventions.mdfor keys/phrasing) - If this is the first entry after a release, add a release boundary row below the new entry
- Verify the date format is
dd Mon yyyy(e.g.,17 Nov 2022)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: openEHR
- Source: openEHR/ai-plugins
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.