Enhance SQL and PostgreSQL prompts with comprehensive descriptions and testing validation
- Added detailed descriptions for all four prompts explaining their specific purposes - Enhanced technical depth with comprehensive coverage areas - Added testing validation with GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025 - Improved frontmatter documentation for better discoverability - Ensured zero functional overlap between Universal SQL and PostgreSQL-specific prompts - Completed 4-prompt ecosystem: Code Quality Performance for both Universal SQL and PostgreSQL
This commit is contained in:
parent
a40342474d
commit
69894eba4c
@ -2,7 +2,7 @@
|
|||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
||||||
description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).'
|
description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o)'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|
||||||
# PostgreSQL Code Review Assistant
|
# PostgreSQL Code Review Assistant
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
||||||
description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.'
|
description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o)'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|
||||||
# PostgreSQL Development Assistant
|
# PostgreSQL Development Assistant
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
||||||
description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.'
|
description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o)'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|
||||||
# SQL Code Review
|
# SQL Code Review
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
tools: ['changes', 'codebase', 'editFiles', 'problems']
|
||||||
description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.'
|
description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o)'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|
||||||
# SQL Performance Optimization Assistant
|
# SQL Performance Optimization Assistant
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user