Ci release maintainer
Skill alainlebret/claude-agents/higher-ed-teaching-agents/skills/ci-release-maintainer
Modular skill and workflow ecosystems for AI coding assistants. Structured, multi-agent pipelines for specialized professional domains.
npx -y skills add alainlebret/claude-agents --skill ci-release-maintainerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Maintains CI validation and release hygiene for workflows, skills, and tooling. Use when preparing stable updates or publishing new versions.
SKILL.md
0.9 KB, as published. Nobody here has run it
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.mdchangelog-draft.mdrelease-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.