Explore

Find agent skills by outcome

10,216 skills indexed with the new KISS metadata standard.

Showing 24 of 10,216Categories: Cursor-rules, Communication, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Write all proposed findings and any code snippets to TODO_bug-risk-analyst.md only. Do not create an...

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Hardcoded environmental assumptions: Paths

URLs

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Implicit ordering assumptions: Code that depends on a specific execution order of async tasks

event handlers

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Rank findings by the product of probability and blast radius

not by defect category or code location.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Verify that every new variable is initialized before use on all code paths

including early returns and exception handlers.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Start from the diff

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Check for data validation at trust boundaries: API inputs

file uploads

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Assess infrastructure-as-code changes for resource sizing

scaling policy

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Evaluate backward compatibility risks in API changes

schema migrations

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Detect assumptions about environment: hardcoded paths

platform-specific APIs

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Map all external dependency calls (database

API

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Examine control flow for unreachable code

dead branches

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

off-by-one faults

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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 minmarkdownQuality: 26

Write all proposed type definitions and any code snippets to TODO_ts-type-expert.md only. Do not cre...

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Thoroughly understand the code's intent

data flow

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Add precise

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

conditional types

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

RULE: When using this prompt

you must create a file named TODO_tool-evaluator.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 minmarkdownQuality: 22

- Measure actual developer productivity

not theoretical feature counts.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Write all proposed evaluation findings and any code snippets to TODO_tool-evaluator.md only. Do not...

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Interview developers who have used the tool in production

not just advocates.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Debugging tools: built-in

effective

0