0
/ 100
Well engineered for its size. A portfolio piece worth showing off.
A tool that compiles messy natural language prompts into a structured intermediate representation (IR) and optionally sends them to LLMs like ChatGPT for cleaner, more reliable responses.
Documentation
99
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
88
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.
Test files detected (app/analyzer/test_scenarios.py).
CI is configured (.github/workflows/ci.yml).
Linter or formatter configured (.editorconfig).
Lockfile present (requirements.txt). Installs are reproducible.
Project health
98
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 1Forks
- 1Releaseslatest 4mo ago
Community
- -Community health
- -authors own >50% of commits
- 25Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 10Open issues
Repository files49 root entries
- .agent
- .claude
- .devcontainer
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (pip, github-actions). Dependencies stay current.
- .jules
- api
- appGood: Test files detected (app/analyzer/test_scenarios.py).
- cli
- docs
- examples
- extension
- integrations
- schema
- scripts
- templates
- tests
- web
- .claudeignore
- .codexignore
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.example
- .gitguardian.yaml
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .ruff.toml
- .vercelignore
- agents.md
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DockerfileGood: Environment pinned via Dockerfile.
- extra_guardrails_test_prompts.md
- fly.toml
- generate_programmatic_icon.py
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- NOTICE
- package_extension.py
- PRIVACY_POLICY.md
- probe_server.py
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- resize_icons.py
- SECURITY.mdGood: Security policy present.
- start_app.bat
- STORE_LISTING.md