84

/ 100

GradeB

Solid engineering. The main gap is visibility.

Top 24% of 5,156 graded repos

Intabia Platform — All-in-One Foundation for Project Management Platform's and services

TypeScript6EPL-2.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

85

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under EPL-2.0.

Engineering

80

CI/CD14pt57

CI is configured (.github/workflows/main.yml).

Tests18pt80

Test files detected (desktop/jest.config.js).

Linting and formatting5pt100

Linter or formatter configured (.prettierrc).

Reproducibility6pt100

Lockfile present (package-lock.json). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (benchmarks/datalake-benchmark/go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 2
    Forks
  • 3
    Releaseslatest 1mo ago

Community

  • 37% - Weak
    Community health
  • -
    authors own >50% of commits
  • 6
    Watchers

Responsiveness

  • -
    Median issue response
  • 9h
    Median PR merge time
  • 7
    Open issues
Repository files36 root entries
  • .claude
  • .github
    Good: CI is configured (.github/workflows/main.yml).
    Good: Dependabot covers 3 ecosystems (github-actions, npm, docker). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vscode
  • benchmarks
    Good: Dependency manifest found (benchmarks/datalake-benchmark/go.mod).
  • common
  • desktop
    Good: Test files detected (desktop/jest.config.js).
  • desktop-package
    Good: Environment pinned via desktop-package/Dockerfile.
    Issue: Build artifacts or local files may be committed (desktop-package/.env) (−40 pts).Fix: Remove them and add to .gitignore.
  • dev
  • docs
  • foundations
    Good: 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.
  • models
  • packages
  • plugins
  • pods
  • qms-tests
  • scripts
  • server
  • server-plugins
  • services
  • tests
  • ws-tests
  • .claudeignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .graphifyignore
  • .nvmrc
  • .prettierrc
    Good: Linter or formatter configured (.prettierrc).
  • AGENTS.md
  • changelog.md
  • cliff.toml
  • cspell.json
  • features.md
  • LICENSE
    Good: Licensed under EPL-2.0.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    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.
    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.
  • rush.json
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/intabia-fusion/platform)](https://www.repo-grade.com/report/intabia-fusion/platform)

More graded TypeScript repos