1) Install
Global install is fastest for the first run. (Use your package manager if you prefer.)
ForgeKit Documentation
Install the CLI, connect a repo, ship a release. Then go deeper if you want.
Copy, paste, ship.
Global install is fastest for the first run. (Use your package manager if you prefer.)
ForgeKit detects your repo shape and generates a minimal, readable policy file.
Preview in a PR, then release. Same verbs locally and in CI.
GitHub Actions template
ForgeKit can generate a workflow file you can edit in plain YAML—no magic actions required.
# .github/workflows/release.yml - name: Release run: forgekit release
Choose your flavor. Templates are meant to be owned by your team.
Fast path: checks → preview → release. Compose with your existing jobs.
Stages mirror the CLI verbs. No hidden includes required.
A policy is what you would tell a new teammate—written down.
Readable. Versioned. Reviewed like code. Evaluated locally and in CI.
checks:
- name: tests
command: pnpm test
- name: lint
command: pnpm lint
approvals:
required: 1
release:
block_after: "18:00"
The common gotchas (and the fixes).
Still stuck?
Send us the last 30 lines of output (redact secrets). We respond like engineers: with a repro and a fix.