release-readiness-operator
Manages project release checklists and verification.
Install
mkdir -p .claude/skills/release-readiness-operator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13135" && unzip -o skill.zip -d .claude/skills/release-readiness-operator && rm skill.zipInstalls to .claude/skills/release-readiness-operator
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Preparar y validar releases del proyecto de extracción documental. Usar para checklist de release, validación de empaquetado, verificación de scripts operativos y documentación de evidencia de salida a producción.Key capabilities
- →Execute base repository checks
- →Run release verification scripts
- →Verify release documentation and checklists
- →Confirm versioning and contractual consistency
- →Register release results with explicit dates
- →Document critical checks and exceptions
How it works
The skill follows a recommended flow that includes executing base repository checks, running release verification scripts, verifying release documentation, confirming versioning, and registering results.
Inputs & outputs
When to use release-readiness-operator
- →Preparing release
- →Validating release packaging
- →Checking production readiness
About this skill
release-readiness-operator
Flujo recomendado
- Ejecutar checks base del repositorio (
Makefile,pytest,ruff, scripts descripts/). - Correr verificaciones de release:
scripts/release_readiness.shscripts/testpypi_publish_gate.sh
- Verificar documentación de release y checklist en
docs/:docs/release_checklist.md- notas de release (
docs/release_*.md)
- Confirmar versionado y consistencia contractual (OpenAPI/signature snapshots).
- Registrar resultados con fecha explícita en un documento de evidencia dentro de
docs/.
Lecciones operativas incorporadas
- Evitar sobreconfiguración del proceso de salida: checklist corto, gates claros, evidencia mínima suficiente.
- Automatizar tareas repetitivas de release mediante scripts existentes en
scripts/. - Aplicar validación incremental (primero checks críticos, luego ampliaciones no bloqueantes).
Criterios de salida
- Todos los checks críticos pasan o tienen excepción documentada.
- Cambios de contrato y compatibilidad quedan registrados.
- Riesgos abiertos se listan con mitigación y responsable.
Hooks relacionados y uso
- Hook sugerido: pre-push para ejecutar validaciones de contrato/OpenAPI cuando se modifiquen
api/y pruebas de contrato. - Estado de uso en esta skill: propuestos, no instrumentados aún en configuración local.
When not to use it
- →When the project is not related to document extraction
- →When the user does not need to validate release readiness
- →When the user does not require documentation of release evidence
Limitations
- →The skill is designed for the document extraction project.
- →The skill relies on existing scripts in `scripts/` and documentation in `docs/`.
- →Hooks related to pre-push validations are proposed but not yet instrumented.
How it compares
This skill automates and structures the release readiness process with specific checks and documentation requirements, ensuring a consistent and traceable release, unlike a manual, ad-hoc approach.
Compared to similar skills
release-readiness-operator side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| release-readiness-operator (this skill) | 0 | 4mo | No flags | Intermediate |
| agent-workflow-automation | 4 | 6mo | Review | Advanced |
| project-os | 1 | 6mo | Review | Intermediate |
| project-tooling | 1 | 4mo | Caution | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
agent-workflow-automation
ruvnet
Agent skill for workflow-automation - invoke with $agent-workflow-automation
project-os
Peiiii
AI project OS for autonomous loop, automated orchestration, and rule-driven execution.
project-tooling
alinaqi
gh, vercel, supabase, render CLI and deployment platform setup
release-version
corvo007
Use when releasing a new version - guides through version bump, changelog generation, commit grouping, tagging, and GitHub CI tracking. Triggers on "发布新版本", "release", "发版", or version release requests.
Release
tobagin
Create a new Keymaker release — analyze changes, bump version, update changelog/README/AppStream metadata, build, commit, tag, push, and create GitHub release
release
RajwanYair
Bump the version, update the changelog, tag, and publish a GitHub release for RegiLattice. Use when preparing a new release, updating version numbers, creating a CHANGELOG entry, or pushing a version tag to trigger the CI release workflow. Triggers on: 'bump version', 'release', 'publish', 'version'