Good shape overall. A few tweaks would push it into the top tier.
My CS learning : algorithm, data structure, and system design | #SE
Documentation
76
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
A license file is present.
Engineering
79
CI is configured (.github/workflows/java-syntax-check.yml).
Test files detected (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/node_modules/async-listener/test).
Lockfile present (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/package-lock.json). Installs are reproducible.
Java/Kotlin linting configured (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/node_modules/aws-xray-sdk-core/.eslintrc.json).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (courses/aws-certified-developer-associate-2020/code/aws-cicd/nodejs-v2-blue/package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 57Forks
- 10Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 138Watchers
Responsiveness
- 268d 21hMedian issue response
- 2d 2hMedian PR merge time
- 11Open issues
Repository files23 root entries
- _site
- .claude
- .githubGood: CI is configured (.github/workflows/java-syntax-check.yml).
- algo_demo
- algorithm
- archived
- coursesGood: A license file is present.Good: Test files detected (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/node_modules/async-listener/test).Good: Java/Kotlin linting configured (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/node_modules/aws-xray-sdk-core/.eslintrc.json).Good: Lockfile present (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/package-lock.json). Installs are reproducible.Good: Environment pinned via courses/aws-certified-developer-associate-2020/code/ecs/Dockerfile.Good: Dependency manifest found (courses/aws-certified-developer-associate-2020/code/aws-cicd/nodejs-v2-blue/package.json).Issue: Build artifacts or local files may be committed (courses/aws-certified-developer-associate-2020/code/lambda/with-dependencies/node_modules/.bin) (−40 pts).Fix: Remove them and add to .gitignore.
- data
- data_structure
- doc
- leetcode_java
- leetcode_python
- leetcode_scala
- leetcode_SQL
- ref_codeGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Dependabot is configured. Dependencies update automatically.Good: Issue or PR templates present.
- script
- site
- system_design
- vendor
- .gitignoreGood: .gitignore present.
- .gitignore.bak
- CLAUDE.md
- README.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.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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.