jev-review by devagrawal09
Staged code-review workflow with a local dashboard.
Home / Code review and quality
14 entries
Staged code-review workflow with a local dashboard.
Every file in a PR judged against Clean Code rules, then reviewed by an LLM.
Classifies commit diffs and messages: bug fixes, security fixes with CWEs, change types.
GitHub Action for submission review and PR classification with Jev, no text-generation model in the loop.
Semantic linting: rules in plain language, each file judged by Jev, run locally or in CI.
Read-only Go CLI that checks files against coded rules such as hidden side effects and weak error handling.
Turns the preferences in your AGENTS.md into a linter that runs on code changes and reports back to the agent.
Supervises a software factory of agents, with Jev making the go and no-go calls.
Pulls large repositories and triages their issues with typed Jev questions.
Pre-commit hook: one Jev call judges whether the commit message matches the staged diff, plus debug leftovers, unmentioned work, and a credential belt; warns except on a secret, which it blocks.
Local-first MCP plugin for continuous quality review by coding agents.