create-release skillA
create-release is agent-read markdown (skill) from richkuo/rk-skills: Use when the user asks to "create a release", "cut a release", "tag a version", "publish release notes", or ship a new versioned GitHub release for the current repo..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# create-release Cut an annotated semver tag and publish a GitHub release with auto-generated notes. ## Preconditions — verify ALL before doing anything ```bash git status # must be clean — stop if dirty, surface the diff git branch --show-current # must be on default branch (main/master) git fetch origin && git status # must be up to date with origin gh auth status # must succeed ``` If any check fails: **stop and tell the user**. Do not proceed. ## Steps 1. **Inspect actual tags** — never rely on memory or CHANGELOG: ```bash git tag --sort=-v:refname | head -10 ``` 2. **Review commits since last tag:** ```bash git log <last-tag>..HEAD --oneline ``` 3. **Determine semver bump and state rationale** — breaking = major, new feature = minor, fixes/polish = patch. Proceed immediately. Only pause to ask the user if the bump type is genuinely ambiguous (e.g. unclear whether commits are breaking). …
Read the whole file at its exact version.
How to install
mdr add richkuo/rk-skills/create-release@git:20260808.d2de7e3mdr add richkuo/rk-skills/create-release@sha256:871dbbbd6bf26a93Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_re3gtkx4m4g2xqzg)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260808.d2de7e3 latest | 2026-08-08 | d2de7e3 | 5,305 B | A | view · diff |
| git:20260728.e421935 | 2026-07-28 | e421935 | 1,205 B | A | view · diff |
| git:20260704.c7939e4 | 2026-07-04 | c7939e4 | 1,813 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5305 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
richkuo/rk-skills · 49 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_re3gtkx4m4g2xqzg GET https://markdownregistry.com/api/v1/resolve?ref=richkuo/rk-skills/create-release GET https://markdownregistry.com/api/v1/blob/871dbbbd6bf26a930e29829868d4ed681163622f5bd4c98dd3259e5070527bf0
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.