jetbrains-workflow

Integrates JetBrains IDE MCP tools for code inspection, test execution, refactoring, and file searching in Kotlin/Spring projects.

2|1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/1ambda/dataops-platform --skill jetbrains-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jetbrains-workflow
Source: https://github.com/1ambda/dataops-platform/tree/main/.claude/skills/jetbrains-workflow
Command: npx skills add https://github.com/1ambda/dataops-platform --skill jetbrains-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development workflow for Kotlin/Spring projects by leveraging JetBrains IDE's advanced features, significantly reducing reliance on slow Gradle commands and boosting development speed.

Core Features & Use Cases

  • Rapid Code Analysis: Instantly check for code errors and problems directly within the IDE.
  • Efficient Testing: Execute tests using IDE's cached configurations for faster feedback loops.
  • Intelligent Refactoring: Perform safe and comprehensive symbol renaming across the entire project.
  • Fast File Operations: Quickly search, reformat, and manipulate files using IDE's indexed capabilities.
  • Use Case: When developing a new feature in a Kotlin/Spring project, use this Skill to check for errors, run relevant tests, and refactor code without waiting for slow Gradle builds.

Quick Start

Use the jetbrains-workflow skill to find all files containing the keyword 'Service' within your project.

Frequently Asked Questions about jetbrains-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I speed up code analysis and testing in Kotlin/Spring projects?▼

Speed up Kotlin/Spring code analysis and testing by leveraging JetBrains IDE internal indexing and caching. This approach executes tests, checks for errors, and searches files near-instantaneously by bypassing slow Gradle builds.

Why are my Gradle builds so slow when running tests in IntelliJ?▼

Gradle builds are slow for running tests because they bypass IDE caching. You can execute tests using the JetBrains IDE's cached configurations instead, which provides faster feedback loops and near-instantaneous results.

Can I refactor Kotlin code and rename symbols across an entire project without Gradle?▼

Yes, you can refactor Kotlin code and rename symbols across the entire project using JetBrains IDE-native operations. This intelligent refactoring leverages internal indexing to safely perform changes without waiting for Gradle.

Does this workflow approach work with Spring development environments?▼

This workflow approach works specifically with Spring development environments. It integrates JetBrains IDE's MCP tools to optimize file searching, code inspection, and refactoring for Kotlin/Spring projects.

What is the best way to search for files containing specific keywords in a large codebase?▼

The best way to search for files containing specific keywords is using the JetBrains IDE's indexed capabilities. This allows you to quickly search and manipulate files, providing near-instantaneous results on large codebases.