Skip to content

Slash command

Release check

The pre-flight pass before you tag: clean tree, green tests, honest version, real notes.

About

The pre-flight pass before you tag: clean tree, green tests, honest version, real notes.

Files in v1.0.0

  • replicamd.plugin.json1188 B

Contributes

{
  "commands": [
    {
      "id": "preflight",
      "title": "Pre-flight this release",
      "prompt": "Walk the release checklist and report pass or fail on each, with evidence: working tree clean; on the release branch and up to date with the remote; the project's test command passes; the build command succeeds; the version in the manifest is bumped and matches what we intend to tag; the changelog has an entry for this version; no debug logging, no commented-out code and no TODO added in the diff since the last tag. Do not fix anything - report. A checklist that silently fixes things is not a checklist."
    },
    {
      "id": "status",
      "title": "Show release status",
      "run": "git status --short && git log $(git describe --tags --abbrev=0 2>/dev/null || echo HEAD)..HEAD --oneline"
    }
  ]
}

Versions

  • v1.0.07/26/2026 · 1 files

Install

Install in ReplicaMD

Nothing happened? ReplicaMD may not be installed yet - or open it first, then Settings → Plugins and install by id.

Plugin id:

release-check

Bundle endpoint:

https://replicamd.nl/api/registry/plugins/release-check/download
Author
Ardjun Debi - Tewarie @ardjun
Latest
v1.0.0
License
MIT
Installs
0
releaseciquality