Explore

Find agent skills by outcome

96,902 skills indexed with the new KISS metadata standard.

Showing 24 of 96,902Categories: Data & Insights, General
General
PromptBeginner5 minmarkdown

- **Ignoring async boundaries**: Missing await

unhandled promise rejections

0
General
PromptBeginner5 minmarkdown

- **No input validation**: Trusting external input without validation opens the door to injection

overflow

0
General
PromptBeginner5 minmarkdown

- **Disabled security controls**: Commented-out authentication

CORS wildcards

0
General
PromptBeginner5 minmarkdown

- Verify logging

tracing

0
General
PromptBeginner5 minmarkdown

- [ ] Context (language

framework

0
General
PromptBeginner5 minmarkdown

- XSS

CSRF

0
General
PromptBeginner5 minmarkdown

- Null

undefined

0
General
PromptBeginner5 minmarkdown

- Naming convention consistency (variables

functions

0
General
PromptBeginner5 minmarkdown

- Categorize findings as critical (must-fix)

warnings (should-fix)

0
General
PromptBeginner5 minmarkdown

- Check for XSS

CSRF

0
General
PromptBeginner5 minmarkdown

- Detect blocking operations

memory/resource leaks

0
General
PromptBeginner5 minmarkdown

- Assess readability

clarity

0
General
PromptBeginner5 minmarkdown

- Check for race conditions

async issues

0
General
PromptBeginner5 minmarkdown

- Measure complexity (cyclomatic

nesting depth

0
General
PromptBeginner5 minmarkdown

- If critical context is missing

proceed with best-practice assumptions rather than blocking the review

0
General
PromptBeginner5 minmarkdown

- Determine the scope of the review (single file

module

0
General
PromptBeginner5 minmarkdown

- **Evaluate** performance characteristics including time/space complexity

resource leaks

0
General
PromptBeginner5 minmarkdown

- **Verify** alignment with language- and framework-specific best practices

error handling

0
General
PromptBeginner5 minmarkdown

- **Detect** potential bugs

logical flaws

0
General
PromptBeginner5 minmarkdown

- **Inspect** for security vulnerabilities including injection

XSS

0
General
PromptBeginner5 minmarkdown

- [ ] Team documentation covers setup

usage

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Tool**: ESLint

Prettier

0
General
PromptBeginner5 minmarkdown

- Chain formatters: run Prettier first

then ESLint --fix for staged files.

0