This repo is the source of truth for the Auto Git skill suite. Do not edit generated gist packages by hand.
- Run
pnpm run verify. - Keep
skills/**anddocs/gists/**as the source files. - Regenerate
gists/**withpnpm run gists:packageafter source edits. - Keep the generated gist package check passing with
pnpm run gists:check. - Keep GitHub Actions generated by
@async/pipeline; do not hand-edit.github/workflows/async-pipeline.yml. - If
pipeline.tschanges, runpnpm run pipeline:github:generateandpnpm run pipeline:github:check. - Never commit secrets or local token files. Gist publishing uses the
GIST_TOKENenvironment variable locally and theGIST_TOKENGitHub Actions secret in CI.
Use the Auto Git commit-by-intent style in skills/auto-git/references/commit-by-intent.md.