Skip to main content
Back to registry

sql-code-review

github/awesome-copilot

Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill sql-code-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices. After : Expected Improvement : [Performance gain, security benefit] - Principle of Least Privilege : Grant minimum required permissions - Role-Based Access : Use database roles instead of direct user permissions - Schema Security : Proper schema ownership and access controls - Function/Procedure Security : Review DEFINER vs INVOKER rights - Sensitive Data Exposure : Avoid SELECT * on tables with sensitive columns - Audit Logging : Ensure sensitive operations are logged - Data Masking : Use views or functions to mask sensitive data - Encryption : Verify encrypted storage for sensitive data - Missing Indexes : Identify columns that need indexing - Over-Indexing : Find unused or redundant indexes - Composite Indexes : Multi-column indexes for complex queries - Index Maintenance : Check for fragmented or outdated indexes - Join Types : Verify appropriate join types (INNER vs LEFT vs EXISTS) - Join Order : Optimize for smaller result sets first - Cartesian Products : Identify and fix missing join conditions - Subquery vs JOIN : Choose the most efficient approach - Consistent Naming : Tables, columns, constraints follow consistent patterns - Descriptive Names : Clear, meaningful names for database objects - Reserved...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does sql-code-review do?

Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices.

Is sql-code-review good?

sql-code-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does sql-code-review work with?

sql-code-review currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to sql-code-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install sql-code-review?

npx skills add https://github.com/github/awesome-copilot --skill sql-code-review

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering