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

Install and run instructions9pt0

No install instructions found in the README (βˆ’45 pts).

β†’ Add a section showing how to install dependencies.

README12pt85

README is present.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under MIT.

Engineering

86

Issue and PR templates6pt0

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.

Reproducibility6pt87

Lockfile present (go.sum). Installs are reproducible.

Tests18pt100

Test files detected (internal/fetch_test.go).

CI/CD14pt100

CI is configured (.github/workflows/test.yml).

Linting and formatting5pt100

Formatting enforced (gofmt (built into Go toolchain)).

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • β€”
    Commits (30d / 90d)
  • 46
    Forks
  • 0
    Releases

Community

  • β€”
    Community health
  • β€”
    authors own >50% of commits
  • 340
    Watchers

Responsiveness

  • 1d 4h
    Median issue response
  • <1h
    Median PR merge time
  • 5
    Open issues
Repository files13 root entries
  • .github
    Good: CI is configured (.github/workflows/test.yml).
    Good: Dependabot configured for gomod.
  • cmd
  • internal
    Good: Test files detected (internal/fetch_test.go).
  • sources
  • .coderabbit.yaml
  • .gitignore
    Good: .gitignore present.
  • CONTRIBUTING.md
    Good: 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.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • README.md
    Good: 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