S

sql-review

VERIFIED

by community

No community reviews yet
144,126,000installs
Updated Aug 2026

Use this page as a decision snapshot for sql-review: trust signal, install momentum, real user feedback, and high-intent related pages you can compare next.

|Compare

Description

Pre-commit SQL code review for uncommitted database changes. Detects antipatterns that cause real production incidents — `sp_send_dbmail` in CATCH blocks (masks the real error as a misleading permission denial), broken retry patterns (`@retry` declared without a surrounding `WHILE` loop), swallowing CATCH blocks (no `THROW`/`RAISERROR`/log), new tables created without a primary key or any index (silent perf-then-deadlock killer), parameter-vs-column type mismatches (8152 truncation risk), `EXEC()` string concatenation without `sp_executesql` parameters (SQL injection), `NOLOCK` in write paths, `UPDATE`/`DELETE` without `WHERE`, cursors without `READ_ONLY FORWARD_ONLY LOCAL`, hardcoded env values (emails, server names, paths), cross-DB references like `msdb.dbo.*`, missing `SET NOCOUNT ON`, missing `GRANT EXECUTE` on `CREATE PROC`, `BEGIN TRANSACTION` outside `TRY`/`CATCH`, and vestigial control-flow comments hinting at refactor leftovers (e.g. `-- end while loop` with no `WHILE`). Reports findings as `BLOCKER` / `WARN` / `INFO` with `file:line` citations and per-finding fix recommendations. **Never edits SQL** — surfaces findings for human review. Use this skill whenever the user says "/sql-review", "review my SQL", "review the SQL diff", "lint the SQL", "check my SQL changes", "SQL pre-commit check", "audit my stored proc", or "any SQL antipatterns in this diff" — even if they don't explicitly say "SQL review skill". Distinct from `code-review` (general best-practice review) — this carries SQL-specific patterns that surface DB-layer production incidents.

Install sql-review

Run this in your OpenClaw agent to add sql-review from the ClawHub registry.

terminal
$openclaw skills install sql-review

Requires ClawHub registry access. Review the security analysis below before installing.

Security Analysis

危险50/100

Open Source

Code is publicly available for audit.

Community Verified

Reviewed by the ClawHub community.

Community Reviews

Real user ratings only — separate from the editorial assessment and ClawHub signal.

No community reviews yet

Installed this skill? Sign in and leave the first review.

Save the skill now, come back after testing it, and help the next person choose with a quick review.

Frequently asked questions

Is sql-review safe to install?

sql-review has a SkillsReview security score of 50/100. It is open source and community-verified on ClawHub. Check the full Security Analysis on this page before installing.

How much does sql-review cost?

sql-review is free to install for OpenClaw via ClawHub.

What are the best alternatives to sql-review?

You can compare sql-review side by side with similar OpenClaw skills on the SkillsReview comparison page to find the best fit for your workflow.

How do I install sql-review?

Install sql-review from ClawHub at clawhub.ai/skills/sql-review, or use the install action on this page to copy the command for your OpenClaw agent.

Community Signal

ClawHub Community Score6120.00 / 5.00
Installs144,126,000
Last UpdateAug 16, 2026
Actively maintained (0d ago)
ClawHub community score is a third-party marketplace signal. It is shown separately from SkillsReview editorial assessment and real user review averages.
View on ClawHub →

Historical movement

Timeline plus trend snapshots for security, reviews, and reputation tilt.

Open timeline →
Beta · Data may lag

Trend Charts

30 / 90 / 180 day snapshots for ranking movement and security-score movement.

Last updated unknown UTC

Loading trend data…

Submit your review

Share your experience and help others find the best skills.

Newsletter

Stay updated on sql-review and the wider SkillsReview ecosystem

Get the weekly Top 5, fresh security alerts, and newly hot skills by email. You can unsubscribe from any newsletter email in one click.

One email a week. No spam. Unsubscribe any time from the email footer.