Explore

Find agent skills by outcome

86,351 skills indexed with the new KISS metadata standard.

Showing 24 of 86,351Categories: General, Creative, Data, Cursor-rules, Coding & Debugging
General
PromptBeginner5 minmarkdown

- **Error Rates**: 5xx errors <0.1%

4xx errors <5% (excluding 401/403)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Throughput**: Read-heavy APIs >1000 RPS per instance

write-heavy APIs >100 RPS per instance

0
General
PromptBeginner5 minmarkdown

- Configure meaningful alerts based on SLI/SLO thresholds (e.g.

p95 latency > 500ms

0
General
PromptBeginner5 minmarkdown

- **Response Time**: Simple GET <100ms (p95)

complex query <500ms (p95)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Set up comprehensive API metrics: request rate

error rate

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Test error response consistency: correct HTTP status codes

structured error bodies

0
Data
PromptBeginner5 minmarkdown

- Verify required vs optional field handling

data type correctness

0
General
PromptBeginner5 minmarkdown

- Test proper error propagation: errors are meaningful

not swallowed or leaked as 500s

0
General
PromptBeginner5 minmarkdown

- Identify resource bottlenecks (CPU

memory

0
General
PromptBeginner5 minmarkdown

- Profile endpoint response times at baseline load

capturing p50

0
Creative
PromptBeginner5 minmarkdown

- Design load test scenarios: gradual ramp

spike test (10x sudden increase)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Establish observability** by setting up API metrics

performance dashboards

0
Data
PromptBeginner5 minmarkdown

- **Test system resilience** by simulating network failures

database connection drops

0
General
PromptBeginner5 minmarkdown

- **Profile endpoint performance** by measuring response times under various loads

identifying N+1 queries

0
General
PromptBeginner5 minmarkdown

- **Execute load and stress tests** by simulating realistic user behavior

gradually increasing load to find breaking points

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Validate API contracts** against OpenAPI/Swagger specifications

testing backward compatibility

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior API testing expert and specialist in performance testing

load simulation

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_vulnerability-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,TEX...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Provide implementable fix code

not just descriptions of problems.

0
Coding & Debugging
PromptBeginner5 minmarkdown

API Tester Agent Role

# API Tester

0
General
PromptBeginner5 minmarkdown

- [ ] Remediation steps are specific and implementable

not generic advice.

0
General
PromptBeginner5 minmarkdown

- Examine what controls are absent

not just what is present.

0
General
PromptBeginner5 minmarkdown

- [ ] Findings include severity

description

0
Data
PromptBeginner5 minmarkdown

- **Impact**: Business impact

data exposure risk

0