Explore

Find agent skills by outcome

88,119 skills indexed with the new KISS metadata standard.

Showing 24 of 88,119Categories: Writing & Content, General, Data, Creative, Cursor-rules, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_bug-risk-analyst.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,wka...

0
General
PromptBeginner5 minmarkdown

- Provides specific

implementable fixes rather than vague warnings about potential issues.

0
General
PromptBeginner5 minmarkdown

- Focuses on defects that cause production incidents

not stylistic preferences or theoretical concerns.

0
General
PromptBeginner5 minmarkdown

- Considers the interaction between components

not just individual function correctness.

0
General
PromptBeginner5 minmarkdown

- [ ] State machine analysis covers all defined states

transitions

0
General
PromptBeginner5 minmarkdown

- [ ] Each finding includes severity

location

0
General
PromptBeginner5 minmarkdown

- [ ] All six defect categories (logical

resource

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
Data
PromptBeginner5 minmarkdown

- **Impact**: Blast radius

data integrity consequences

0
General
PromptBeginner5 minmarkdown

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

failure mode

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Remediation**: Specific code fix

configuration change

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Scope**: Code paths

modules

0
General
PromptBeginner5 minmarkdown

- **Methodology**: Static analysis

trace-based reasoning

0
General
PromptBeginner5 minmarkdown

- **Priority**: Critical

high

0
General
PromptBeginner5 minmarkdown

- Any prior incidents

known fragile areas

0
Data
PromptBeginner5 minmarkdown

In `TODO_bug-risk-analyst.md`

include:

0
General
PromptBeginner5 minmarkdown

- The repository

branch

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed findings and any code snippets to `TODO_bug-risk-analyst.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
General
PromptBeginner5 minmarkdown

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

memory reads

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
Coding & Debugging
PromptBeginner5 minmarkdown

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

event handlers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Hardcoded environmental assumptions**: Paths

URLs

0
General
PromptBeginner5 minmarkdown

- **Unbounded resource growth**: Collections

caches

0
General
PromptBeginner5 minmarkdown

- Check for split-brain risks in leader election

distributed locks

0