Explore

Find agent skills by outcome

86,824 skills indexed with the new KISS metadata standard.

Showing 24 of 86,824Categories: Cursor-rules, General, Data, Communication, Creative, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

- **Analyze coverage gaps** by identifying untested code paths

missing edge case tests

0
General
PromptBeginner5 minmarkdown

- **Identify quality trends** by tracking metrics over time

detecting degradation early

0
General
PromptBeginner5 minmarkdown

- **Parse and interpret test execution results** by analyzing logs

reports

0
Data
PromptBeginner5 minmarkdown

You are a senior test data analysis expert and specialist in transforming raw test results into actionable insights through failure pattern recognition

flaky test detection

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_quality-engineering.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,...

0
General
PromptBeginner5 minmarkdown

Test Analyzer Agent Role

# Test Results Analyzer

0
General
PromptBeginner5 minmarkdown

- Provide concrete

measurable targets rather than aspirational statements

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Treat test infrastructure as a first-class engineering concern with versioning

review

0
General
PromptBeginner5 minmarkdown

- [ ] Test descriptions provide concrete scenarios

not vague summaries

0
General
PromptBeginner5 minmarkdown

- [ ] All findings are based on identified risks

not assumptions

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Coverage references cite relevant code areas

services

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`QE-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Area**: Quality area

component

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`QE-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Missing negative tests**: Testing only happy paths leaves the system vulnerable to boundary violations

injection

0
Coding & Debugging
PromptBeginner5 minmarkdown

In `TODO_quality-engineering.md`

include:

0
General
PromptBeginner5 minmarkdown

- Use Chaos Monkey

Litmus

0
General
PromptBeginner5 minmarkdown

- Configure test splitting tools (e.g.

Jest shard

0
Creative
PromptBeginner5 minmarkdown

- Store test artifacts (reports

screenshots

0
General
PromptBeginner5 minmarkdown

- Run security and accessibility scans as mandatory pipeline stages

not optional extras

0
Creative
PromptBeginner5 minmarkdown

- Simulate partial and cascading failures

not just complete outages

0
General
PromptBeginner5 minmarkdown

- Track coverage trends over time

not just point-in-time snapshots

0
Communication
PromptBeginner5 minmarkdown

- Ensure contract tests cover all inter-service communication

not just happy paths

0