Check repo docs for test, build, lint, and verification commands agents can safely run.
中文 · Quick Start · Checks · CI
AI-agent workflows keep growing, but many repositories still miss tiny local checks that are easy to repeat in CI. This tool stays zero-dependency, mirror-friendly, and easy to fork.
npx github:aolingge/ci-command-harvest --path README.mdnpx github:aolingge/ci-command-harvest --path README.md --markdown > report.md
npx github:aolingge/ci-command-harvest --path README.md --sarif > results.sarif
npx github:aolingge/ci-command-harvest --path README.md --annotations| Check | What it looks for |
|---|---|
| test | Lists test command. |
| lint | Lists lint command. |
| build | Lists build command. |
| scope | Explains safe scope. |
See docs/github-actions.md and docs/quality-gates.md.
- GitHub: https://github.com/aolingge/ci-command-harvest
- Gitee: https://gitee.com/aolingge/ci-command-harvest
Good first PRs: add checks, add fixtures, improve docs, or add GitHub Actions examples.
MIT