en un clic
repomatic-init
// Bootstrap a repository with reusable workflows from kdeldycke/repomatic.
// Bootstrap a repository with reusable workflows from kdeldycke/repomatic.
Orchestrate release preparation. Reconcile the changelog, code, and docs to the net release state, then commit, push, and babysit CI until the release PR is built and `main` is green. Stop before the merge. Review-gated in normal use, fully autonomous under `--dangerously-skip-permissions`.
Generate dependency graphs, audit pyproject.toml declarations against version policy, explore unused dependency APIs that could simplify code, and modernize code against the changelogs of upgraded dependencies.
Draft, validate, consolidate, and fix changelog entries.
Audit downstream repo alignment with upstream repomatic reference, covering workflows, configs, and conventions.
Optimize GitHub topics for discoverability by analyzing competition on topic pages.
Triage new issues and PRs on awesome-list repos by applying curation criteria distilled from past decisions.
| name | repomatic-init |
| description | Bootstrap a repository with reusable workflows from kdeldycke/repomatic. |
| model | haiku |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Grep, Glob |
| argument-hint | [component ...] |
![ -f pyproject.toml ] && echo "pyproject.toml exists" || echo "No pyproject.toml"
!ls .github/workflows/ 2>/dev/null || echo "No .github/workflows/ directory"
![ -f repomatic/__init__.py ] && echo "CANONICAL_REPO" || echo "DOWNSTREAM"
You help users bootstrap a repository to use the reusable GitHub Actions workflows from kdeldycke/repomatic.
CANONICAL_REPO, use uv run repomatic init.uvx -- repomatic init.$ARGUMENTS is empty, first analyze the project (check pyproject.toml, existing workflows, project language) and recommend which components to initialize. Then ask the user to confirm before running.$ARGUMENTS is provided, pass it through: <cmd> init $ARGUMENTS.pyproject.toml [tool.repomatic] configuration options.Suggest the user run:
/repomatic-audit to check the generated files against upstream conventions.autofix.yaml and lint.yaml workflows keep the workflow callers synced and validated automatically.