Amendment record
Skill openEHR/ai-plugins/plugins/openehr-specs/skills/amendment-record
AI plugins for openEHR - specification authoring, review and governance skills. Claude Code marketplace.
npx -y skills add openEHR/ai-plugins --skill amendment-recordAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Author or update amendment records in openEHR specification documents — the `master00-amendment_record.adoc` table in `specifications-XX` repos. This skill should be used when the user asks to add or update an amendment entry, add a CR/PR reference, mark a release boundary, or update the `latest_issue`/`latest_issue_date` anchors. Not for general spec authoring (use authoring), the release process (use governance), or non-openEHR documents.
SKILL.md
4.1 KB, as published. Nobody here has run it
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)