Some interest. A stronger README and CI would help.

自用的仓库,不建议fork,测试稳定性用的!

Documentation

41

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt60

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

41

Linting and formatting5pt0

No linter or formatter config found.

Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.

Reproducibility6pt0

No dependency lockfile found (−70 pts).

Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.

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.

CI/CD14pt40

CI is configured (.github/workflows/Test build.yml).

Tests18pt80

Test files detected (luci-app-openclaw/tests).

Project health

59

Dependency manifest6pt0

No dependency manifest detected at root.

Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.

Housekeeping3pt40

No .gitignore found (−60 pts).

Add a .gitignore to keep build output, node_modules, and secrets out of version control.

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 32
    Forks
  • 60
    Releaseslatest 3mo ago

Community

  • Community health
  • authors own >50% of commits
  • 17
    Watchers

Responsiveness

  • 6h
    Median issue response
  • <1h
    Median PR merge time
  • 0
    Open issues
Repository files125 root entries
  • .github
    Good: CI is configured (.github/workflows/Test build.yml).
  • adguardhome
  • alist
  • aliyundrive-webdav
  • brook
  • cdnspeedtest
  • chinadns-ng
  • clashoo
  • dae
  • daed
  • ddns-go
  • ddnsto
  • dns2socks
  • dns2socks-rust
  • dns2tcp
  • docker
  • dockerd
  • filebrowser
  • geoview
  • gn
  • gost
  • hysteria
  • ipt2socks
  • lua-neturl
  • luci-app-adguardhome
  • luci-app-advanced
  • luci-app-alist
  • luci-app-aliyundrive-webdav
  • luci-app-alpha-config
  • luci-app-amlogic
  • luci-app-argone-config
  • luci-app-clashoo
  • luci-app-dae
  • luci-app-daede
  • luci-app-ddns-go
  • luci-app-ddnsto
  • luci-app-diskman
  • luci-app-dnsfilter
  • luci-app-dockerman
  • luci-app-easymesh
  • luci-app-eoip
  • luci-app-eqos
  • luci-app-fchomo
  • luci-app-fileassistant
  • luci-app-filebrowser
  • luci-app-filebrowser-go
  • luci-app-guest-wifi
  • luci-app-homeproxy
  • luci-app-ikoolproxy
  • luci-app-istorex
  • luci-app-lucky
  • luci-app-microsocks
  • luci-app-momo
  • luci-app-mosdns
  • luci-app-netwizard
  • luci-app-nikki
  • luci-app-openclash
  • luci-app-openclaw
    Good: Test files detected (luci-app-openclaw/tests).
  • luci-app-openlist
  • luci-app-openlist2
  • luci-app-partexp
  • luci-app-passwall
  • luci-app-passwall2
  • luci-app-qbittorrent
  • luci-app-quickfile
  • luci-app-quickstart
  • luci-app-smartdns
  • luci-app-snmpd
  • luci-app-ssr-plus
  • luci-app-store
  • luci-app-subconverter
  • luci-app-transmission
  • luci-app-unblockneteasemusic
  • luci-app-v2raya
  • luci-app-watchcat
  • luci-app-wechatpush
  • luci-lib-taskd
  • luci-lib-xterm
  • luci-theme-alpha
  • luci-theme-argone
  • luci-theme-atmaterial_new
  • luci-theme-design
  • luci-theme-glass
  • luci-theme-ifit
  • luci-theme-material3
  • luci-theme-opentopd
  • luci-theme-tomato
  • lucky
  • microsocks
  • mihomo
  • momo
  • mosdns
  • naiveproxy
  • nikki
  • openlist2
  • pdnsd-alt
  • quickstart
  • redsocks2
  • shadow-tls
  • shadowsocks-libev
  • shadowsocks-rust
  • shadowsocksr-libev
  • simple-obfs
  • sing-box
  • smartdns
  • ssocks
  • taskd
  • tcping
  • trojan
  • trojan-go
  • trojan-plus
  • tuic-client
  • ucl
  • UnblockNeteaseMusic
  • upx
  • upx-static
  • v2dat
  • v2ray-core
  • v2ray-geodata
  • v2ray-plugin
  • v2raya
  • xray-core
  • xray-plugin
  • LICENSE
    Good: Licensed under Apache-2.0.
  • README.md
    Good: README is present.
    Issue: README is fairly short (−10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.
    Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.
    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.