You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit de76807241bff35af08c042266eb927665e68cb3
Author: Tianzhou <t@bytebase.com>
Date: Sun Feb 22 21:20:35 2026 -0800
chore: add PR creation step to fix-bug skill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit 272fc92
Author: Tianzhou <t@bytebase.com>
Date: Sun Feb 22 21:15:31 2026 -0800
Add search_path support in TOML config for PostgreSQL non-public schemas
Closes#243
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude/skills/fix-bug/SKILL.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Use when given a GitHub issue URL or number to investigate and impl
7
7
8
8
## Overview
9
9
10
-
Systematic workflow for turning a GitHub issue into a working fix: fetch context, reproduce, locate root cause, plan fix, implement, verify.
10
+
Systematic workflow for turning a GitHub issue into a working fix: fetch context, reproduce, locate root cause, plan fix, implement, verify, and create a PR.
11
11
12
12
## Workflow
13
13
@@ -23,8 +23,9 @@ digraph fix_bug {
23
23
plan [label="5. Plan the fix\n(EnterPlanMode for non-trivial)"];
0 commit comments