h55nick/Repository Readiness Analyzer

Analyzes a GitHub repository for code readiness and generates a comprehensive report

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repoThe repository to analyze in the format owner/repoyes
tokenGitHub token with access to the repositoryyes${{ github.token }}
create-issueWhether to create an issue with the reportnofalse
analyze-test-coverageWhether to analyze test coveragenotrue
analyze-documentationWhether to analyze documentationnotrue
analyze-workflowsWhether to analyze GitHub workflowsnotrue
analyze-complexityWhether to analyze code complexity and standardsnotrue
min-scoreMinimum score to pass the analysis (0-100)no70
namedescription
report-urlURL to the generated report (if created as an issue)
overall-scoreOverall readiness score (0-100)
test-coverage-scoreTest coverage score (0-100)
documentation-scoreDocumentation score (0-100)
workflows-scoreWorkflows score (0-100)
complexity-scoreCode complexity score (0-100)
passedWhether the repository passed the minimum score threshold