Strong community interest, but tests, CI, or docs need work.
基于AI的工作效率提升工具(聊天、绘画、知识库、工作流、 MCP服务市场、语音输入输出、长期记忆) | Ai-based productivity tools (Chat,Draw,RAG,Workflow,MCP marketplace, ASR,TTS, Long-term memory etc)
Documentation
73
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
20
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
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 (admin-web/pnpm-lock.yaml). Installs are reproducible.
Java/Kotlin linting configured (admin-web/.editorconfig).
Project health
94
.gitignore present.
Dependency manifest found (admin-web/package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 25 / 74Commits (30d / 90d)
- 322Forks
- 55Releaseslatest 2y ago
Community
- 71% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 1,313Watchers
Responsiveness
- 9hMedian issue response
- <1hMedian PR merge time
- 3Open issues
Repository files12 root entries
- admin-webGood: Java/Kotlin linting configured (admin-web/.editorconfig).Good: Lockfile present (admin-web/pnpm-lock.yaml). Installs are reproducible.Good: Environment pinned via admin-web/Dockerfile.Good: Dependency manifest found (admin-web/package.json).Issue: Build artifacts or local files may be committed (admin-web/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- docker
- docs
- server
- user-web
- .gitignoreGood: .gitignore present.
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.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.
- CONTRIBUTING.zh-CN.md
- LICENSEGood: Licensed under MIT.
- 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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.zh-CN.md