engineering-audit

rodlunt/engineering-audit
★ 1 stars Python AI/LLM Updated 6d ago
Rules-pack-agnostic engineering practice audit tool: MCP server, inline trigger fragments, HTML audit reports
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engineering-audit": {
      "command": "uvx",
      "args": [
        "engineering-audit"
      ]
    }
  }
}

Or install with pip: pip install engineering-audit

README Excerpt

**TL;DR:** engineering-audit turns the AI coding assistant you already use (Claude Code, Codex CLI, Gemini CLI) into an engineering-practice auditor. It is one tool with **two distinct modes**: 1. **Full repository audit**: your assistant sweeps a whole repository against a pack of sourced engineering rules and produces a self-contained HTML report. Every finding says

Topics

claude-codecode-auditcode-qualitycodex-cliengineering-practicesgemini-climcpmcp-server