Skip to content

feat: add sql-optimization-patterns skill and sql-reviewer agent#2

Merged
futuregerald merged 1 commit intomainfrom
feat/mode-aware-prompts
Feb 18, 2026
Merged

feat: add sql-optimization-patterns skill and sql-reviewer agent#2
futuregerald merged 1 commit intomainfrom
feat/mode-aware-prompts

Conversation

@futuregerald
Copy link
Owner

Summary

  • Install sql-optimization-patterns skill (from wshobson/agents), enhanced with SQLite/libSQL patterns and ORM anti-patterns
  • Create sql-reviewer agent — a Staff Engineer sub-agent that ruthlessly audits queries for performance, security, and defensive coding
  • Add Phase 8 (SQL REVIEW) to the 11-phase development lifecycle in CLAUDE.md, CLAUDE-BASE.md template, and README.md
  • Update skill count (33→34), agent count (6→7), workflow displays

Test plan

  • Skill file created at skills/sql-optimization-patterns/SKILL.md
  • Agent file created at agents/sql-reviewer.md
  • Symlinks verified: ~/.claude/skills/sql-optimization-patterns/ and ~/.claude/agents/sql-reviewer.md accessible globally
  • Skill appears in Claude Code session skill list
  • README counts and tables updated
  • CLAUDE.md and CLAUDE-BASE.md workflow phases updated to 11

🤖 Generated with Claude Code

Add Phase 8 (SQL REVIEW) to the 11-phase development lifecycle. A fresh
Staff Engineer sub-agent audits all database queries, mutations, and ORM
usage for performance, security, and defensive coding before commit.

- Install sql-optimization-patterns skill from wshobson/agents, enhanced
  with SQLite/libSQL patterns and ORM anti-patterns
- Create sql-reviewer agent with checklist for N+1, missing indexes,
  SQL injection, mass assignment, transaction safety, and more
- Update CLAUDE.md, CLAUDE-BASE.md template, and README.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@futuregerald futuregerald merged commit aadc635 into main Feb 18, 2026
1 check passed
@futuregerald futuregerald deleted the feat/mode-aware-prompts branch February 18, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant