Аудит репозитория без изменений кода

★ 7.1 · general

maestro-audit is a Claude Code skill that audits a repository in read-only mode — reviewing code, architecture, tests, dependencies, and documentation — without modifying any repo artifacts. It runs the Maestro loop (perceive → choose → act → observe → learn → continue) using `maestro status`, `maestro loop next`, and `maestro loop show audit`, then vets each finding against the live repo and drops anything that fails refutation. Surviving findings are filed via `maestro harness propose` with concrete evidence — file paths, line numbers, command output — plus an impact/effort/confidence estimate (H/M/L each) so the backlog can be ranked without re-analysis. Coverage spans correctness, security, performance, test coverage, tech debt, dependencies, developer experience, and docs; architecture reports are written to the OS temp directory only. Use it for code review, architectural deepening, or building an improvement backlog before handing off to `maestro harness apply`.