spiceai: Command for Claude Code

.github/prompts/writeReleaseNotes.prompt.md

writeReleaseNotes is a command for Claude Code, GitHub Copilot from spiceai/spiceai. It costs 87 tokens per session (3,124 once invoked), scanned A, original, Apache-2.0.

A command for writing or updating Spice release notes from Git history. Release notes are a record of changes in a software version, written here in Simplified Technical English for readers who may not use English as their first language.

In plain words
What is it for?
It helps create notes for a new version, add changes since the last edit, and prepare changelog or release-candidate entries.
Why use it?
It removes the need to manually find relevant commits and keep new entries consistent with an existing release-notes file. Update mode avoids rewriting entries that are already present.

Command for Claude CodeGitHub Copilot

Written for Claude Code and GitHub Copilot: argument-hint in frontmatter, but also a Copilot chat mode or prompt.

This is spiceai/spiceai's own configuration. It tells Claude Code and GitHub Copilot how to work on spiceai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything spiceai configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 .github/prompts/scripts/check_ste.py docs/release_notes/v<version>.md.

About the project

Spice is a Rust-based engine that combines SQL queries, search, and large-language-model inference to provide data for AI applications and agents. It runs beside an application or as a distributed cluster, connecting to existing data sources and supporting real-time analytics replicas for operational databases.

spiceai/spiceai · 3,079 stars · on GitHub · docs.spiceai.org

Reuse

Borrowing it

Nothing to install: this file belongs to spiceai/spiceai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/spiceai/spiceai/trunk/.github/prompts/writeReleaseNotes.prompt.md
Clone the repo
git clone --depth 1 https://github.com/spiceai/spiceai

Made for: Claude Code, GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for writeReleaseNotes

README.md
[![agentmods](https://agentmods.dev/badge/commands/spiceai/spiceai/writereleasenotes.svg)](https://agentmods.dev/commands/spiceai/spiceai/writereleasenotes)
Your own site
<a href="https://agentmods.dev/commands/spiceai/spiceai/writereleasenotes"><img src="https://agentmods.dev/badge/commands/spiceai/spiceai/writereleasenotes.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.03124
Opus 5 $0.00044 $0.01562
Sonnet 5 $0.00017 $0.00625
Haiku 4.5 $0.00009 $0.00312

Measured 2d ago against content hash 020f0c567786, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

writeReleaseNotes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/prompts/writeReleaseNotes.prompt.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Write or update release notes for the specified version based on all changes since the specified previous release.

Modes

  • Create: No release notes file exists yet for the version. Build the file from scratch following all steps below.
  • Update: Argument is update (or the release notes file already exists). Treat the existing file as the source of truth for tone, ordering and editorial decisions, and only ADD entries for commits landed on origin/trunk since the file was last edited. Do not rewrite or reorder existing sections unless the user asks explicitly.

To detect update mode and find the relevant commit range:

  • Check whether docs/release_notes/<version>.md exists.
  • Find when it was last edited: git log -1 --format='%H' docs/release_notes/<version>.md
  • New commits to consider: git fetch origin && git log <last-edit-sha>..origin/trunk --no-merges --format='%h | %an | %s'

Writing style: Simplified Technical English

Write every sentence you author in Simplified Technical English (ASD-STE100 writing rules). Release notes are read fast, by people deciding whether to upgrade, often in a second language or through a machine translator, and re-read months later by someone bisecting a behaviour change. A 50-word sentence with three subordinate clauses fails all of those readers. Short declarative sentences do not make the content less technical — they make each technical claim separately checkable.

Read .github/prompts/references/simplified_technical_english.md before writing prose. It carries the full rules, the rewrite patterns, the terminology table, and worked before/after examples from real Spice releases. The short version:

  • One idea per sentence, 25 words or fewer. Split where the subject changes. The total gets longer; that is the trade.
  • Active voice, named actor. "The runtime derives memory budgets from its cgroup limit", not "Memory budgets are derived". Passive is acceptable only when the actor is genuinely unknown.
  • No participle clauses — no using, enabling, including, allowing, by improving. Use a finite verb in its own sentence. Established technical nouns that end in -ing (caching, sharding, CPU sizing) are fine.
  • Simple tenses. Present for current behaviour, past for what a release changed.
  • One word, one meaning. Hold each term for the whole document — setting, not a rotation of knob/option/param.
  • Keep that, articles, and prepositions. Dropping them is the ambiguity STE exists to prevent.
  • At most three stacked nouns. Break longer stacks with a preposition or hyphen.
  • Give the number, not the intensifier. No significantly, various, seamless, powerful, unlocks, under the hood, headlined by. If no measurement exists, describe the mechanism.
  • No semicolons, and at most one em-dash aside per sentence.
  • Bug fixes in a fixed order: symptom, then cause, then current behaviour.

Read the full file on GitHub · 143 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 143 lines · 87 tokens per session scan A 020f0c567786

Subscribe to this mod's changes

writeReleaseNotes is a command published in the GitHub repository spiceai/spiceai (3,079 stars, last pushed today), licensed Apache-2.0. It adds 87 tokens to every session and 3,124 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.