release-automation-small-repos
Installation
SKILL.md
Release Automation Repos
Overview
Design small repos so the correct release path is the easiest path. The repo should expose a clear data flow from source or upstream input to validated generated files, build artifacts, tags, and published releases. Prefer explicit scripts, reviewable update PRs, reproducible builds, and verification that exercises the real automation rather than assuming it works.
Prefer simple, reviewable automation scripts for sync, generation, build orchestration, metadata validation, and release helpers unless the target ecosystem strongly favors another language.
Recommended Repo Shape
Use names that reveal ownership and data flow.