repowiserepowise
Features
Code health
A defect-validated 1 to 10 score per file. Zero LLM.
Agent provenance
See how much of your code AI wrote, and whether it is healthy.
AI context (MCP)
Ten MCP tools that give your agent real codebase context.
Change risk
A 0 to 10 defect-risk score for any commit or PR.
Security
Reachability-aware CVE triage on your dependency graph.
Auto wiki
A documented wiki of your codebase that rebuilds itself.
Git intelligence
Hotspots, ownership, hidden coupling, and bus factor.
Architecture (C4)
C4 system context, containers, and components.
Decisions
Architectural decisions mined from eight sources.
Solutions
developers
Give Claude Code, Cursor, and any MCP client a queryable model of your repo.
teams
One shared index, one credit pool, one org install. The whole team on the same brain.
team leads
Flag the risky PRs, the hotspots, and the hidden coupling, on every pull request.
engineering leaders
See how much of your code AI wrote, whether it is healthy, and who owns it.
security
CVE triage that knows whether you actually call the vulnerable code.
enterprise
Self-hosted, air-gapped, and commercially licensed for the whole org.
Book a demo →
Guides
Code healthAI context & MCPGit intelligenceChange riskArchitectureAuto-wikiDecisions & ADRsAgent provenanceSecurityAll guides →
Compare
vs CodeScenevs DeepWikivs Sourcegraphvs Cursorvs GitClearvs SonarQubeAll comparisons →
PricingExploreBlogDocs
Star—Sign in
Start free
  1. Home
  2. Blog
  3. Guides
BLOG / GUIDES

Guides

Practical guides for codebase documentation, onboarding, and code quality

Index your repo freeAll posts
AllComparisonsGuidesMCP & AI AgentsEngineeringUse CasesConceptsIndustryAI Coding
guides8 min read

CLAUDE.md & AGENTS.md: The Complete Guide

What CLAUDE.md and AGENTS.md are, what to put in them, best practices, and how to keep them fresh automatically. Learn to give coding agents real repo context.

2026-06-26Read →
guides9 min read

Code Health: The Complete Guide (2026)

Code health is a defect-validated measure of how risky code is to change, scored from 49 deterministic markers across three pillars. Reproduce it on your repo.

2026-06-26Read →
guides10 min read

Codebase Documentation That Stays Current

Living codebase documentation rebuilds on every commit, scores its own freshness, and feeds AI agents. Learn how it works and start with repowise free.

2026-06-26Read →
guides9 min read

Git Intelligence: Hotspots, Ownership & Coupling Explained

Git intelligence reads your git history to surface hotspots, code ownership, bus factor, and change coupling. Learn how the signals work and where to start.

2026-06-26Read →
guides9 min read

How to Prioritize Technical Debt (Impact-per-Effort)

Prioritize technical debt by impact-per-effort: rank refactoring targets, find dead code, and read coverage as risk. Build your ranked worklist today.

2026-06-26Read →
guides11 min read

Spotting Declining Code Health Trends Before They Bite

Declining code health is usually a slow-burn problem. Teams feel it as “everything takes longer” long before they see a hard failure. The trick is not…

2026-05-20Read →
guides11 min read

Hidden Coupling: Finding the Files That Always Change Together

Hidden coupling is the code you do not see in imports. Two files have no direct dependency on paper, yet they still move together every few weeks because…

2026-05-20Read →
guides12 min read

Nested Complexity vs Cyclomatic Complexity (and Why It Matters)

Nested complexity is the metric people reach for when cyclomatic complexity stops telling the truth. Cyclomatic complexity counts decision paths. Nested…

2026-05-20Read →
guides13 min read

Refactoring Priorities: Picking What to Fix First

Most teams do not have a refactoring problem. They have a refactoring priorities problem. There is always more code that could be cleaned up than time to…

2026-05-20Read →
guides11 min read

Untested Hotspots: The Highest-Leverage Coverage Targets

Untested hotspots are the files most likely to break your product and the least likely to catch it in CI. The signal is simple: high churn, low or zero…

2026-05-20Read →
guides13 min read

What Is Code Health? A Practical Guide to the 21 Markers

What is code health? It is the part of a codebase that tells you whether the system will stay easy to change next week, next month, and next quarter. Code…

2026-05-20Read →
Use git history to catch stale ADRs before they mislead agents
guides10 min read

Use git history to catch stale ADRs before they mislead agents

Use git history to flag stale decisions in an architecture decision records workflow. Catch drift early with a 500-commit view before agents follow old code.

2026-05-20Read →
Generate a CLAUDE.md from your repo’s ADRs and wiki
guides10 min read

Generate a CLAUDE.md from your repo’s ADRs and wiki

Generate claude.md from ADRs and wiki into a day-one agent brief: 1 file, clear rules, and links to the decisions that matter most.

2026-05-17Read →
Generate claude.md from a real repo, not a blank page
guides12 min read

Generate claude.md from a real repo, not a blank page

Generate claude.md from repo architecture, ownership, and recent changes with MCP calls. Give Claude Code a day-one brief that cuts guessing.

2026-05-10Read →
guides10 min read

How to Auto-Generate Documentation for Your Codebase with AI

Every engineering team starts with a noble intention: 'We will document everything.' It begins with a clean README, a few architecture diagrams in Excalidraw...

2026-04-01Read →
guides10 min read

Code Ownership and Bus Factor: Mining Git History for Team Risk

Every engineering leader has a 'nightmare scenario': a critical system fails at 3:00 AM, and the only person who understands the underlying logic is unreacha...

2026-04-01Read →
guides9 min read

Developer Onboarding Is Broken: Here's How to Fix It with Codebase Intelligence

The first week at a new engineering job is often a blur of HR orientation, hardware setup, and the inevitable 'Valley of Despair' that comes with cloning a m...

2026-04-01Read →
guides10 min read

How to Find Dead Code in Your Repository (and Why You Should)

Every codebase is a graveyard of good intentions. In the rush to ship features, we often focus on what to add, rarely on what to remove. Over time, your repo...

2026-04-01Read →
guides10 min read

Git Hotspot Analysis: Find the Riskiest Files in Your Codebase

Every codebase has a 'haunted graveyard,' a module so fragile and convoluted that developers avoid touching it at all costs. These files are often the source ...

2026-04-01Read →
guides9 min read

How to Generate a CLAUDE.md File for Your Repository

For years, the `README.md` has served as the primary entry point for human developers. It describes the 'what' and the 'how' of a project, providing just eno...

2026-04-01Read →
guides10 min read

Keeping Documentation Fresh: Why Stale Docs Are Worse Than No Docs

In the world of software engineering, there is a pervasive myth that some documentation is always better than no documentation. We treat the README, the inte...

2026-04-01Read →
guides9 min read

repowise init: One Command to Index Your Entire Codebase

Every software engineer has experienced the 'Day Zero' friction of a new project: cloning a massive repository, staring at a directory structure with 2,000 f...

2026-04-01Read →

Index your repo free

Index your repo freeRead the docs
repowiserepowise

Codebase intelligence for AI agents. Open source under AGPL-3.0, hosted SaaS for teams.

Features
  • Code health
  • Agent provenance
  • AI context (MCP)
  • Change risk
  • Security
  • Auto wiki
  • Git intelligence
  • Architecture (C4)
  • Decisions
Solutions
  • For developers
  • For teams
  • For team leads
  • For engineering leaders
  • For security
  • For enterprise
Compare
  • vs CodeScene
  • vs DeepWiki
  • vs Sourcegraph
  • vs Cursor
  • vs GitClear
  • vs SonarQube
  • vs Snyk Code
  • vs Codacy
  • vs Code Climate / qlty
  • vs Qodo
  • vs Greptile
  • vs Swimm
  • vs CodeRabbit
  • vs CodeGraph
  • vs Graphify
  • vs Serena
  • vs code-review-graph
  • All comparisons
Guides
  • Code health
  • AI context & MCP
  • Git intelligence
  • Change risk
  • Architecture
  • Auto-wiki
  • Decisions & ADRs
  • Agent provenance
  • Security
  • All guides
Product
  • Pricing
  • PR Bot
  • Browse indexed repos
  • Health leaderboard
  • Book a demo
Resources
  • GitHub
  • Docs
  • Benchmarks
  • Blog
  • Discord
About
  • Founder
  • Architecture
  • Contact
Legal
  • Privacy
  • Terms
  • Security
© 2026 repowise. AGPL-3.0.hello@repowise.dev
Featured on Aura++