From 1f203f3db35419779a2fa311b2edc23e75d297d8 Mon Sep 17 00:00:00 2001 From: Miguelbravo7 <38265948+miguelbravo7@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:34:55 +0100 Subject: [PATCH] Add code-inspector --- data/tools/code-inspector.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/tools/code-inspector.yml diff --git a/data/tools/code-inspector.yml b/data/tools/code-inspector.yml new file mode 100644 index 000000000..3f6daa7f3 --- /dev/null +++ b/data/tools/code-inspector.yml @@ -0,0 +1,28 @@ +name: code-inspector +categories: + - linter +tags: + - go + - python + - javascript + - typescript + - rust + - java + - c + - cpp + - csharp + - ruby + - php + - scala +license: MIT License +types: + - cli +source: 'https://github.com/miguelbravo7/code-inspector' +homepage: 'https://github.com/miguelbravo7/code-inspector' +description: >- + A Go CLI and library that ranks code by complexity x git churn to surface + refactoring hotspots. Reports cyclomatic and cognitive complexity, Halstead + metrics and a Maintainability Index, token-normalized duplicate-code (clone) + detection, and an import dependency graph (fan-in/fan-out and cycle detection) + across many languages via tree-sitter. Also ships a Claude Code skill for + AI-assisted code review.