Explore

Find agent skills by outcome

57,220 skills indexed with the new KISS metadata standard.

Showing 24 of 57,220Categories: Operations & Workflow, General, Coding & Debugging
General
PromptBeginner5 minmarkdown

- [ ] Find resource acquisition without `with` statement (files

locks

0
General
PromptBeginner5 minmarkdown

- [ ] Find `except` blocks that catch too broadly (`except (Exception

BaseException):`)

0
General
PromptBeginner5 minmarkdown

- [ ] Find bare `except:` clauses — catches `SystemExit`

`KeyboardInterrupt`

0
General
PromptBeginner5 minmarkdown

- [ ] Identify `dict`

`list`

0
General
PromptBeginner5 minmarkdown

After completing the review

provide:

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

security auditing

0
Coding & Debugging
PromptBeginner5 minmarkdown

Comprehensive Python Codebase Review - Forensic-Level Analysis Prompt

# COMPREHENSIVE PYTHON CODEBASE REVIEW

0
General
PromptBeginner5 minmarkdown

Before manual review

run these tools and include findings:

0
General
PromptBeginner5 minmarkdown

- Security vulnerabilities (injection

auth bypass)

0
General
PromptBeginner5 minmarkdown

- Resource leaks (connections

file handles)

0
General
PromptBeginner5 minmarkdown

For each issue found

provide:

0
General
PromptBeginner5 minmarkdown

- [ ] `math.MaxInt64`

`math.MinInt64`

0
General
PromptBeginner5 minmarkdown

- [ ] Very large inputs (>1GB files

millions of records)

0
General
PromptBeginner5 minmarkdown

- [ ] Empty strings

slices

0
General
PromptBeginner5 minmarkdown

- [ ] Find missing README with usage

installation

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find missing API documentation (OpenAPI/Swagger

protobuf docs)

0
General
PromptBeginner5 minmarkdown

- [ ] Identify missing `SetMaxOpenConns`

`SetMaxIdleConns`

0
General
PromptBeginner5 minmarkdown

- [ ] Find missing health check endpoints (`/healthz`

`/readyz`)

0
General
PromptBeginner5 minmarkdown

- [ ] Detect missing subtests (`t.Run(name

...)`)

0
General
PromptBeginner5 minmarkdown

- [ ] Check for proper signal handling (`SIGTERM`

`SIGINT`) for graceful shutdown

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded environment-specific values (URLs

ports

0
General
PromptBeginner5 minmarkdown

- [ ] Identify missing clean architecture boundaries (domain

service

0
General
PromptBeginner5 minmarkdown

- [ ] Find flaky tests (timing-dependent

file-system dependent)

0
General
PromptBeginner5 minmarkdown

- [ ] Check for `init()` functions with side effects (hard to test

order-dependent)

0