perf

Trace hot paths and plan performance optimizations for software applications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CuongTran69/tramthientra --skill perf-cuongtran69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf
Source: https://github.com/CuongTran69/tramthientra/tree/main/.augment/skills/perf
Command: npx skills add https://github.com/CuongTran69/tramthientra --skill perf-cuongtran69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams plan performance optimization by identifying bottlenecks, assessing impact, and implementing improvements, with optional spec creation.

Core Features & Use Cases

  • Investigate performance bottlenecks by tracing actual code execution paths and forming testable hypotheses.
  • Explore problem space with structured reasoning, clarifications, and re-framing.
  • Surface risks, surface unknowns, and surface implementation options to guide decisions.
  • Provide a decision framework to compare options and validate choices with data.

Quick Start

Begin by loading the shared explore mode, then trace bottlenecks in the codebase and set up measurable performance goals.

Frequently Asked Questions about perf

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

FAQPage Schema
How do I identify performance bottlenecks in my codebase?

Plan performance optimization by exploring the problem space with structured reasoning, surfacing risks and implementation options, and using a decision framework to compare choices and validate them with data.

How do I plan performance optimization for scalability across architectures?

Plan performance optimization by exploring the problem space with structured reasoning, surfacing risks and implementation options, and using a decision framework to compare choices and validate them with data.

What is the best way to measure the impact of code optimization strategies?

Measure the impact of code optimization strategies by setting up measurable performance goals and establishing guardrails, ensuring that optimizations are validated with data before implementation.

How do I trace hot paths to investigate software performance issues?

Trace hot paths by investigating the codebase to surface unknowns and implementation options, applying structured profiling to guide decisions on where performance issues originate in the code execution.

Do I need profiling metrics to optimize application performance?

Yes, you need profiling metrics and structured metrics collection to optimize application performance, as they are required to trace hot paths, measure impact, and set up measurable performance goals.