Solid foundation. Invest in docs and CI to grow from here.

TILDA provides access to bicycle and parking infrastructure data from OpenStreetMap (OSM) for administrative staff.

Documentation

60

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.

README12pt35

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

76

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.

Tests18pt80

Test files detected (app/scripts/StaticDatasets/updateStaticDatasets/processLocalSource.test.ts).

CI/CD14pt85

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

Lockfile present (app/bun.lock). Installs are reproducible.

Project health

100

Dependency manifest6pt100

Dependency manifest found (.agents/skills/playwright-skill/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)
  • 8
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 24
    Watchers

Responsiveness

  • 2d 20h
    Median issue response
  • <1h
    Median PR merge time
  • 10
    Open issues
Repository files28 root entries
  • .agents
    Good: Dependency manifest found (.agents/skills/playwright-skill/package.json).
  • .claude
  • .cursor
    Good: .gitignore present.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 3 ecosystems (bun, github-actions, docker). Dependencies stay current.
  • .vscode
  • app
    Good: Test files detected (app/scripts/StaticDatasets/updateStaticDatasets/processLocalSource.test.ts).
    Good: Lockfile present (app/bun.lock). Installs are reproducible.
  • cache_proxy
  • configs
  • docs
  • processing
  • scripts
  • topic-docs
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .gitignore
  • .nvmrc
  • AGENTS.md
  • app.Dockerfile
  • docker-compose.network.yml
  • docker-compose.override.yml
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • LICENSE.md
    Good: Licensed under AGPL-3.0.
  • processing.Dockerfile
  • psql_shell.sh
  • 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.
    Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.
    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.
    Good: README documents how to run the project.
  • SECURITY.md
    Good: Security policy present.
  • skills-lock.json