bytebase
- 5 skills
- 0 followers
- 1 day ago last updated
- ▌ Setup · bytebaseConnect DBHub to a database or fix a failing connection; also covers changing the DSN, write access, or multiple databases.
- ▌ Explore · bytebaseExplore a database schema token-efficiently via the DBHub tools; use before writing SQL against a schema you haven't seen.
- ▌ Dbhub · bytebaseGuide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql, and the opt-in explain_sql and health_check). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says "check the database" or "find me some data." This skill ensures you follow the correct explore-first workflow instead of guessing table structures.
- ▌ Fix Bug · bytebaseUse when given a GitHub issue URL or number to investigate and implement a fix. Triggers on "fix issue", "fix bug", "fix
- ▌ Testing · bytebaseRun and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Use when asked to run tests, fix test failures, debug integration tests, troubleshoot Docker/database container issues, or add new tests. Also use when verifying code changes work correctly or when CI test failures need investigation.