postgres-code-reviewReviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database schem...
Install via ClawdBot CLI:
clawdbot install anderskev/postgres-code-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.example.com/users/{user_id}Audited Apr 17, 2026 · audit v1.0
Generated Apr 20, 2026
Reviewing PostgreSQL queries for product searches and order history to ensure indexes on WHERE/JOIN columns like product_id and user_id, improving page load times and reducing database load during peak sales.
Analyzing JSONB operations for storing and querying user preferences or activity logs, ensuring proper GIN indexes and operators to support real-time personalization features without performance degradation.
Checking transaction safety and isolation levels for concurrent updates in banking applications, preventing deadlocks and ensuring data integrity during high-frequency transfers and account modifications.
Reviewing connection pooling and management in a multi-tenant SaaS environment to avoid leaks and timeouts, ensuring reliable database access for numerous clients with varying usage patterns.
Optimizing PostgreSQL schemas and queries for large-scale patient record analysis, focusing on composite indexes for complex JOINs and parameterized statements to secure sensitive health data.
Offers ongoing PostgreSQL code reviews as part of a monthly plan, helping clients maintain performance and security in their database operations, with revenue from tiered subscriptions based on database size and review frequency.
Provides targeted PostgreSQL code review services for specific projects or migrations, generating revenue through fixed-price audits or hourly consulting rates for immediate optimization needs.
Licenses the skill package to IDE or CI/CD tool vendors, embedding automated PostgreSQL reviews into development workflows, with revenue from licensing fees per user or enterprise agreements.
💬 Integration Tip
Integrate this skill into CI/CD pipelines to automatically review SQL commits, or use it during code reviews in IDEs to catch issues early without manual effort.
Scored Jun 21, 2026
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Database Designer - POWERFUL Tier Skill
Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.
Database Schema Designer
Use when optimizing SQL queries, designing database schemas, or tuning database performance. Invoke for complex queries, window functions, CTEs, indexing strategies, query plan analysis.