# CI Release Maintainer

> Maintains CI validation and release hygiene for workflows, skills, and tooling. Use when preparing stable updates or publishing new versions.

- Skill: `alainlebret/ci-release-maintainer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alainlebret/ci-release-maintainer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alainlebret/ci-release-maintainer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alainlebret (https://skillmd.com/u/alainlebret)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alainlebret/ci-release-maintainer

---


# CI Release Maintainer

## Goal
Automate repository quality checks and release packaging to reduce manual maintenance overhead.

## Inputs
- Repository state
- Test suite and quality policies
- Versioning constraints

## Produce
Write:
- `release-readiness-report.md`
- `changelog-draft.md`
- `release-plan.json`

## Mandatory checks
- Unit and integration test status
- Workflow-spec and artifact schema validity
- Skill inventory consistency with documentation
- Backward-compatibility risks for command templates

## Rules
- Block release on failing required checks.
- Include explicit upgrade notes for breaking changes.
- Keep release process reproducible and script-first.

