Good shape overall. A few tweaks would push it into the top tier.
π The Best Free HTTP, SOCKS4/SOCKS5, SSL,SS/SSR Proxy List,V2Ray/XRay(Vmess/Vless) Configs, Tuic, Wireguard, Hyeseria, Trojan-Go/Trojan-GFW Servers - π Updated Every 30 Minutesβ°
Documentation
65
No install instructions found in the README (β45 pts).
β Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
86
No issue or PR templates found (β100 pts).
β Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (go.sum). Installs are reproducible.
Test files detected (internal/fetch_test.go).
CI is configured (.github/workflows/test.yml).
Formatting enforced (gofmt (built into Go toolchain)).
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- βCommits (30d / 90d)
- 46Forks
- 0Releases
Community
- βCommunity health
- βauthors own >50% of commits
- 340Watchers
Responsiveness
- 1d 4hMedian issue response
- <1hMedian PR merge time
- 5Open issues
Repository files13 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Dependabot configured for gomod.
- cmd
- internalGood: Test files detected (internal/fetch_test.go).
- sources
- .coderabbit.yaml
- .gitignoreGood: .gitignore present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (β8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under MIT.
- Makefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (β15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (β45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (β45 pts).Fix: Add a section showing how to start or use the project.
- update_wiki.sh