Explore

Find agent skills by outcome

13,454 skills indexed with the new KISS metadata standard.

Showing 24 of 13,454Categories: Education, Coding & Debugging, Data, Creative, Openclaw
Data
PromptBeginner5 minmarkdown

- Assess data serialization and deserialization for version skew

missing fields

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
Data
PromptBeginner5 minmarkdown

- Data races on shared mutable state without locks

atomics

0
Creative
PromptBeginner5 minmarkdown

- Audit third-party dependency versions for known bugs

deprecation warnings

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Evaluate backward compatibility risks in API changes

schema migrations

0
Creative
PromptBeginner5 minmarkdown

- Detect state corruption risks from concurrent transitions

partial updates

0
Data
PromptBeginner5 minmarkdown

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

database reads

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Map all external dependency calls (database

API

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Detect assumptions about environment: hardcoded paths

platform-specific APIs

0
Data
PromptBeginner5 minmarkdown

- Check type coercion and implicit conversion points for data loss

truncation

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Examine control flow for unreachable code

dead branches

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Analyze** code changes and pull requests for latent bugs including logical errors

off-by-one faults

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Data
PromptBeginner5 minmarkdown

Bug Risk Analyst Agent Role

# Bug Risk Analyst

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_ts-type-expert.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wkaan...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed type definitions and any code snippets to `TODO_ts-type-expert.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Creative
PromptBeginner5 minmarkdown

- Create utility types like DeepPartial

DeepReadonly for recursive property modification.

0
Creative
PromptBeginner5 minmarkdown

- Leverage built-in utility types (Partial

Required

0
Creative
PromptBeginner5 minmarkdown

- Add type annotations incrementally

starting with the most critical interfaces and working outward.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Thoroughly understand the code's intent

data flow

0
Data
PromptBeginner5 minmarkdown

- Identify all function signatures

data shapes

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Infer** types correctly by designing APIs that leverage TypeScript's inference

conditional types

0
Coding & Debugging
PromptBeginner5 minmarkdown

Add precise

ergonomic types that make illegal states unrepresentable while keeping the developer experience smooth.

0