ContribCheck's first public release provides an evidence-based way to verify whether a GitHub issue is genuinely ready for contribution.
Highlights
- Inspect individual GitHub issues for blockers, assignments, competing pull requests, prerequisite issues, repository health, and CI status
- Analyze multiple issues in one ordered batch
- Produce terminal, JSON, and Markdown reports
- Run a local FastAPI service with a browser inspection interface
- Support GitHub Enterprise API URLs
- Report unverifiable signals as unknown instead of silently passing them
Installation
pipx install contribcheckThe optional web service can be installed with:
pip install "contribcheck[server]"Python 3.11 or newer is required.