Popular for its size, but the engineering basics lag behind the interest.

๐Ÿค– AI chat & search summaries in Google Search, powered by the latest LLMs

Documentation

63

Contributing guide5pt0

No CONTRIBUTING.md found (โˆ’47 pts base + up to โˆ’53 pts more for content).

โ†’ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

Install and run instructions9pt45

README documents how to install the project.

README12pt85

README is present.

License6pt100

A license file is present.

Engineering

42

Tests18pt0

No tests detected anywhere in the repository.

โ†’ Add automated tests. They prove the code works and give contributors confidence to make changes.

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/CD14pt72

CI is configured (.github/workflows/lint-on-push-pr.yml).

Reproducibility6pt90

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

Linting and formatting5pt100

Linter or formatter configured (eslint.config.mjs).

Project health

88

Dependency manifest6pt62

Dependency manifest found (package.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

  • โ€”
    Commits (30d / 90d)
  • 17
    Forks
  • 0
    Releases

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 184
    Watchers

Responsiveness

  • 9h
    Median issue response
  • 3h
    Median PR merge time
  • 7
    Open issues
Repository files13 root entries
  • .github
    Good: CI is configured (.github/workflows/lint-on-push-pr.yml).
    Good: Dependabot covers 3 ecosystems (github-actions, npm, pip). Dependencies stay current.
  • .husky
  • assets
  • docs
    Good: A license file is present.
    Good: Security policy present.
  • greasemonkey
  • utils
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitlab-ci.yml
  • eslint.config.mjs
    Good: Linter or formatter configured (eslint.config.mjs).
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • requirements-dev.txt