codeprobe

Orchestrate a read-only multi-skill audit pipeline and output a markdown dashboard.

4|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nishilbhave/codeprobe --skill codeprobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codeprobe
Source: https://github.com/nishilbhave/codeprobe/tree/main/skills/codeprobe
Command: npx skills add https://github.com/nishilbhave/codeprobe --skill codeprobe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CodeProbe provides automated, read-only code review and audit capabilities that produce a comprehensive health dashboard and actionable findings without changing the user's code.

Core Features & Use Cases

  • Auto-detects the project's tech stack and data sources to tailor analysis.
  • Routes to a suite of sub-skills (security, SOLID, architecture, design patterns, performance, errors, tests, framework, code smells) to generate structured findings with severity and fix prompts.
  • Outputs a markdown report with a dashboard, hotspots, and a prioritized remediation plan; saves artifacts to ./codeprobe-reports.

Quick Start

Run /codeprobe audit <path> to generate a full health dashboard and findings report for the target project.

Frequently Asked Questions about codeprobe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an automated static analysis and code audit without modifying my codebase?

Automated static analysis and code audit can be performed read-only by running /codeprobe audit <path>, which orchestrates a multi-skill pipeline over your codebase without modifying it. It generates a structured markdown dashboard with category scores, hotspots, and prioritized remediation plans.

What does a comprehensive code review report include for security and architecture assessment?

A comprehensive code review report includes a markdown dashboard with category scores, identified hotspots, and detailed findings with severity levels. It also provides copy-pasteable fix prompts for remediation across security, architecture, SOLID, performance, and design pattern domains.

Can I use this automated audit pipeline for large-scale codebases with mixed tech stacks?

Yes, this automated audit pipeline is designed for scale and auto-detects the project's tech stack and data sources to tailor the analysis. It routes to nine sub-skills in a fixed sequence, ensuring comprehensive coverage across mixed frameworks without requiring manual configuration.

How do I generate actionable fix prompts for code smells and security vulnerabilities?

Actionable fix prompts for code smells and security vulnerabilities are generated automatically by routing analysis through specialized sub-skills. These sub-skills evaluate the parsed sources and output copy-pasteable remediation prompts alongside severity scores in the final markdown report.

Is there a risk of the static analysis tool altering my source files during the review process?

No, there is no risk of altering source files because the static analysis pipeline enforces strict read-only safety constraints. It loads pre-parsed sources and references to evaluate the codebase, ensuring your original code remains completely untouched during the audit process.