Home / aoreshkov / oracle-forms-mcp · .claude/skills/release/SKILL.md · GitHub

release skillA

release is agent-read markdown (skill) from aoreshkov/oracle-forms-mcp: Cut a new oracle-forms-mcp release — bump the version in both tag-guarded files consistently, update the changelog, run the pre-flight checks, and (on request) tag. Use when preparing a release or when a release tag failed the version-match guard..

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

# Cut a release

The release workflow (`.github/workflows/release.yml`) is triggered by a `v*` tag and its
**first step is a hard version-match guard**: if the tag doesn't match the version in both
source-of-truth files, the whole release (GitHub release + GHCR image + MCP registry publish)
fails. This skill makes those files agree *before* the tag is pushed.

## 1. Determine the new version

Use `$ARGUMENTS` if given. Otherwise read the current version from `gradle.properties`
(`version=`), decide the bump with the user (semver), and confirm. Call the new value
`<VERSION>` (no `v` prefix inside files; the git tag is `v<VERSION>`).

## 2. Bump the version in BOTH guarded files

The tag guard checks these two exact patterns (keep the formatting identical):

1. `gradle.properties` — the line `version=<VERSION>` (guard: `^version=<VERSION>$`).
2. `server.json` — the top-level `"version": "<VERSION>"` (guard: `jq .version == <VERSION>`).
   Note: the publish job later rewrites `server.json` `.version` and `.packages[0].identifier`
   from the tag, but the guard still requires the committed value to match, so set it here.

**There is no third file.** The Claude Code plugin manifest
…

Read the whole file at its exact version.

How to install

Latest version
mdr add aoreshkov/oracle-forms-mcp/release@git:20260807.ee24007
Exact content
mdr add aoreshkov/oracle-forms-mcp/release@sha256:d88db3a19e8fef6a

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_qf4yc5fwpwmjwnh7.svg)](https://markdownregistry.com/a/art_qf4yc5fwpwmjwnh7)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260807.ee24007 latest2026-08-07 ee24007 6,620 BA view · diff
git:20260807.e1e25712026-08-07 e1e2571 5,737 BA view · diff
git:20260716.16fddf02026-07-16 16fddf0 4,778 BA view · diff
git:20260715.14140792026-07-15 1414079 4,758 BA view · diff
git:20260715.851b11b2026-07-15 851b11b 4,171 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6620 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

GitHub

aoreshkov/oracle-forms-mcp · 3 stars · license Apache-2.0 · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_qf4yc5fwpwmjwnh7
GET https://markdownregistry.com/api/v1/resolve?ref=aoreshkov/oracle-forms-mcp/release
GET https://markdownregistry.com/api/v1/blob/d88db3a19e8fef6a866c57a30aa5d5c03ba79a5d1ed6899730620ac5f4a48dea

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.

More from aoreshkov/oracle-forms-mcp

review-currency skill
aoreshkov/oracle-forms-mcp · .claude/skills/review-currency/SKILL.md · Reviews how current oracle-forms-mcp is versus the latest official releases and recommended practices, by launching a…
git:20260715.851b11b · audit A · 3 stars
CLAUDE.md claude
aoreshkov/oracle-forms-mcp · CLAUDE.md
git:20260918.060b442 · audit A · 3 stars
trace-form skill
aoreshkov/oracle-forms-mcp · plugins/oracle-forms/skills/trace-form/SKILL.md · Trace how an Oracle Forms screen actually works — which form opens a modal, where a button's code really lives when its…
git:20260918.060b442 · audit A · 3 stars

Every file in aoreshkov/oracle-forms-mcp

Other files named release

release skill
yeachan-heo/oh-my-claudecode · skills/release/SKILL.md · Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASE_RULE.md, then guides the release
git:20260411.c3c4851 · audit A · 39,312 stars
release skill
different-ai/openwork · .opencode/skills/release/SKILL.md · Cut an OpenWork release, release the app, publish a new version, rerun or recover a release tag, verify release assets…
git:20260910.e2267a9 · audit A · 23,724 stars
release skill
devin-axis/ipollowork · .opencode/skills/release/SKILL.md · Step through versioning, tagging, and verification
git:20260711.1ecdca5 · audit A · 6,668 stars
release skill
blockrunai/clawrouter · skills/release/SKILL.md · Use this skill for EVERY ClawRouter release. Enforces the full checklist — version sync, CHANGELOG, build, tests, npm…
git:20260524.3cc7323 · audit A · 6,612 stars
release skill
vellum-ai/vellum-assistant · .claude/skills/release/SKILL.md · Cut a new release: create the release branch (staging bake), then dispatch the production Release run on that branch.
git:20260826.d1b98be · audit A · 1,314 stars
release skill
oliver-kriska/claude-elixir-phoenix · .claude/skills/release/SKILL.md · CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on…
git:20260818.474793d · audit A · 555 stars
release skill
arcee-ai/nac · .agents/skills/release/SKILL.md · Cut and publish a full stable NAC release after main, release-PR, and publication CI pass. Use when a maintainer asks…
git:20260815.d943a96 · audit A · 275 stars
release skill
jongwony/epistemic-protocols · .claude/skills/release/SKILL.md · Release for this repo — CalVer tag + narrative prepend.
git:20260628.ee08fe7 · audit A · 163 stars

Browse by kind, by grade A, or by owner.