Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsJul 15, 2026·2 min de lecture

Improve — AI-Powered Codebase Audit Tool

Improve audits your codebase with a capable AI model and generates structured improvement plans that cheaper models can execute.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Improve Overview
Commande d'installation directe
npx -y tokrepo@latest install 8e04902d-802a-11f1-9bc6-00163e2b0d79 --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

Improve is a developer tool that uses a high-capability AI model to deeply analyze a codebase and produce structured improvement plans. These plans are designed to be executed by faster, cheaper models, creating an efficient two-tier workflow.

What Improve Does

  • Scans a codebase to identify code quality issues, dead code, and architectural debt
  • Generates structured improvement plans in Markdown with precise file references
  • Prioritizes findings by impact and effort
  • Produces plans consumable by AI coding agents for automated execution
  • Supports incremental audits focused on recently changed files

Architecture Overview

Improve works in two phases. The audit phase feeds source files to a frontier AI model with specialized prompts that evaluate code quality, consistency, and architecture. The plan phase synthesizes findings into self-contained task descriptions with enough context for an AI coding agent to execute without additional human guidance.

Self-Hosting & Configuration

  • Install via npx or npm with Node.js 18+
  • Configure AI provider and model via environment variables
  • Target specific directories or file patterns for focused audits
  • Output plans to a directory for batch processing by agents
  • Integrates with CI pipelines for periodic health checks

Key Features

  • Two-tier model strategy: expensive model audits, cheap model executes
  • Structured plan output with file paths, line references, and rationale
  • Priority scoring based on impact and complexity
  • Incremental mode for auditing only changed files
  • Works with any OpenAI-compatible or Anthropic API

Comparison with Similar Tools

  • SonarQube — Rule-based static analysis; Improve uses AI for deeper semantic understanding
  • CodeClimate — Focuses on metrics; Improve generates actionable plans
  • PR-Agent — Reviews individual PRs; Improve audits entire codebases holistically
  • Sourcery — Suggests inline refactorings; Improve plans larger cross-file improvements

FAQ

Q: Does it modify code directly? A: No. Improve only produces audit reports and plans.

Q: What AI models does it support? A: Any OpenAI-compatible or Anthropic API.

Q: Can I run it in CI? A: Yes, as a CI step to track codebase health over time.

Q: How large a codebase can it handle? A: It processes files incrementally, limited mainly by API token budgets.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires