← back to leaderboard

labstack/echoGitHub

https://github.com/labstack/echo
Stars:
32.3k
Default branch:
master
Last scored:
5h ago
Overall

Strengths

  • AGENTS.md / CLAUDE.md
  • CI configuration
  • Dependency manifest
  • Reproducible dev env
  • License file

Gaps

  • CONTRIBUTING guide
  • Pre-commit / git hooks

Suggestions to improve for a specific model

  1. 1
    CONTRIBUTING guide
    Add CONTRIBUTING.md describing branch naming, commit style, test commands, and the PR process.
    +5.5 pts
  2. 2
    Pre-commit / git hooks
    Set up pre-commit (.pre-commit-config.yaml), husky, or lefthook to run format+lint on every commit.
    +5.5 pts
  3. 3
    Test suite
    Add a tests/ (or test/, __tests__/, spec/) directory with runnable tests. Document how to run them in AGENTS.md.
    +3.3 pts

Per-model scores

Claude Code
Weights AGENTS.md and tests heavily — Claude Code leans on an instructions file and a fast feedback loop.
85.5
Cursor
Weights type config and a detailed README highly — Cursor's inline edits benefit from static types and skim-readable docs.
88.6
Devin
Weights CI and reproducible envs highly — Devin runs in a sandboxed VM and needs end-to-end automation.
84.1
GPT-5 Codex
Balanced profile as a reference point.
85.8

Signal breakdown

AGENTS.md / CLAUDE.md· 100% pass
Substantive (3135 chars)
CLAUDE.md
CI configuration· 100% pass
2 GitHub Actions workflow(s)
.github/workflows
CONTRIBUTING guide· 0% pass
No CONTRIBUTING file
Dependency manifest· 100% pass
Manifest present
go.mod
Reproducible dev env· 100% pass
2 env artifacts (Makefile, makefile)
Makefile
License file· 100% pass
License present
LICENSE
Linter / formatter config· 100% pass
Config detected
.golangci.yaml
Pre-commit / git hooks· 0% pass
No pre-commit / husky / lefthook found
README· 100% pass
README detailed (9386 chars)
README.md
Manageable size· 100% pass
111 files
Test suite· 70% pass
Test files detected (bind_test.go)
bind_test.go
Type configuration· 100% pass
Typed language (Rust/Go)