Explore

Find agent skills by outcome

83,377 skills indexed with the new KISS metadata standard.

Showing 24 of 83,377Categories: Coding & Debugging, Creative, General, Openclaw
Coding & Debugging
PromptBeginner5 minmarkdown

- Include appropriate HTTP status codes

headers

0
General
PromptBeginner5 minmarkdown

- Include edge cases systematically (boundary values

nulls

0
General
PromptBeginner5 minmarkdown

- **Entity modeling**: Define each entity with all fields

types

0
General
PromptBeginner5 minmarkdown

- Understand the intended use case (unit tests

integration tests

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Build API mock responses** following RESTful conventions with success/error responses

pagination

0
General
PromptBeginner5 minmarkdown

- Map relationships between entities (one-to-one

one-to-many

0
General
PromptBeginner5 minmarkdown

- **Maintain referential integrity** by ensuring foreign keys match

dates are logically consistent

0
General
PromptBeginner5 minmarkdown

- **Include meaningful edge cases** covering minimum/maximum values

empty strings

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior test data engineering expert and specialist in realistic synthetic data generation using Faker.js

custom generation patterns

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_data-validator.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,FALSE,TEXT,wkaa...

0
General
PromptBeginner5 minmarkdown

- [ ] Validation tests cover valid inputs

invalid inputs

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Layer**: Client-side

server-side

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`VAL-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`VAL-PLAN-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Data entry points (APIs

forms

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed validation implementations and any code snippets to `TODO_data-validator.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
General
PromptBeginner5 minmarkdown

- **Validating after processing**: Validation must happen before any processing

storage

0
Creative
PromptBeginner5 minmarkdown

- Use Jakarta Bean Validation annotations (@NotNull

@Size

0
General
PromptBeginner5 minmarkdown

### Java/Kotlin (Bean Validation

Spring)

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (Pydantic

Marshmallow

0
Coding & Debugging
PromptBeginner5 minmarkdown

### JavaScript/TypeScript (Zod

Joi

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Keep validation schemas in sync with API documentation (OpenAPI

GraphQL schemas)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Track validation bypass attempts (modified client-side code

direct API calls)

0