One-click install
npx skills add https://github.com/Tony363/SuperClaude --skill sc-analyze-tony363
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sc-analyze
Source: https://github.com/Tony363/SuperClaude/tree/main/.claude/skills/sc-analyze
Command: npx skills add https://github.com/Tony363/SuperClaude --skill sc-analyze-tony363

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive code analysis, quality assessment, and issue diagnosis to improve code health, security, and performance.

Core Features & Use Cases

  • Code Quality & Security: Analyzes code for smells, vulnerabilities, and compliance issues.
  • Performance Optimization: Identifies performance bottlenecks and resource utilization patterns.
  • Troubleshooting: Diagnoses bugs, build failures, and deployment issues.
  • Use Case: When encountering a build failure, use this skill with the --troubleshoot and --focus build flags to diagnose the root cause and potentially auto-fix the issue.

Quick Start

Analyze the code in the 'src/utils' directory for quality and security issues.

Frequently Asked Questions about sc-analyze

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

FAQPage Schema
How do I diagnose the root cause of a build failure in my source code?

To diagnose a build failure, you can run code analysis with the troubleshoot and focus build flags to identify the root cause and potentially auto-fix the deployment issue.

What is multi-domain code analysis and how does it assess software quality?

Multi-domain code analysis evaluates source code health by scanning for code smells, security vulnerabilities, and compliance issues to provide a comprehensive quality assessment.

How do I identify performance bottlenecks and resource utilization patterns?

You identify performance bottlenecks by running a performance optimization analysis, which detects inefficient resource utilization patterns and highlights areas for improvement.

Can I use this code analysis skill to review my software architecture?

Yes, the code analysis skill supports architecture reviews alongside quality, security, and performance assessments to evaluate your software's structural design.

What is the best way to troubleshoot bugs and deployment issues during development?

The best way to troubleshoot bugs and deployment issues is to use issue diagnosis features that integrate with external tools for advanced analysis and coordinated debugging.

Does code analysis work with external tools for advanced issue diagnosis?

Yes, code analysis integrates with PAL and Rube MCPs to coordinate external tools, enabling advanced issue diagnosis and multi-domain troubleshooting for complex software problems.