60
/ 100
Strong community interest, but tests, CI, or docs need work.
A Community-led Hyper-Hackable Text Editor
A low grade is a to-do list, not a judgment of your code
Most gaps here are documentation, tests, and setup, not the code itself. Closing your top 3 gaps alone would lift this repo to B (85).
See your top fixesTop fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 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
60
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Other.
Engineering
49
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.
Test files detected (integration/workspace.spec.js).
CI is configured (.github/workflows/build.yml).
Lockfile present (yarn.lock). Installs are reproducible.
Linter or formatter configured (.eslintrc.js).
Project health
89
.gitignore present.
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 6 / 76Commits (30d / 90d)
- 187Forks
- 41Releaseslatest 2y ago
Community
- 87% - GoodCommunity health
- 5 bus factorauthors own >50% of commits
- 4,080Watchers
Responsiveness
- 14d 13hMedian issue response
- 6d 23hMedian PR merge time
- 327Open issues
Repository files37 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).
- docs
- dot-atom
- exports
- hooks
- integrationGood: Test files detected (integration/workspace.spec.js).
- keymaps
- locales
- menus
- packages
- resources
- script
- specIssue: Build artifacts or local files may be committed (spec/fixtures/packages/package-with-ignored-incompatible-native-module/node_modules/compatible-native-module) (−40 pts).Fix: Remove them and add to .gitignore.
- src
- static
- vendor
- .cirrus.yml
- .codacy.yaml
- .eslintignore
- .eslintrc.jsGood: Linter or formatter configured (.eslintrc.js).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .nvmrcGood: Environment pinned via .nvmrc.
- .yarnrc
- CHANGELOG.md
- 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.
- LICENSE.mdGood: Licensed under Other.
- package.jsonGood: Dependency manifest found (package.json).
- playwright.config.ts
- pnpm-workspace.yaml
- ppm
- pulsar.sh
- README.mdGood: README is present.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.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.
- SECURITY.mdGood: Security policy present.
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/pulsar-edit/pulsar)