Explore

Find agent skills by outcome

78,864 skills indexed with the new KISS metadata standard.

Showing 24 of 78,864Categories: Writing & Content, General, Data
General
PromptBeginner5 minmarkdown

- Naming convention consistency (variables

functions

0
Data
PromptBeginner5 minmarkdown

- Injection vulnerability detection (SQL

NoSQL

0
General
PromptBeginner5 minmarkdown

- Null

undefined

0
General
PromptBeginner5 minmarkdown

- Categorize findings as critical (must-fix)

warnings (should-fix)

0
General
PromptBeginner5 minmarkdown

- Detect blocking operations

memory/resource leaks

0
General
PromptBeginner5 minmarkdown

- Check for XSS

CSRF

0
General
PromptBeginner5 minmarkdown

- Measure complexity (cyclomatic

nesting depth

0
General
PromptBeginner5 minmarkdown

- Check for race conditions

async issues

0
Data
PromptBeginner5 minmarkdown

- Inspect for injection vulnerabilities (SQL

NoSQL

0
General
PromptBeginner5 minmarkdown

- If critical context is missing

proceed with best-practice assumptions rather than blocking the review

0
General
PromptBeginner5 minmarkdown

- Assess readability

clarity

0
General
PromptBeginner5 minmarkdown

- Determine the scope of the review (single file

module

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

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

resource leaks

0
General
PromptBeginner5 minmarkdown

- **Inspect** for security vulnerabilities including injection

XSS

0
Writing & Content
PromptBeginner5 minmarkdown

- Integrate seamlessly into editors

git hooks

0
General
PromptBeginner5 minmarkdown

- **Tool**: ESLint

Prettier

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Team documentation covers setup

usage

0
General
PromptBeginner5 minmarkdown

- **Unpinned versions**: Formatter versions not pinned

causing different results across team members.

0
General
PromptBeginner5 minmarkdown

- Chain formatters: run Prettier first

then ESLint --fix for staged files.

0
General
PromptBeginner5 minmarkdown

- Use .prettierignore to exclude lockfiles

build output

0
General
PromptBeginner5 minmarkdown

- Set printWidth to 80-100

using the team's consensus value.

0