Explore

Find agent skills by outcome

80,718 skills indexed with the new KISS metadata standard.

Showing 24 of 80,718Categories: Operations & Workflow, Coding & Debugging, Data, General
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_test-analyzer.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,wkaand...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Connects test data to business outcomes: user satisfaction

developer productivity

0
General
PromptBeginner5 minmarkdown

- Provides specific recommendations

not generic advice

0
General
PromptBeginner5 minmarkdown

- Quantifies the impact of quality issues in terms teams care about: time

risk

0
Data
PromptBeginner5 minmarkdown

- Transforms overwhelming data into clear

actionable stories that teams can act on

0
General
PromptBeginner5 minmarkdown

- Identifies patterns humans are too close to notice

like gradual degradation

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Coverage gaps are prioritized by risk (code churn

complexity

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Recommendations are specific

actionable

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Impact**: Developer time

CI delays

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`TRAN-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`TRAN-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

In `TODO_test-analyzer.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed analysis findings and any code snippets to `TODO_test-analyzer.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
Data
PromptBeginner5 minmarkdown

- Summary of test data sources

analysis period

0
General
PromptBeginner5 minmarkdown

### Coverage Tools (Istanbul

Coverage.py

0
General
PromptBeginner5 minmarkdown

- Track coverage percentages at file

directory

0
General
PromptBeginner5 minmarkdown

- Parse structured test reports for pass/fail/skip counts

execution times

0
General
PromptBeginner5 minmarkdown

### CI/CD Pipeline Logs (Jenkins

GitHub Actions

0
General
PromptBeginner5 minmarkdown

### Test Framework Reports (JUnit XML

pytest

0
Data
PromptBeginner5 minmarkdown

- Parse build logs for test execution results

timing data

0
General
PromptBeginner5 minmarkdown

- Focus coverage improvement on high-risk areas: payment flows

authentication

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Weight coverage by code complexity and change frequency

not just raw percentages

0
General
PromptBeginner5 minmarkdown

- Classify flaky root causes: timing/async issues

test isolation

0