Release notes one-page HTML with highlights, Added, Fixed, Breaking changes, Known issues, and Upgrade note. Writes explicit "None" style sections whenever the
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-release-notes-one-pager-c4ece155f798 ,按照其中的说明把「release-notes-one-pager」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Produce a single-page release notes document in HTML.
release-notes-one-pager/
├── SKILL.md ← this file
├── example.html ← quality bar and style reference
├── assets/
│ └── template.html ← local seed file to copy to project index.html
└── references/
├── checklist.md ← P0 / P1 / P2 gates
└── layouts.md ← local section skeletons
Do not write CSS from scratch unless the user explicitly asks for a bespoke structure.
assets/template.html.references/layouts.md.DESIGN.md and map it to the six :root variables.Copy assets/template.html to project index.html.
Update:
<title>#added, #fixed, #upgrade-note)href destination, or omit the topnav CTA entirely if no real destination existsid attributesInside <main id="content">, compose this section order:
id="added").id="fixed").id="breaking-changes").id="known-issues").id="upgrade-note").For every CTA in the emitted HTML (topnav, hero, closing strip), replace both the visible label and the href destination with real, safe values. If no real destination is available, omit the CTA entirely—do not use a placeholder such as href="#", a misleading page-anchor, or REPLACE_WITH_REAL_URL. Hero CTAs are optional; only add them when real destinations exist.
If the user does not provide details, do not invent them. Write explicit placeholders:
No summary provided.No additions providedNo fixes providedNoneNone reportedNo upgrade actions required based on provided informationIf release version or date is missing, use — and label the field rather than guessing.
Run references/checklist.md. Every P0 must pass.
Wrap output as:
<artifact identifier="release-notes-one-pager" type="text/html" title="Release Notes">
<!doctype html>
<html>...</html>
</artifact>
One sentence before the artifact. Nothing after </artifact>.