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: external/ag-shared/docs/SYNC-LOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ Newest entries first. Generated by `/ag-shared-sync-log`.
6
6
7
7
---
8
8
9
+
## 2026-03-17 -- Migrate nx-performance skill to ag-shared
10
+
11
+
**Branch:**`latest`
12
+
13
+
### Changes
14
+
15
+
-**[prompts/skills]** Migrated `nx-performance` skill from ag-charts-local to ag-shared — generalized AG Charts-specific language to "AG product monorepos" while preserving concrete examples
Copy file name to clipboardExpand all lines: external/ag-shared/prompts/skills/jira/SKILL.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,21 @@ context: fork
23
23
24
24
Unified skill for creating, estimating, and analysing JIRA tickets across AG products.
25
25
26
+
## Step 0: Verify Atlassian MCP Connection
27
+
28
+
Before doing anything else, verify the Atlassian MCP is available by calling `mcp__atlassian__atlassianUserInfo`. If the tool is not available, returns an error, or the MCP server is not connected:
29
+
30
+
**Hard stop.** Output the following and do not proceed:
31
+
32
+
```
33
+
Cannot proceed — Atlassian MCP is not connected.
34
+
35
+
This skill requires the Atlassian MCP server to interact with JIRA.
36
+
Please ensure the MCP connection is configured and active, then retry.
37
+
```
38
+
39
+
Do not attempt to work around the missing connection or produce partial results.
0 commit comments