ecm-release-preparer

Validate ECM Studio repository state and Git readiness before release.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/ThomasRohde/ecm-studio --skill ecm-release-preparer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecm-release-preparer
Source: https://github.com/ThomasRohde/ecm-studio/tree/main/.agents/skills/ecm-release-preparer
Command: npx skills add https://github.com/ThomasRohde/ecm-studio --skill ecm-release-preparer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare ECM Studio model repositories for release by validating repository state, checking Git readiness, inspecting model and publish history, drafting release notes, and identifying blockers before an ECM release is cut or published. Use for release readiness checks, not for publishing.

Core Features & Use Cases

  • Release-readiness checks and blocker identification
  • Git status auditing and pre-publish validation
  • Drafting structured release notes from publish history
  • Guardrails preventing tags or publishing actions

Quick Start

Run the release readiness workflow for your workspace to surface blockers and generate draft release notes.

Frequently Asked Questions about ecm-release-preparer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check release readiness for ECM Studio model repositories?

Check release readiness by validating repository state and Git status before cutting a release. This workflow inspects model versions, publish histories, and capability versions to surface blockers, warnings, and draft release notes for your ECM Studio models.

What is the best way to generate release notes from ECM publish history?

Generate draft release notes from publish history by running read-only checks against ecm/publish_events.jsonl. This workflow drafts structured release notes while identifying blockers and warnings for upcoming ECM releases.

Can I use this workflow to publish ECM Studio models or create Git tags?

No, you cannot use this workflow to publish or create Git tags. It enforces guardrails that prevent tagging and publishing actions, focusing strictly on pre-publish validation and release readiness checks.

How do I identify blockers before cutting an ECM model release?

Identify blockers by running read-only audits against release context files like ecm/model_versions.jsonl, ecm/publish_events.jsonl, and ecm/capability_versions.jsonl. The workflow outputs a list of blockers and warnings preventing release readiness.

What Git readiness checks are needed before an ECM Studio release?

Git readiness checks require validating the repository state to ensure a clean working directory before a release. The workflow audits Git status as part of pre-publish validation to surface any repository issues that block the release.