intellij-community
Build, test, and ship IntelliJ Platform code with AI agents
All Skills in This Repository (13)
Pure Emerald Level Indicatorstesting
Run and debug IntelliJ tests via tests.cmd with pattern matching and retries.
actions
Implement IntelliJ AnAction classes with plugin.xml and message bundle configuration.
ssr
Automate structural pattern matching and safe replacement in IntelliJ projects.
module-dependencies
Manage IntelliJ module dependencies by guiding iml file updates.
testing-internals
Trace tests.cmd execution flow through Bazel to JUnit 5 and Vintage runners.
commits
Enforce YouTrack ticket and subsystem commit message formats in IntelliJ repositories.
driver-ui-tests
Create and validate JetBrains IDE UI tests with IDE Starter and UI Driver.
safe-push
Automate Safe Push workflow for protected IntelliJ branches with dry-run validation.
code-style
Enforce IntelliJ code style rules for Kotlin and Java files.
writing-tests
Write JUnit 5 tests for IntelliJ codebases using fixtures and lifecycle annotations.
debugging
Diagnose IntelliJ IDE issues through log analysis and exception tracing.
registry
Manage IntelliJ registry keys and feature flags via plugin.xml and RegistryManager.
Frequently Asked Questions
FAQPage SchemaHow to install intellij-community skills?โผ
Run `npx skills add JetBrains/intellij-community --all -g -y` in your terminal to install the full skill suite globally.
What do the IntelliJ community skills do?โผ
They teach AI agents how to work inside the IntelliJ Platform monorepo: running tests, editing module dependencies, writing UI, fixing leaks, and preparing commits and pull requests.
How to run IntelliJ tests with an AI agent?โผ
The testing skill instructs the agent to use `./tests.cmd --module <module> --test <FQN>` and explains pattern matching, debugging flags, and Bazel-specific cases.
Do these skills work with Claude Code and other agents?โผ
Yes. The skills follow the standard SKILL.md format and are mirrored for Claude Code, Codex, and other compatible agent harnesses.
Can AI agents prepare Jewel pull requests automatically?โผ
Yes. The jewel-pr-preparer skill walks the agent through commit validation, local CI checks, release notes, and PR creation with your approval at each step.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core