You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unified multi-dimensional codebase quality assessment agent that spawns parallel review agents, complements with architecture and dependency analysis, and produces a prioritized report. Covers security, performance, maintainability, and correctness in a single pass.
3
+
Multi-dimensional codebase quality assessment agent that orchestrates specialized reviewers in parallel — code quality, security vulnerabilities, secret detection, architecture integrity, and dependency health — and synthesizes findings into a single deduplicated, severity-ranked report with a binary PASS/FAIL verdict.
4
4
5
5
## Run
6
6
@@ -10,23 +10,32 @@ npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/codebase-audit
10
10
11
11
## What It Can Do
12
12
13
-
-Run parallel quality assessments across security, performance, and maintainability dimensions
14
-
-Analyze architecture patterns and identify structural anti-patterns
15
-
-Audit dependency health, licensing, and vulnerability exposure
16
-
-Generate prioritized findings with severity ratings and remediation guidance
17
-
-Produce executive summaries and detailed technical reports
18
-
-Support pre-release audit workflows and compliance checks
13
+
-**Scope Analysis** — determines audit scope from changed files, direct dependencies, or full repository inventory
0 commit comments