jetbrains-skill
✓使用 JetBrains IDE MCP 服务器 (IntelliJ IDEA 2025.2+) 让外部客户端驱动 IDE 支持的操作:运行运行配置、在 IDE 终端中执行命令、读取/创建/编辑项目文件、通过 IDE 索引(文本/正则表达式)搜索、检索文件的代码检查、获取符号信息、执行重命名重构、列出模块/依赖项/存储库、在编辑器中打开文件以及重新格式化代码。当您需要 IDE 级索引/重构/检查而不是原始 shell 脚本时使用。
SKILL.md
Goal: use JetBrains IDE features (index, inspections, refactoring, run configurations, integrated terminal) as tools for an external client, while keeping changes auditable and safe.
notes + tool list (condensed): skills/jetbrains-skill/references/jetbrains-skill.md.
Brave Mode (no confirmations) The IDE can allow running shell commands / run configurations without per-action confirmation (“Brave mode”). This increases automation power but also increases risk. Require explicit user confirmation before enabling/disabling it.
使用 JetBrains IDE MCP 服务器 (IntelliJ IDEA 2025.2+) 让外部客户端驱动 IDE 支持的操作:运行运行配置、在 IDE 终端中执行命令、读取/创建/编辑项目文件、通过 IDE 索引(文本/正则表达式)搜索、检索文件的代码检查、获取符号信息、执行重命名重构、列出模块/依赖项/存储库、在编辑器中打开文件以及重新格式化代码。当您需要 IDE 级索引/重构/检查而不是原始 shell 脚本时使用。 来源:ry-run/run-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/ry-run/run-skills --skill jetbrains-skill- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 jetbrains-skill?
使用 JetBrains IDE MCP 服务器 (IntelliJ IDEA 2025.2+) 让外部客户端驱动 IDE 支持的操作:运行运行配置、在 IDE 终端中执行命令、读取/创建/编辑项目文件、通过 IDE 索引(文本/正则表达式)搜索、检索文件的代码检查、获取符号信息、执行重命名重构、列出模块/依赖项/存储库、在编辑器中打开文件以及重新格式化代码。当您需要 IDE 级索引/重构/检查而不是原始 shell 脚本时使用。 来源:ry-run/run-skills。
如何安装 jetbrains-skill?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ry-run/run-skills --skill jetbrains-skill 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/ry-run/run-skills