Explore

Find agent skills by outcome

87,650 skills indexed with the new KISS metadata standard.

Showing 24 of 87,650Categories: Data & Insights, Data, Creative, Coding & Debugging, Education, General
General
PromptBeginner5 minmarkdown

- **Inspect** for security vulnerabilities including injection

XSS

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Analyze** code quality

readability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Identify** the programming language

framework

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior software engineering expert and specialist in code review

backend and frontend analysis

0
Coding & Debugging
PromptBeginner5 minmarkdown

Code Review Agent Role

# Code Review

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Enforce consistency automatically so developers focus on logic

not style.

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_code-formatter.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,wkaan...

0
General
PromptBeginner5 minmarkdown

- **Tool**: ESLint

Prettier

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Team documentation covers setup

usage

0
Coding & Debugging
PromptBeginner5 minmarkdown

In `TODO_code-formatter.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed configurations and any code snippets to `TODO_code-formatter.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

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

causing different results across team members.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Missing ignore patterns**: Formatting generated code

vendor files

0
Education
PromptBeginner5 minmarkdown

- **No documentation**: Formatting rules configured but never explained

leading to confusion and resentment.

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
Coding & Debugging
PromptBeginner5 minmarkdown

- Provide editor configuration files (.vscode/settings.json

.editorconfig) in the repository.

0
General
PromptBeginner5 minmarkdown

- Use overrides to apply different rules to test files

scripts

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use lint-staged to format only changed files

not the entire codebase on commit.

0
General
PromptBeginner5 minmarkdown

- Configure ignore patterns to skip generated

vendor

0