check-connection-pool
Installation
SKILL.md
Connection Pool Performance Analysis
Analyze PHP code for connection pool issues and database connection management problems.
When to Use
- Reviewing database-heavy PHP applications
- Investigating connection exhaustion or memory leaks
- Auditing long-running workers (queue consumers, daemons)
- Checking Doctrine EntityManager lifecycle issues
- Reviewing HTTP client usage patterns