Skip to content

Releases: gokul-debugger/contribcheck

ContribCheck v0.1.0

Choose a tag to compare

@gokul-debugger gokul-debugger released this 24 Aug 23:40
74612a6

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 contribcheck

The optional web service can be installed with:

pip install "contribcheck[server]"

Python 3.11 or newer is required.