fix: database skills cleanup#63
Conversation
Greptile SummaryThis PR performs a broad cleanup of the Key changes:
Confidence Score: 5/5Safe to merge — changes are content-only, well-scoped, and internally consistent between SKILL.md files and index.json. All 42 deletions and ~25 updates are synchronized between the filesystem and index.json. No logic code is touched. Deleted skills contained only auto-generated template content with no unique value. Improved skills have materially better guidance. No P0 or P1 issues found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[skills/databases/* SKILL.md files] --> B{Content quality check}
B -->|Template-only content\nor wrong category| C[Delete SKILL.md\nand directory]
B -->|Legitimate database skill\nwith real value| D[Upgrade SKILL.md\nwith substantive content]
C --> E[Remove entry from index.json]
D --> F[Update entry in index.json\ndescription + instructions + examples]
E --> G[42 skills removed]
F --> H[~25 skills improved]
G --> I[index.json synchronized]
H --> I
Reviews (2): Last reviewed commit: "Merge remote-tracking branch 'upstream/m..." | Re-trigger Greptile |
New Skill Contribution
Skill Info
Checklist
Testing
Describe how you tested this skill:
Notes
Any additional context or notes for reviewers.