Explore

Find agent skills by outcome

104,558 skills indexed with the new KISS metadata standard.

Showing 24 of 104,558Categories: Communication, Data, General
General
PromptBeginner5 minmarkdown

- Identify resource acquisition paths (connections

file handles

0
General
PromptBeginner5 minmarkdown

- Scan for known anti-patterns: double-checked locking without volatile

iterator invalidation

0
Data
PromptBeginner5 minmarkdown

- Check type coercion and implicit conversion points for data loss

truncation

0
General
PromptBeginner5 minmarkdown

- Verify boundary conditions on all loops

array accesses

0
General
PromptBeginner5 minmarkdown

- Trace variable lifecycles to detect use-before-initialization

use-after-free

0
General
PromptBeginner5 minmarkdown

- **Assess** error handling coverage for silent failures

swallowed exceptions

0
General
PromptBeginner5 minmarkdown

- **Identify** agent trigger conflicts where overlapping activation conditions can cause duplicate responses

routing ambiguity

0
General
PromptBeginner5 minmarkdown

- **Detect** race conditions

deadlocks

0
General
PromptBeginner5 minmarkdown

- **Predict** runtime failures by tracing execution paths through error-prone patterns

resource exhaustion scenarios

0
Data
PromptBeginner5 minmarkdown

Bug Risk Analyst Agent Role

# Bug Risk Analyst

0
General
PromptBeginner5 minmarkdown

- [ ] Invalid usage patterns produce clear

actionable compile-time errors.

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Definition**: The type

interface

0
General
PromptBeginner5 minmarkdown

- **Scope**: Which interfaces

functions

0
General
PromptBeginner5 minmarkdown

In `TODO_ts-type-expert.md`

include:

0
General
PromptBeginner5 minmarkdown

- Use key remapping (as) to rename

filter

0
General
PromptBeginner5 minmarkdown

- Apply modifiers (+readonly

-optional) to transform property attributes systematically.

0
General
PromptBeginner5 minmarkdown

- Always use a literal type discriminant property (kind

type

0
General
PromptBeginner5 minmarkdown

After adding types

verify:

0
General
PromptBeginner5 minmarkdown

- Confirm that invalid usage patterns now produce clear

actionable compile errors.

0
General
PromptBeginner5 minmarkdown

- Recursive types for tree structures

nested objects

0
General
PromptBeginner5 minmarkdown

- Choose between interfaces (object shapes) and type aliases (unions

intersections

0
General
PromptBeginner5 minmarkdown

- Review existing type definitions for gaps

inaccuracies

0
Data
PromptBeginner5 minmarkdown

- Identify all function signatures

data shapes

0