cmd-analyze

Analyzes workspace codebases and generates scoped reports on security, performance, or full coverage.

829|80|Updated Aug 29, 2025
One-click install
npx skills add https://github.com/vinhnx/VTCode --skill cmd-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd-analyze
Source: https://github.com/vinhnx/VTCode/tree/main/crates/codegen/vtcode-skills/src/skills/assets/samples/cmd-analyze
Command: npx skills add https://github.com/vinhnx/VTCode --skill cmd-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often need a quick, structured assessment of their current workspace without manually reviewing every file. This Skill interprets a slash command argument and produces a focused codebase analysis with concrete findings and prioritized next actions.

Core Features & Use Cases

  • Scoped Analysis: Run a full workspace review or narrow the focus to security or performance concerns.
  • Actionable Reporting: Surfaces concrete findings, risks, and prioritized next steps based on actual workspace contents rather than generic advice.
  • Use Case: Before a release, run a security-scoped analysis of your repository to identify risky patterns and receive a concise list of issues to address first.

Quick Start

Invoke the /analyze command with an optional scope such as full, security, or performance to receive a concise analysis report of the current workspace.

Frequently Asked Questions about cmd-analyze

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

FAQPage Schema
How do I run a codebase analysis with a slash command?

Invoke /analyze followed by an optional scope argument. Use /analyze with no argument for a full workspace review, or pass full, security, or performance to focus the analysis on that area.

What analysis scopes does the analyze command support?

The command supports three scopes: full, security, and performance. An empty input defaults to a full workspace analysis covering the entire codebase.

Does the analysis use my actual project files?

Yes, the analysis is based on the current workspace contents, not generic advice. It reports concrete findings, risks, and prioritized next actions specific to your code.

What output does the workspace analysis produce?

It produces a concise, actionable report highlighting concrete findings, identified risks, and prioritized next steps. The response is kept short and focused on what to fix first.