Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions data/tools/repowise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Repowise
categories:
- linter
tags:
- python
- typescript
- javascript
- java
- kotlin
- go
- rust
- cpp
- csharp
- scala
- ruby
- c
- swift
- php
- dart
- sql
- security
- git
- ci
license: AGPL-3.0
types:
- cli
- service
- ide-plugin
source: 'https://github.com/repowise-dev/repowise'
homepage: 'https://www.repowise.dev'
resources:
- title: Code health documentation
url: https://github.com/repowise-dev/repowise/blob/main/docs/CODE_HEALTH.md
description: >-
Deterministic, zero-LLM code-health analysis. Scores every file 1-10 for
defect risk, maintainability, and performance from 25 markers: McCabe
complexity, LCOM4 cohesion, god classes, Rabin-Karp clone detection, change
entropy, and untested hotspots. Adds a dependency graph, dead-code detection,
git-history signals (churn, ownership, co-change), and concrete graph-aware
refactoring plans. Ships as a CLI, an MCP server, and a VS Code extension
across 15 languages.
Loading