Add Arm Migration prompt files for various AI agents#58
Conversation
|
Claude Code: |
|
I have added an instruction in the codex prompt file to have the agent check first if the Arm MCP server is installed or not. If it is not installed, it goes over the README.md (quick start), and helps the user install the Arm MCP server. If it is installed, the agent goes ahead with the migration. |
JoeStech
left a comment
There was a problem hiding this comment.
In addition to the comments I've added, please add the MCP install check to the top of each file after addressing the comments in the Codex file, thank you.
There was a problem hiding this comment.
Pull request overview
Adds “Arm migration” prompt/command files for multiple AI agents so users can invoke a standardized workflow to scan a repo, verify container/package compatibility, and apply Arm-related migration recommendations (via the Arm MCP server tooling).
Changes:
- Added Arm migration prompts for Windsurf, VS Code (Copilot prompts), Kiro, Gemini CLI, Cursor, Codex, and Antigravity.
- Added a standalone Arm MCP server installation guide for configuring clients to run the
armlimited/arm-mcpDocker image.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| agent-integrations/windsurf/arm-migration.md | Adds Windsurf workflow prompt for Arm migration. |
| agent-integrations/vs-code/arm-migration.prompt.md | Adds VS Code Copilot prompt (with front matter/tools) for Arm migration. |
| agent-integrations/kiro/arm-migration.md | Adds Kiro steering prompt for Arm migration. |
| agent-integrations/gemini/arm-migration.toml | Adds Gemini CLI custom slash command for Arm migration. |
| agent-integrations/cursor/arm-migration.md | Adds Cursor command prompt for Arm migration. |
| agent-integrations/codex/arm-migration.md | Adds Codex prompt for Arm migration and links to MCP install instructions. |
| agent-integrations/antigravity/arm-migration.md | Adds Antigravity workflow prompt for Arm migration. |
| agent-integrations/agent-install-instructions.md | Adds installation instructions for running Arm MCP server via Docker. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 15 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added the prompt file for
Comment at the top specifying the target location of the prompt file and how to invoke it. Header specifying the name, description, agent and tools.