performance-assessment

Identify performance bottlenecks in code through static analysis.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill performance-assessment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-assessment
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/performance-assessment
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill performance-assessment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies performance bottlenecks, inefficient patterns, and optimization opportunities through static code analysis, allowing for targeted code optimization.

Core Features & Use Cases

  • Static Code Analysis: Identifies patterns that cause performance issues based on established engineering knowledge.
  • Adaptive Depth Analysis: Offers three depth levels (1-3) for different levels of analysis.
  • Findings with Impact Ratings: Rates findings by estimated impact (high, medium, low) for informed prioritization.
  • Output Format: Generates a structured performance.md report with findings, recommendations, and an optimization roadmap.

Quick Start

Run the performance assessment for your project at level 2.

Frequently Asked Questions about performance-assessment

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

FAQPage Schema
How do I find performance bottlenecks in my code through static analysis?

Static analysis identifies performance bottlenecks by detecting inefficient code patterns based on established engineering knowledge. It operates across three depth levels, from common hotspots to architectural reviews, outputting findings with impact ratings for prioritized optimization.

What is the best way to prioritize code optimization recommendations?

Code optimization recommendations are prioritized using estimated impact ratings of high, medium, or low. This allows you to target the most critical performance bottlenecks first, generating a structured optimization roadmap for your project.

How do I run a performance assessment for an existing project?

To run a performance assessment, provide access to your code and documentation. The analysis operates on a depth scale from 1 to 3, allowing you to choose the level of scrutiny needed to uncover performance issues and inefficient patterns.

What do I need to provide for a static code analysis of performance issues?

Static code analysis requires code access and documentation to identify performance bottlenecks. Once provided, it analyzes the codebase for inefficient patterns and outputs a structured performance report with actionable optimization recommendations.

What output format does the performance analysis generate?

The performance analysis generates a structured performance.md report. This report includes detailed findings, recommendations, and an optimization roadmap to guide your code improvements based on identified performance bottlenecks.