Explore

Find agent skills by outcome

96,902 skills indexed with the new KISS metadata standard.

Showing 24 of 96,902Categories: Operations & Workflow, General
General
PromptBeginner5 minmarkdown

- **Description**: Technical explanation of the bug risk

failure mode

0
General
PromptBeginner5 minmarkdown

- Any prior incidents

known fragile areas

0
General
PromptBeginner5 minmarkdown

- **Methodology**: Static analysis

trace-based reasoning

0
General
PromptBeginner5 minmarkdown

- The repository

branch

0
General
PromptBeginner5 minmarkdown

- **Overlapping agent triggers**: Multiple agent personas that activate on semantically similar queries without a disambiguation mechanism will produce duplicate

conflicting

0
General
PromptBeginner5 minmarkdown

- **Missing fallback in stateful agents**: Agent definitions that assume tool calls

memory reads

0
General
PromptBeginner5 minmarkdown

- **Silent catch blocks**: Exception handlers that swallow errors without logging

metrics

0
General
PromptBeginner5 minmarkdown

- **Unbounded resource growth**: Collections

caches

0
General
PromptBeginner5 minmarkdown

- Check for split-brain risks in leader election

distributed locks

0
General
PromptBeginner5 minmarkdown

- Check for unchecked error returns from functions that follow the `(value

error)` convention.

0
General
PromptBeginner5 minmarkdown

- Verify `===` usage instead of `==` to avoid type coercion surprises with null

undefined

0
General
PromptBeginner5 minmarkdown

- Simulate edge-case user inputs mentally: empty queries

ambiguous phrasing

0
General
PromptBeginner5 minmarkdown

- Verify that test suites include concurrency stress tests

not just single-threaded happy-path coverage.

0
General
PromptBeginner5 minmarkdown

- Check each branch condition for off-by-one

negation

0
General
PromptBeginner5 minmarkdown

- Verify health check endpoints accurately reflect service readiness

not just process liveness.

0
General
PromptBeginner5 minmarkdown

- Identify zero-downtime deployment risks from schema changes

cache invalidation

0
General
PromptBeginner5 minmarkdown

- Validate idempotency of operations that may be retried by queues

load balancers

0
General
PromptBeginner5 minmarkdown

- Review every modified function for introduced null dereference

type mismatch

0
General
PromptBeginner5 minmarkdown

- Confirm that timeout

retry

0
General
PromptBeginner5 minmarkdown

- Error message information leakage exposing stack traces

internal paths

0
General
PromptBeginner5 minmarkdown

- Silent exception swallowing in catch blocks that neither log

re-throw

0
General
PromptBeginner5 minmarkdown

- Missing retry logic for transient failures in network calls

distributed locks

0
General
PromptBeginner5 minmarkdown

- Missing fallback behavior when an agent's required tool

memory store

0
General
PromptBeginner5 minmarkdown

- Memory leaks from accumulated event listeners

growing caches without eviction

0