Explore

Find agent skills by outcome

101,273 skills indexed with the new KISS metadata standard.

Showing 24 of 101,273Categories: Data, Openclaw, General
General
PromptBeginner5 minmarkdown

- Analyze agent persona definitions for contradictory instructions

ambiguous decision boundaries

0
General
PromptBeginner5 minmarkdown

- Verify that every state has a defined timeout

retry

0
General
PromptBeginner5 minmarkdown

- Assess memory visibility guarantees: missing volatile/atomic annotations

unsynchronized lazy initialization

0
Data
PromptBeginner5 minmarkdown

- Evaluate check-then-act patterns (TOCTOU) in file operations

database reads

0
General
PromptBeginner5 minmarkdown

- Identify shared mutable state accessed from multiple threads

goroutines

0
General
PromptBeginner5 minmarkdown

- Analyze memory allocation patterns for unbounded growth

large allocations under load

0
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
General
PromptBeginner5 minmarkdown

- Trace variable lifecycles to detect use-before-initialization

use-after-free

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

- **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

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

resource exhaustion scenarios

0
General
PromptBeginner5 minmarkdown

- **Detect** race conditions

deadlocks

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

- Always use a literal type discriminant property (kind

type

0
General
PromptBeginner5 minmarkdown

- Apply modifiers (+readonly

-optional) to transform property attributes systematically.

0