90
/ 100
Excellent work. The main thing left to polish is CI.
⚡ 需求分析效率提升 200%!全球首个为 AI 编程时代设计的团队协作 MCP 服务器,自动分析需求自动编写前后端代码,下载切图
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add `pull_request:` to the workflow `on:` triggers.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
80
CI is configured (.github/workflows/docs-sync.yml).
Lockfile present (requirements.txt). Installs are reproducible.
Test files detected (tests).
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
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)
- 219Forks
- 8Releaseslatest 1mo ago
Community
- 100% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1,968Watchers
Responsiveness
- 13hMedian issue response
- 4d 8hMedian PR merge time
- 42Open issues
Repository files32 root entries
- .githubGood: CI is configured (.github/workflows/docs-sync.yml).Good: Issue or PR templates present.
- images
- scripts
- testsGood: Test files detected (tests).
- .dockerignore
- .env.example
- .gitignoreGood: .gitignore present.
- ai-install-guide.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- config.example.env
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DEMO.md
- DEPLOY.md
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- easy-install.bat
- easy-install.sh
- GET-COOKIE-TUTORIAL.md
- lanhu_mcp_server.py
- LICENSEGood: Licensed under MIT.
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- quickstart.bat
- quickstart.sh
- README_EN.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- RELEASE_NOTES_v1.0.0.md
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- run-stdio.sh
- SECURITY.mdGood: Security policy present.
- setup-env.bat
- setup-env.sh
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/dsphper/lanhu-mcp)