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/commands/amend-staged-changes.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,22 +28,25 @@ If no argument is provided, PR description will only be updated if there are sta
28
28
29
29
## Detailed Process
30
30
31
-
### Step 0: Verify MCP Authentication
31
+
### Step 0: Verify MCP Authentication (MUST BE FIRST)
32
32
33
-
Verify that MCP tools are authenticated before starting the workflow.
33
+
> **⚠️ CRITICAL**: This step MUST be executed BEFORE any other operation. Do NOT skip or defer this step. Do NOT read files, check git status, or perform any other action until MCP authentication is verified.
34
+
35
+
Verify that Atlassian MCP is authenticated before starting the workflow.
34
36
35
37
```
36
-
# Test Graphite MCP authentication
37
-
mcp__graphite__run_gt_cmd with args: ["--version"]
38
+
# Test Atlassian MCP authentication - THIS MUST BE THE VERY FIRST TOOL CALL
39
+
mcp__Atlassian__atlassianUserInfo
38
40
```
39
41
40
42
**If authentication fails:**
41
-
- Inform the user that Graphite MCP needs re-authentication
43
+
-**STOP IMMEDIATELY** - Do not proceed with any other steps
44
+
- Inform the user that Atlassian MCP needs re-authentication
42
45
- Provide guidance on how to re-authenticate:
43
46
```
44
47
⚠️ MCP Authentication Required
45
48
46
-
Graphite MCP needs re-authentication.
49
+
Atlassian MCP needs re-authentication.
47
50
Please re-authenticate via MCP settings and run the command again.
0 commit comments