Provides EXPLAIN ANALYZE workflow for identifying missing indexes, sequential scans, and query plan issues.
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
{
"name": "g14wxz/query-explain-plan-debugging",
"version": "0.1.0",
"summary": "Provides EXPLAIN ANALYZE workflow for identifying missing indexes, sequential scans, and query plan issues.",
"docs": "docs/index.md",
"rules": {
"query-explain-rules": {
"rules": "rules/query-explain-rules.md"
}
},
"skills": {
"query-explain-plan-debugging": {
"path": "skills/query-explain-plan-debugging/SKILL.md"
}
},
"private": false
}