neon-postgres-egress-optimizer
Audited by Runlayer on Mar 13, 2026
Risky tool definition detected
Tool: neon-postgres-egress-optimizer/SKILL.md [1/2] Description: --- name: neon-postgres-egress-optimizer description: >- Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT * optimization, query overfetching, reduce Neon costs, optimize database usage, or wants to reduce data sent from
**Measure the improvement** — if pg_stat_statements data is available, reset it (`SELECT pg_stat_statements_reset();`), let traffic run, then re-run the diagnostic queries to compare before and after. ## Further reading - https://neon.com/docs/introduction/network-transfer.md - https://neon.com/docs/introduction/cost-optimization.md