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
Copy file name to clipboardExpand all lines: .claude/skills/fix-issue/SKILL.md
+2-2Lines changed: 2 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: >-
7
7
scope, no quick patches. It runs a parallel investigation team (codebase tracing + Apple
8
8
platform research + competitor/UX research), synthesizes a refactor-aware implementation
9
9
blueprint, gets the user's approval, then implements to TablePro's standards. Trigger on
10
-
things like "fix issue #1234", "fix this bug", "this should behave like TablePlus", "do this
10
+
things like "fix issue #1234", "fix this bug", "this should behave like a native app", "do this
11
11
properly / natively", or any non-trivial defect or behaviour gap in the app. Prefer this over
12
12
an ad-hoc fix when the change touches UI behaviour, architecture, or anything the user expects
13
13
to match Apple conventions.
@@ -59,7 +59,7 @@ Then spawn the three roles in a single turn so they run concurrently. Full chart
59
59
| --- | --- | --- |
60
60
| Codebase Analyzer |`feature-dev:code-explorer`| How does the relevant code actually work today? Which files, types, and call paths are involved? Where is the real cause? |
61
61
| Apple Platform Researcher |`general-purpose`| What does Apple's documentation (HIG, AppKit, SwiftUI) say the correct behaviour and the right API are? |
62
-
| Competitor / UX Researcher |`general-purpose`| How do TablePlus, DataGrip, Postico, and similar native clients handle this? What's the expected UX? |
62
+
| Competitor / UX Researcher |`general-purpose`| How do DataGrip, Postico, Sequel Ace, and similar native clients handle this? What's the expected UX? |
63
63
64
64
Give each investigator the Phase 0 problem statement and a sharp question. Tell them to report findings as a structured message back to you, citing concrete evidence (`file:line` for code, doc URLs or API names for platform research). `references/research-sources.md` lists the documentation map and the tools each researcher should reach for (`mcp__xcode__DocumentationSearch`, `WebSearch`, `WebFetch`).
0 commit comments