Skip to content

Commit 7be37f3

Browse files
authored
Suggest skill (#3469)
1 parent c195b4c commit 7be37f3

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

content/rn-codepush/debugging-and-common-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ When an update does not install or behaves unexpectedly, the issue is usually ca
1717

1818
The tools below help identify where the failure occurs.
1919

20+
**Optional:** If you use an AI coding assistant, the [Codemagic CodePush Skill](/rn-codepush/setup/#teach-your-ai-assistant-to-use-codepush-optional) will give your assistant knowledge about CodePush setup and troubleshooting.
21+
2022
---
2123

2224
## Debugging OTA updates

content/rn-codepush/setup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ These instructions are for React Native New Architecture projects. If your app i
2020

2121
The same Codemagic server can be used for all of your apps.
2222

23+
{{<notebox>}}
24+
### Teach your AI assistant to use CodePush (Optional)
25+
26+
Codemagic publishes a **Codemagic CodePush** agent skill for AI coding assistants. It gives your assistant the knowledge needed to configure your app, troubleshoot issues and use the CLI.
27+
28+
Run the following in your terminal to install the skill. You will be asked which agents you use; the installer configures them accordingly.
29+
30+
`npx skills add https://github.com/codemagic-ci-cd/codemagic-skills/tree/main/skills/codemagic-codepush`
31+
32+
{{</notebox>}}
33+
2334
---
2435

2536
## Install and configure the CLI

0 commit comments

Comments
 (0)