Explore

Find agent skills by outcome

12,502 skills indexed with the new KISS metadata standard.

Showing 24 of 12,502Categories: Data & Insights, Education, Coding & Debugging, Creative
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior quality engineering expert and specialist in risk-based test strategy

test automation architecture

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_api-tester.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,wkaandemi...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`APIT-ITEM-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`APIT-PLAN-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Summary of API endpoints

architecture

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed test plans and any code snippets to `TODO_api-tester.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

In `TODO_api-tester.md`

include:

0
Creative
PromptBeginner5 minmarkdown

- Include visual trend charts showing latency

throughput

0
Coding & Debugging
PromptBeginner5 minmarkdown

After completing API testing

verify:

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Throughput**: Read-heavy APIs >1000 RPS per instance

write-heavy APIs >100 RPS per instance

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Set up comprehensive API metrics: request rate

error rate

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Test error response consistency: correct HTTP status codes

structured error bodies

0
Creative
PromptBeginner5 minmarkdown

- Design load test scenarios: gradual ramp

spike test (10x sudden increase)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Establish observability** by setting up API metrics

performance dashboards

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Validate API contracts** against OpenAPI/Swagger specifications

testing backward compatibility

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior API testing expert and specialist in performance testing

load simulation

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_vulnerability-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEX...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Provide implementable fix code

not just descriptions of problems.

0
Coding & Debugging
PromptBeginner5 minmarkdown

API Tester Agent Role

# API Tester

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed audit findings and any code snippets to `TODO_vulnerability-auditor.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

If the target is an ASP.NET Core / .NET Web API

include these additional checks.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Hardcoded secrets**: API keys

passwords

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Test for encoding evasion: Unicode tricks

Base64 variants

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Check for unsafe output rendering: script injection

executable code

0