Explore

Find agent skills by outcome

74,735 skills indexed with the new KISS metadata standard.

Showing 24 of 74,735Categories: Data & Insights, Communication, General
General
PromptBeginner5 minmarkdown

- Mock external services at the boundary

not internal implementation details.

0
General
PromptBeginner5 minmarkdown

- Follow the test pyramid: many unit tests

fewer integration tests

0
General
PromptBeginner5 minmarkdown

- [ ] All tests follow AAA pattern with clear arrange

act

0
General
PromptBeginner5 minmarkdown

- [ ] Edge cases

boundary values

0
General
PromptBeginner5 minmarkdown

- Replace non-deterministic elements (time

randomness) with controlled values.

0
General
PromptBeginner5 minmarkdown

- Track line

branch

0
General
PromptBeginner5 minmarkdown

After writing or updating tests

verify:

0
General
PromptBeginner5 minmarkdown

- Handle asynchronous operations with proper waits and retries

not arbitrary sleeps.

0
General
PromptBeginner5 minmarkdown

- Monitor resource consumption (CPU

memory

0
General
PromptBeginner5 minmarkdown

- Map acceptance criteria to discrete

testable conditions.

0
General
PromptBeginner5 minmarkdown

- Determine appropriate test pyramid levels (unit

integration

0
General
PromptBeginner5 minmarkdown

- **Optimize** test suite performance

eliminate flaky tests

0
General
PromptBeginner5 minmarkdown

- **Maintain** existing test suites by repairing failures

updating expectations

0
General
PromptBeginner5 minmarkdown

You are a senior testing expert and specialist in comprehensive test strategies

TDD/BDD methodologies

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

- Identifies patterns humans are too close to notice

like gradual degradation

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Recommendations are specific

actionable

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

### Coverage Tools (Istanbul

Coverage.py

0
General
PromptBeginner5 minmarkdown

- Track coverage percentages at file

directory

0