Explore

Find agent skills by outcome

6,958 skills indexed with the new KISS metadata standard.

Showing 24 of 6,958Categories: Coding & Debugging, Writing & Content, Creative, Data
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
Writing & Content
PromptBeginner5 minmarkdown

**References**: Links to documentation

Go blog posts

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
Writing & Content
PromptBeginner5 minmarkdown

- [ ] Identify missing `ReadTimeout`

`WriteTimeout`

0
Writing & Content
PromptBeginner5 minmarkdown

- [ ] Find response headers not set (Content-Type

Cache-Control

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded environment-specific values (URLs

ports

0
Data
PromptBeginner5 minmarkdown

- [ ] Check for missing integration tests (database

HTTP

0
Writing & Content
PromptBeginner5 minmarkdown

- [ ] Find single-method interface names not ending in `-er` (`Reader`

`Writer`

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

prompt: Documentary photography in the style of Nan Goldin. Full-body vertical shot

9:16 aspect ratio

0
Creative
PromptBeginner5 minmarkdown

negative_prompt: cartoon

illustration

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

2. Start on the latest version of main

do a pull if necesseray. Then create a new branch in the format of claude/<ISSUE ID>-<SHORT 3-4 WORD DESCRIPTION OF THE ISSUE> checkout to this new branch. All your changes/commits should happen on th...

0