qax-os/goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3446
- days_rel: n/a
- days_push: 2867
- n_releases_24m: 0
Adoption not part of the score
3120 stars · 260 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
goreporter is a Go CLI tool that concurrently runs a suite of linters (gofmt, govet, golint, staticcheck, errcheck, gocyclo, etc.) plus unit test analysis and normalizes their output into a consolidated code quality report. It aggregates static analysis, complexity metrics, dead code detection, and dependency graphing into a single HTML-style report.
Use cases
- generate a code quality report for a Go project
- run multiple Go linters at once and merge results
- measure cyclomatic complexity of Go functions
- find dead code and unused variables in a Go codebase
- check unit test coverage status for Go packages
- audit Go code quality in CI
When to choose
- you want one aggregated quality report instead of running many Go linters separately
- you need a quick overall health check of a legacy Go codebase
When to avoid
- you need actively maintained tooling - the latest release is from 2018 and many bundled linters are deprecated
- you lint non-Go languages
- you prefer modern alternatives like golangci-lint
Facets
cli-tool · maturity maintenance
linter testing code-review static-site-generator developer-tools developer-tools testing programming-languages go cli windows static-analysis code-quality golang-linters quality-report cyclomatic-complexity linux macos
1 source
- readme: https://github.com/qax-os/goreporter · fetched 2026-08-28 · cdbaec3e6755
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qax-os/goreporter | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="qax-os/goreporter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem