Coding & Debugging
PromptBeginner5 minmarkdown
After completing API testing
verify:
0
Explore
86,543 skills indexed with the new KISS metadata standard.
verify:
databases
throughput
retry behavior
internal paths
missing expiration
or retries without backoff causing retry storms
memory stable without unbounded growth
4xx errors <5% (excluding 401/403)
write-heavy APIs >100 RPS per instance
p95 latency > 500ms
complex query <500ms (p95)
error rate
structured error bodies
data type correctness
not swallowed or leaked as 500s
memory
capturing p50
spike test (10x sudden increase)
performance dashboards
database connection drops
identifying N+1 queries
gradually increasing load to find breaking points
testing backward compatibility