Explore

Find agent skills by outcome

81,846 skills indexed with the new KISS metadata standard.

Showing 24 of 81,846Categories: Business, Coding & Debugging, Data, General
Coding & Debugging
PromptBeginner5 minmarkdown

Follow this systematic approach to deliver measurable

data-driven performance improvements while maintaining code quality and reliability.

0
Business
PromptBeginner5 minmarkdown

- **Improve memory management** through heap profiling

leak detection

0
Data
PromptBeginner5 minmarkdown

- **Tune database query performance** by analyzing execution plans

eliminating N+1 problems

0
General
PromptBeginner5 minmarkdown

- **Profile and identify bottlenecks** using appropriate profiling tools to establish baseline metrics for latency

throughput

0
Data
PromptBeginner5 minmarkdown

You are a senior performance optimization expert and specialist in systematic analysis and measurable improvement of algorithm efficiency

database queries

0
General
PromptBeginner5 minmarkdown

Performance Tuning Agent Role

# Performance Tuning Specialist

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_optimization-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT...

0
General
PromptBeginner5 minmarkdown

- Provide concrete fixes with expected impact

not vague consider optimizing advice

0
General
PromptBeginner5 minmarkdown

- Find actual or likely bottlenecks through evidence

not assumption

0
General
PromptBeginner5 minmarkdown

- [ ] Each finding includes evidence

severity

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-QUICK-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Evidence**: Specific code path

pattern

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-DEEP-1.1`):

0
General
PromptBeginner5 minmarkdown

- Technology stack

runtime environment

0
General
PromptBeginner5 minmarkdown

- Scope of audit (file

module

0
General
PromptBeginner5 minmarkdown

In `TODO_optimization-auditor.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed optimization findings and any code snippets to `TODO_optimization-auditor.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

- **Infinite retries without backoff**: Retry loops without exponential backoff

jitter

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Dead code and unused exports**: Functions

classes

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Unbounded data loading**: Queries or API calls without pagination

limits

0
General
PromptBeginner5 minmarkdown

- Check for idle resources

over-provisioned instances

0
Data
PromptBeginner5 minmarkdown

- Identify unnecessary copies of large data structures (pandas DataFrames

dicts)

0
General
PromptBeginner5 minmarkdown

- Identify blocking operations in Node.js event loop (sync I/O

CPU-heavy computation)

0