.claude/skills/sql-review1 structural issue
- error: description exceeds the 1,024-character Agent Skills limit.
SKILL.md
Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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 concatena…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/sql-reviewSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/sql-reviewSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/sql-reviewSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @dennisrongo/sql-reviewclawhub inspect @dennisrongo/sql-review --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
EXEC(This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:928452a54c1402a15a83df3a0931a9298b51e80320f3bf5452339dfc5d27f957skill-card.mdSKILL.mdInitial release of the sql-review skill – a focused, practical SQL pre-commit code review tool: - Detects 17 SQL-specific antipatterns that commonly trigger real-world incidents, including masked errors, broken retry logic, unsafe error handling, indexing omissions, injection risks, and more. - Only reports issues (does not edit SQL automatically); findings are categorized as BLOCKER, WARN, or INFO with file:line citations and actionable recommendations. - Reviews entire content for new SQL files, but only changed hunks for modified files to reduce noise. - Output includes precise, verbatim SQL snippets and incident risk explanations for all findings. - Run this skill whenever SQL review, linting, or audit is requested—distinct from general code review, with a deeper SQL-focused catalog.