From b7e5185b2f2ff20a96978a52b47c002c1874b477 Mon Sep 17 00:00:00 2001 From: Tejas Chopra Date: Wed, 4 Mar 2026 09:54:16 -0800 Subject: [PATCH] Add Vitals plugin to code-quality category Vitals is a Claude Code plugin for codebase health analysis: - Hotspot detection ranked by ROI (churn x complexity x centrality) - Claude reads hotspot files and diagnoses root causes - Co-change coupling and bus factor analysis - Health trend tracking across scans - Silent AI provenance capture - Zero external dependencies (Python stdlib + git) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ae56ed..821d106 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,7 @@ Last updated: 2026-01-22 08:40 UTC | Plugin | Marketplace | Description | Author | Version | |--------|-------------|-------------|--------|---------| | [project-health-auditor](https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/plugins/mcp/project-health-auditor) | claude-code-plugins-plus | Multi-dimensional code health analysis with complexity, churn, and test coverage - identifies technical debt hot spots | Jeremy Longshore | 1.0.0 | +| [vitals](https://github.com/chopratejas/vitals) | vitals | Codebase vital signs — finds hotspots via git churn x complexity x centrality, ROI-ranked diagnosis where Claude reads hotspot files, co-change coupling, bus factor analysis, health trend tracking, and silent AI provenance capture. Zero dependencies. | Tejas Chopra | 0.2.0 | ## code-review