95
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
A browser based code editor
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a lint step to catch style issues automatically.
- 2CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 3CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
- 4Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
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
96
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under MIT.
Engineering
93
Lockfile present (package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/ci.yml).
Test files detected (.mocharc.json).
Linter or formatter configured (.prettierrc).
Issue or PR templates present.
Project health
97
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 15 / 77Commits (30d / 90d)
- 4,081Forks
- 188Releaseslatest 2y ago
Community
- 75% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 46,252Watchers
Responsiveness
- 8hMedian issue response
- 5d 2hMedian PR merge time
- 830Open issues
Repository files32 root entries
- .azure-pipelines
- .devcontainer
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .husky
- .vscode
- build
- docs
- monaco-lsp-client
- samples
- scripts
- srcGood: Environment pinned via src/languages/definitions/dockerfile.
- test
- test-results
- webpack-plugin
- website
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mocharc.jsonGood: Test files detected (.mocharc.json).
- .nvmrc
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- editor.code-workspace
- gulpfile.js
- LICENSE.txtGood: Licensed under MIT.
- MAINTAINING.md
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- 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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- ThirdPartyNotices.txt
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/microsoft/monaco-editor)