repowise
Understand codebases, assess change risk, and clean up code safely
All Skills in This Repository (8)
Pure Emerald Level Indicatorscodebase-exploration
Analyze Repowise-indexed codebases to reveal architecture, module maps, and ownership.
dead-code-cleanup
Identify and remove dead code in Repowise-indexed codebases with risk checks.
architectural-decisions
Identify and surface rationale behind architectural decisions from code, commits, and docs.
pre-modification-check
Assess code edit impact in Repowise-indexed repositories via get_risk.
code-health
Scores every file 1-10 for code health using deterministic complexity, churn, and coverage markers.
change-review
Reviews pull requests and diffs using change-risk scoring, blast-radius analysis, and test-gap detection.
codebase-exploration
Answers codebase questions using Repowise MCP tools for indexed architecture, symbols, and history.
dead-code-cleanup
Detects and safely removes unused files, exports, and packages via graph analysis.
Frequently Asked Questions
FAQPage SchemaHow to install Repowise?โผ
Run `npx skills add repowise-dev/repowise --all -g -y` in your terminal to install all skills in this suite globally.
How to understand an unfamiliar codebase with AI?โผ
Repowise builds a local index of your code, history, and decisions, then lets your AI agent answer architecture and 'how does this work' questions with cited evidence in one call.
How to check what breaks before editing code?โผ
The pre-modification and change-review skills show each file's dependents, blast radius, bug-fix history, and the exact tests to run before you merge.
Does Repowise work with Claude Code and Codex?โผ
Yes. It ships ready-made plugins and skills for Claude Code and Codex, and connects to Cursor or any MCP-compatible agent.
Does Repowise need an API key or cloud account?โผ
No. Core analysis runs fully locally on your machine with zero LLM calls, so your code never leaves your infrastructure.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core