sql-code-review
Analyzes SQL code for security vulnerabilities, performance bottlenecks, and adherence to quality best practices.
Install
npx skills add https://github.com/github/awesome-copilot --skill sql-code-reviewStats
| Total installs | 7,959 |
| Weekly installs | 7.9K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Analyzes SQL injection vulnerabilities, access control issues, and sensitive data exposure with parameterized query examples for each database platform
- Reviews query performance through index strategy, join optimization, and anti-pattern detection (N+1 queries, function misuse in WHERE clauses, overuse of DISTINCT)
- Evaluates code quality including naming conventions, formatting, schema normalization, and appropriate data type choices
- Provides database-specific guidance for PostgreSQL (JSONB, GIN indexes), MySQL (storage engines), SQL Server (columnstore indexes), and Oracle (sequences)
- Delivers structured output with priority-ranked issues, before/after code examples, and scoring across security, performance, maintainability, and schema quality
Tags
Related skills
| Skill | Installs | vs sql-code-review |
|---|---|---|
| firebase-ai-logic | 10,384 | +2,425 |
| mcp-deploy-manage-agents | 7,459 | -500 |
| proactive-agent | 11,256 | +3,297 |
| environment-setup | 10,460 | +2,501 |
| markdown-to-html | 7,793 | -166 |
FAQ
- How many installs does sql-code-review have?
- sql-code-review has 7,959 total installs and 7.9K installs this week.
- Where is sql-code-review hosted?
- sql-code-review is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does sql-code-review have?
- sql-code-review has 27.4K GitHub stars.
- When was sql-code-review first indexed?
- OrangeBot.AI first indexed sql-code-review on Feb 25, 2026.
- How do I install sql-code-review?
- Run: npx skills add https://github.com/github/awesome-copilot --skill sql-code-review