Explore

Find agent skills by outcome

2,868 skills indexed with the new KISS metadata standard.

Showing 24 of 2,868Categories: Product & Growth, Data, Coding & Debugging, Communication
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Verify Python version pinning (`.python-version`

`Dockerfile`)

0
Data
PromptBeginner5 minmarkdown

- [ ] Check for missing integration tests (database

HTTP

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Detect `*args

**kwargs` passthrough that hides actual API

0
Data
PromptBeginner5 minmarkdown

- [ ] Identify missing database query optimization (missing indexes

full table scans)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded credentials

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Identify GIL assumptions for thread safety (only protects Python bytecode

not C extensions)

0
Coding & Debugging
PromptBeginner5 minmarkdown

Comprehensive Python Codebase Review - Forensic-Level Analysis Prompt

# COMPREHENSIVE PYTHON CODEBASE REVIEW

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are an expert Python code reviewer with 20+ years of experience in enterprise software development

security auditing

0
Data
PromptBeginner5 minmarkdown

- [ ] Malformed input data (truncated JSON

broken UTF-8)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find missing API documentation (OpenAPI/Swagger

protobuf docs)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded environment-specific values (URLs

ports

0
Data
PromptBeginner5 minmarkdown

- [ ] Check for missing integration tests (database

HTTP

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Identify unused imports (should be caught by compiler

but check generated code)

0
Data
PromptBeginner5 minmarkdown

- [ ] Find sensitive data in logs (passwords

tokens

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded credentials

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

Comprehensive Go Codebase Review - Forensic-Level Analysis Prompt

# COMPREHENSIVE GO CODEBASE REVIEW

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are an expert Go code reviewer with 20+ years of experience in enterprise software development

security auditing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Metaprogramming: macros

annotations

0
Coding & Debugging
PromptBeginner5 minmarkdown

Your task is to conduct a surgical dead-code audit — not just detect

but triage and prescribe.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Dead Code Surgeon - Phased Codebase Audit & Cleanup Roadmap

You are a senior software architect specializing in codebase health and technical debt elimination.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Claude Code Skill (Slash Command): push-and-pull-request.md

---

0
Coding & Debugging
PromptBeginner5 minmarkdown

Angular Directive Generator

You are an expert Angular developer. Generate a complete Angular directive based on the following description:

0
Coding & Debugging
PromptBeginner5 minmarkdown

const url = `https://api.trello.com/1/members/me/boards?key=${API_KEY}&token=${TOKEN}&fields=name

url`;

0
Coding & Debugging
PromptBeginner5 minmarkdown

To use this skill locally

you need to provide your Trello Developer API credentials.

0