Fix Bug from GitHub Issue Systematic workflow for turning a GitHub issue into a working fix in the DBHub codebase. Workflow 1. Fetch → 2. Analyze → 3. Locate → 4. Reproduce → 5. Plan → 6. Implement → 7. Verify → 8. PR Step 1: Fetch Issue | Input | How to fetch | |-------|-------------| | | | | or | (current repo) | | | | Step 2: Analyze Issue Extract from the issue: - What's broken : Expected vs actual behavior - Reproduction steps : How to trigger the bug - Environment : Database type, connection method (DSN, SSH tunnel, TOML config), transport (stdio/HTTP) - Labels/comments : May reveal aff…