Explore

Find agent skills by outcome

79,595 skills indexed with the new KISS metadata standard.

Showing 24 of 79,595Categories: Data & Insights, Education, Coding & Debugging, Cursor-rules, General
Coding & Debugging
PromptBeginner5 minmarkdown

- Start from the diff

not the entire codebase; focus analysis on changed lines and their immediate callers and callees.

0
General
PromptBeginner5 minmarkdown

- Verify health check endpoints accurately reflect service readiness

not just process liveness.

0
General
PromptBeginner5 minmarkdown

- Validate idempotency of operations that may be retried by queues

load balancers

0
General
PromptBeginner5 minmarkdown

- Identify zero-downtime deployment risks from schema changes

cache invalidation

0
General
PromptBeginner5 minmarkdown

- Confirm that timeout

retry

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Assess infrastructure-as-code changes for resource sizing

scaling policy

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Check for data validation at trust boundaries: API inputs

file uploads

0
General
PromptBeginner5 minmarkdown

- Missing retry logic for transient failures in network calls

distributed locks

0
General
PromptBeginner5 minmarkdown

- Error message information leakage exposing stack traces

internal paths

0
General
PromptBeginner5 minmarkdown

- Review every modified function for introduced null dereference

type mismatch

0
General
PromptBeginner5 minmarkdown

- Missing fallback behavior when an agent's required tool

memory store

0
General
PromptBeginner5 minmarkdown

- Silent exception swallowing in catch blocks that neither log

re-throw

0
General
PromptBeginner5 minmarkdown

- Regular expression defects: catastrophic backtracking

greedy vs. lazy mismatch

0
General
PromptBeginner5 minmarkdown

- File descriptor leaks from unclosed streams

sockets

0
General
PromptBeginner5 minmarkdown

- Memory leaks from accumulated event listeners

growing caches without eviction

0
General
PromptBeginner5 minmarkdown

- Arithmetic overflow

underflow

0
General
PromptBeginner5 minmarkdown

- Incorrect boolean logic: negation errors

short-circuit evaluation misuse

0
General
PromptBeginner5 minmarkdown

- Comparison errors: using identity instead of equality

floating-point epsilon failures

0
General
PromptBeginner5 minmarkdown

- Assess build reproducibility by verifying lockfile integrity

pinned versions

0
General
PromptBeginner5 minmarkdown

- Off-by-one errors in loop bounds

array indexing

0
General
PromptBeginner5 minmarkdown

- Enumerate boundary values: empty collections

zero-length strings

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Evaluate backward compatibility risks in API changes

schema migrations

0
General
PromptBeginner5 minmarkdown

- Review error propagation across service boundaries for information loss

type mapping failures

0
General
PromptBeginner5 minmarkdown

- Verify that every state has a defined timeout

retry

0