Explore

Find agent skills by outcome

84,719 skills indexed with the new KISS metadata standard.

Showing 24 of 84,719Categories: Data & Insights, Openclaw, General
General
PromptBeginner5 minmarkdown

- Identify bottlenecks using CPU profilers

memory profilers

0
General
PromptBeginner5 minmarkdown

- **Enhance async and concurrency patterns** by optimizing event loops

worker threads

0
General
PromptBeginner5 minmarkdown

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

throughput

0
General
PromptBeginner5 minmarkdown

Performance Tuning Agent Role

# Performance Tuning Specialist

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

Use checkboxes and stable IDs (e.g.

`OA-DEEP-1.1`):

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- Scope of audit (file

module

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`OA-QUICK-1.1`):

0
General
PromptBeginner5 minmarkdown

- Technology stack

runtime environment

0
General
PromptBeginner5 minmarkdown

In `TODO_optimization-auditor.md`

include:

0
General
PromptBeginner5 minmarkdown

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

jitter

0
General
PromptBeginner5 minmarkdown

- Check for idle resources

over-provisioned instances

0
General
PromptBeginner5 minmarkdown

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

CPU-heavy computation)

0
General
PromptBeginner5 minmarkdown

- Present quick wins (fast implementation

high value) as the first action items

0
General
PromptBeginner5 minmarkdown

- [ ] Quick wins (high ROI

low effort) are clearly separated from deeper refactors

0
General
PromptBeginner5 minmarkdown

- Identify actual bottlenecks through measurement

not assumption

0
General
PromptBeginner5 minmarkdown

- [ ] Each finding includes category

severity

0
General
PromptBeginner5 minmarkdown

After completing the optimization audit

verify:

0
General
PromptBeginner5 minmarkdown

- Compute waste from unnecessary retries

polling

0
General
PromptBeginner5 minmarkdown

- Latency distribution (p50

p95

0
General
PromptBeginner5 minmarkdown

- Poor join ordering

filter placement

0