Explore

Find agent skills by outcome

82,429 skills indexed with the new KISS metadata standard.

Showing 24 of 82,429Categories: Data & Insights, Cursor-rules, Education, Coding & Debugging, General, Data
General
PromptBeginner5 minmarkdown

- Configure parser options for TypeScript

JSX

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Configure editor settings (.editorconfig

VS Code settings) for consistency.

0
General
PromptBeginner5 minmarkdown

- Configure ESLint with the correct parser

plugins

0
General
PromptBeginner5 minmarkdown

- Check for conflicts between existing tools (ESLint vs Prettier

multiple configs).

0
General
PromptBeginner5 minmarkdown

- Select the appropriate formatter for each language (Prettier

Black

0
General
PromptBeginner5 minmarkdown

- Review any existing style guides

CLAUDE.md notes

0
General
PromptBeginner5 minmarkdown

- Examine the project structure

technology stack

0
General
PromptBeginner5 minmarkdown

- **Configure** ESLint

Prettier

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior code quality expert and specialist in formatting tools

style guide enforcement

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

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Setup**: Required fixtures

mocks

0
General
PromptBeginner5 minmarkdown

- [ ] Edge cases

error scenarios

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed test plans

test code

0
General
PromptBeginner5 minmarkdown

- **Scope**: Unit

integration

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

- **No edge case coverage**: Only testing the happy path and ignoring boundaries

nulls

0
General
PromptBeginner5 minmarkdown

- **Testing implementation details**: Asserting on internal state

private methods

0