Explore

Find agent skills by outcome

74,735 skills indexed with the new KISS metadata standard.

Showing 24 of 74,735Categories: Data & Insights, General, Communication
General
PromptBeginner5 minmarkdown

- Measure complexity (cyclomatic

nesting depth

0
General
PromptBeginner5 minmarkdown

- Check for race conditions

async issues

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

- Combine extends

plugins

0
General
PromptBeginner5 minmarkdown

- Establish a clear process for proposing

discussing

0
General
PromptBeginner5 minmarkdown

- Use overrides to apply different rules to test files

scripts

0
General
PromptBeginner5 minmarkdown

- Configure ignore patterns to skip generated

vendor

0
General
PromptBeginner5 minmarkdown

- [ ] Import sorting produces consistent

deterministic ordering.

0
General
PromptBeginner5 minmarkdown

After configuring formatting

verify:

0
General
PromptBeginner5 minmarkdown

- CSS

SCSS

0
General
PromptBeginner5 minmarkdown

- Configuration files (TOML

INI

0