optimize

Identify performance bottlenecks and propose minimal changes with explicit metrics.

2|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/leanbusqts/agent47 --skill optimize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/leanbusqts/agent47/tree/main/templates/skills/optimize
Command: npx skills add https://github.com/leanbusqts/agent47 --skill optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and reduce performance bottlenecks and resource waste by providing structured optimization guidance with evidence and clear trade-offs.

Core Features & Use Cases

  • Hotspot Identification: Pinpoint performance bottlenecks in code, queries, and deployments.
  • Evidence-based Tuning: Propose concrete, minimal changes with measurable impact and documented assumptions.
  • Use Case: When a service exhibits high latency, use this Skill to outline a small set of changes, expected gains, and risks, then compare alternatives.

Quick Start

Start by restating the optimization goal, listing baseline metrics, and outlining two to three low-risk changes to test.

Frequently Asked Questions about optimize

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

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

To identify performance bottlenecks, you restate your optimization goals and list baseline metrics. This process pinpoints hotspots in code, queries, and deployments to target latency and resource waste reduction.

What is the best way to reduce high latency in a service?

The best way to reduce high latency is outlining two to three low-risk changes to test. You evaluate expected gains and risks against baseline metrics to iteratively lower latency in your runtime and deployment contexts.

Can I use this approach for iterative development and testing scenarios?

Yes, you can use this optimization approach during iterative development and testing. It applies to runtimes and deployment contexts where you must iteratively evaluate impact and reduce memory usage or cost.

How do I evaluate the trade-offs of resource usage optimizations?

You evaluate trade-offs by comparing alternatives with explicit metrics and assumptions. This structured optimization guidance helps you document risks and measure the impact of minimal changes on resource usage.