67

/ 100

GradeD

Getting some notice. Tests and CI would be the fastest wins.

Top 49% of 5,156 graded repos

Open Source White-label opinionated ERP web app

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 (81).

See your top fixes
Now
D
67
Potential
B
81

Top fixes

Highest-impact changes first, ranked by point weight

12 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 `pull_request:` to the workflow `on:` triggers.

  4. 4
    CI/CD14pt

    Add a lint step to catch style issues automatically.

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

58

Install and run instructions9pt10

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt30

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt85

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

60

Issue and PR templates6pt0

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.

CI/CD14pt40

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

Reproducibility6pt70

Lockfile present (composer.lock). Installs are reproducible.

Tests18pt80

Test files detected (han/__tests__).

Linting and formatting5pt100

PHP linting configured (.editorconfig).

Project health

100

Dependency manifest6pt100

Dependency manifest found (composer.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 1135 / 4427
    Commits (30d / 90d)
  • 5
    Forks
  • 1000
    Releaseslatest 10mo ago

Community

  • 62% - Fair
    Community health
  • 3 bus factor
    authors own >50% of commits
  • 45
    Watchers

Responsiveness

  • 6d 19h
    Median issue response
  • <1h
    Median PR merge time
  • 480
    Open issues
Repository files69 root entries
  • .ai
  • .claude
    Good: Security policy present.
  • .gemini
  • .github
    Good: CI is configured (.github/workflows/testing_with_coverage.yml).
  • .junie
  • app
  • bootstrap
  • config
  • database
  • deploy
  • devops
  • docs
  • han
    Good: Test files detected (han/__tests__).
  • IconList
  • lang
  • maya
  • patches
  • public
  • resources
  • routes
  • storage
  • stubs
  • tests
  • .editorconfig
    Good: PHP linting configured (.editorconfig).
  • .env.example
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • .prettierrc.json
  • .rr.yaml.example
  • AGENTS.md
  • artisan
  • boost.json
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • composer.json
    Good: Dependency manifest found (composer.json).
  • composer.lock
    Good: Lockfile present (composer.lock). Installs are reproducible.
  • deploy_all.sh
  • deploy_pages.sh
  • deploy_production.sh
  • deploy_staging.sh
  • deploy.yaml
  • GEMINI.md
  • generate_icon.sh
  • generate_stagging_db_dumps.sh
  • generate_testing_db_dumps.sh
  • hydrate_all.sh
  • ide-helper.sh
  • jsconfig.json
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • load_snapshot.sh
  • package-lock.json
  • package.json
  • phpunit.xml
  • pint.json
  • postcss.config.js
  • push_currency_exchange_db_to_staging.sh
  • README.md
    Good: 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.
    Good: README includes status badges.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • save_currency_exchanges.sh
  • SECURITY.md
  • seed_currency_exchanges.sh
  • tailwind.config.js
  • tsconfig.json
  • vite.aiku-public.config.js
  • vite.grp.config.mjs
  • vite.iris.config.mjs
  • vite.pupil.config.mjs
  • vite.retina.config.mjs
  • web-types.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/inikoo-ltd/aiku)](https://www.repo-grade.com/report/inikoo-ltd/aiku)

More graded PHP repos