Rough and inactive. Tests, CI, and a fuller README would revive it.

๐Ÿ“… Create jobs on a time-based schedule on Docker Swarm

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

Licensed under MIT.

Engineering

62

Tests18pt30

Go module found but no *_test.go files detected.

โ†’ Add *_test.go files alongside your packages and run `go test ./...`.

CI/CD14pt57

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

Reproducibility6pt97

Lockfile present (go.sum). Installs are reproducible.

Linting and formatting5pt100

Formatting enforced (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

64

Activity5pt5

No pushes in over 2 years. Looks unmaintained (โˆ’95 pts).

โ†’ A recent commit signals the project is alive and worth using.

Repository metadata5pt60

Repository has a description.

Dependency manifest6pt100

Dependency manifest found (go.mod).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

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

Community

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

Responsiveness

  • โ€”
    Median issue response
  • โ€”
    Median PR merge time
  • 0
    Open issues
Repository files15 root entries
  • .github
    Good: CI is configured (.github/workflows/build.yml).
    Good: Dependabot configured for gomod.
    Good: Issue or PR templates present.
  • .res
  • cmd
  • doc
  • internal
  • .dockerignore
  • .editorconfig
    Good: Formatting enforced (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .goreleaser.yml
  • CHANGELOG.md
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
    Good: Licensed under MIT.
  • 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.
    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.