Zerocheck developer resources
Docs, the CLI, the local MCP server, and the files that agents read. Import a checklist on your machine, then run the same checks in CI.
Documentation
Setup, checklist import, the YAML format, runs, GitHub Actions, MCP, and data handling.
CLI
npx zerocheck import, run, and report. The same YAML on your laptop and in CI.
MCP server
npx zerocheck mcp starts a stdio server for Claude Code and Cursor.
zerocheck on npm
The CLI package on npm.
GitHub Actions
The generated workflow, JUnit and JSON reports, and one PR comment per pull request.
Pricing
One pilot plan, no per-seat charges.
Machine-readable files
| Path | Purpose |
|---|---|
| /llms.txt | Site index for language models: what Zerocheck is, when to use it, and where the docs are. |
| /agents.md | Instructions for coding agents: commands, when to use Zerocheck, and when not to. |
| /sitemap.xml | Every public page. |
Agent quickstart
npm install --save-dev [email protected]
npx zerocheck login
npx zerocheck init --url http://localhost:3000 --github-actions
npx zerocheck import release-checklist.md --env dev
npx zerocheck run --env dev