release-check

Audit pending code, docs, and configuration changes against release criteria and summarize blockers.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill release-check-victorp1leon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-check
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/.codex/skills/release-check
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill release-check-victorp1leon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and certifies whether code changes are ready to commit, merge, or release by surfacing gaps and risks early in the development lifecycle.

Core Features & Use Cases

  • Pre-commit readiness checks: run security scans, dependency hygiene, and intent-skill coverage gates before changes are committed.
  • Diff-based impact assessment: classify touched areas (src/, docs/, config/) to focus review and validation where it matters.
  • Release readiness reporting: summarize pass/fail status, blockers with exact commands, and recommended next steps for stakeholders.

Quick Start

Execute the release-check workflow on the current branch to generate a release-readiness summary.

Frequently Asked Questions about release-check

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

FAQPage Schema
How do I check code readiness before a git commit or release?

Release readiness checks evaluate pending repository changes against baseline criteria. The audit runs security scans, intent-skill gates, and unit tests to produce a summary of blockers and recommendations before committing.

What is a pre-commit readiness check and how does it work?

Pre-commit readiness checks audit pending changes across source, docs, and config files. The mechanism runs security scans, dependency hygiene checks, and intent-skill coverage gates to validate code before committing.

How do I assess the impact of a diff before merging?

Diff-based impact assessment classifies touched areas like src, docs, and config directories. This focuses review and validation efforts exactly where changes occurred to determine overall release readiness.

Can I run security scans and unit tests as part of release readiness?

Yes, security scans and unit tests are baseline checks for release readiness. The workflow executes these alongside an intent-skills gate to certify whether pending changes are ready to merge.

What is included in a release readiness report?

A release readiness report includes pass/fail status, specific blockers with exact commands, and recommended next steps. It provides a clear summary of change readiness for stakeholders.

When should I not rely on automated release readiness checks?

Automated release checks may not suffice for complex architectural changes. The baseline checks focus on security scans, unit tests, and intent-skill gates, which may miss context-specific logic flaws requiring manual review.