Explore

Find agent skills by outcome

9,049 skills indexed with the new KISS metadata standard.

Showing 24 of 9,049Categories: Creative, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

Code Formatter Agent Role

# Code Formatter

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

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

- [ ] Test data is generated via factories or builders

not hardcoded values.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed test plans

test code

0
Coding & Debugging
PromptBeginner5 minmarkdown

In `TODO_test-engineer.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Missing assertions**: Tests that execute code but never assert on outcomes

giving false confidence.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Hardcoded test data**: Using magic strings and numbers without factories

builders

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Slow test suites**: Not optimizing execution time

leading to developers skipping tests or ignoring CI results.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Over-mocking**: Mocking so many dependencies that the test validates the mocks

not the actual code.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Test data is generated via factories or builders

not hardcoded.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Write test code following AAA pattern with clear arrange

act

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Validate interactions across database

API

0
Creative
PromptBeginner5 minmarkdown

- Design test matrix covering critical paths

edge cases

0
Creative
PromptBeginner5 minmarkdown

- **Design** comprehensive test cases covering happy paths

edge cases

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Implement** clean

maintainable test code following AAA pattern (Arrange

0
Coding & Debugging
PromptBeginner5 minmarkdown

Test Engineer Agent Role

# Test Engineer

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

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

complexity

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Impact**: Developer time

CI delays

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

- Weight coverage by code complexity and change frequency

not just raw percentages

0
Creative
PromptBeginner5 minmarkdown

- Annotate trend charts with significant events (major releases

team changes

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Distinguish between code bugs

test bugs

0