From 201b4450f0d43c433910edaab10c94413ebd42a2 Mon Sep 17 00:00:00 2001 From: Pedro Rodrigues Date: Fri, 23 Jan 2026 00:51:35 +0000 Subject: [PATCH] fix skill.md --- skills/postgres-best-practices/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/postgres-best-practices/SKILL.md b/skills/postgres-best-practices/SKILL.md index 6434580..c1ad772 100644 --- a/skills/postgres-best-practices/SKILL.md +++ b/skills/postgres-best-practices/SKILL.md @@ -27,9 +27,9 @@ Reference these guidelines when: |----------|----------|--------|--------| | 1 | Query Performance | CRITICAL | `query-` | | 2 | Connection Management | CRITICAL | `conn-` | -| 3 | Schema Design | HIGH | `schema-` | -| 4 | Concurrency & Locking | MEDIUM-HIGH | `lock-` | -| 5 | Security & RLS | MEDIUM-HIGH | `security-` | +| 3 | Security & RLS | CRITICAL | `security-` | +| 4 | Schema Design | HIGH | `schema-` | +| 5 | Concurrency & Locking | MEDIUM-HIGH | `lock-` | | 6 | Data Access Patterns | MEDIUM | `data-` | | 7 | Monitoring & Diagnostics | LOW-MEDIUM | `monitor-` | | 8 | Advanced Features | LOW | `advanced-` |