Analyzes database schemas, migrations, ORM entities, and repository pattern across Java, Kotlin, and Python codebases. Identifies performance issues, N+1 queries, locking risks, normalization violations, and generates ERD documentation
This skill analyzes database interactions, schema definitions, and migration scripts. It supports:
First, determine the database technology in use by checking configuration files:
pom.xml (dependencies like spring-boot-starter-data-jpa, flyway-core), application.properties, and Entity classes (@Entity).requirements.txt (sqlalchemy, alembic), alembic.ini, and model definitions (Base = declarative_base()).Based on the user's request, perform the following:
For requests about "slow queries", "locking", "migrations", or "tuning":
src/main/resources/db/migration/*.sql or alembic/versions/*.py).For requests about "normalization", "schema review", "database structure", or "diagrams":
For requests about "N+1 problems", "repository review", or "transaction issues":
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer