Drep
Description
A local commit gate: runs the linters your repo configures, and sends changed code to an LLM for review
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
drep
**A local commit gate.** It runs the linters your repository already configures, and sends the code you changed to an LLM for review.
[](https://opensource.org/licenses/MIT) [](https://www.rust-lang.org)
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/slb350/drep/releases/latest/download/drep-ai-installer.sh | sh
What it does
On `git commit` and `git push`, drep checks your changes twice.
| Layer | Source | Blocks? |
|---|---|---|
| Deterministic | ruff, eslint, tsc, gofmt, go vet, clippy | Yes |
| Semantic | an LLM you point it at | No, unless you ask |
Your linters are precise, so their findings block. A model's opinion about naming is not precise at any severity, so it informs instead. Splitting by source rather than by severity is what makes the gate calibratable; opt the LLM into blocking with `--fail-on error` when you want it.
Semantic review is intentionally high-signal rather than exhaustive. The model is asked for concrete, reachable defects worth fixing before merge, and told to omit speculative hardening, implausible extreme edge cases, nits and cleanup opportunities. A clean response is preferable to manufacturing marginal work.
drep is a single binary. It talks to no source-control platform, runs no server, and needs no drep account. The deterministic half needs no model and no API key at all. Semantic review can use an HTTP API or a separately installed Codex CLI authenticated through a ChatGPT subscription.
Install
# Shell installer (macOS and Linux, x86_64 and arm64)
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/slb350/drep/releases/latest/download/drep-ai-installer.sh | sh
# Homebrew
brew install slb350/tap/drep
# crates.io
cargo install drep-ai
# Current
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI