What problem does it solve?
Many repositories depend on ad‑hoc GitHub‑only helper scripts, leading to duplicated effort, fragile CI pipelines, and missing local validation. Developers need a consistent, reusable toolkit for repository validation, shared synchronization, and release processes.
Core Features & Use Cases
- Installable toolkit: Deploys a
scripts/repo-maintenance/ directory with validation, sync, and release entrypoints.
- Profile aware: Automatically selects Swift‑package, Xcode‑app, or generic profiles based on the repository type.
- Thin CI wrapper: Adds an optional GitHub workflow that simply invokes the local validation script.
- Use case: Quickly equip a Swift package or Xcode app repository with local‑first maintenance scripts, then run them locally or via CI without building custom glue.
Quick Start
Ask the skill to install the repo‑maintenance toolkit in the current directory using the default generic profile.