Development
#ai
debugging
Debug IntelliJ IDE failures with repository-specific techniques.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=jetbrains-intellij-community-agents-skills-debugging-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name debugging description Debug IntelliJ IDE failures with repository-specific techniques. Debugging Documentation Logger FAQ - Frequently asked questions about logging How to Investigate Freezes - Diagnosing IDE freezes Exception Analyzing FAQ - Analyzing and categorizing exceptions Searching idea.log When debugging IntelliJ code, search idea.log using these patterns: Log Levels: FINE = debug level (from LOG.debug { } ) INFO = info level (from LOG.info() ) Category Format: #<abbreviated.package.path>.<ClassName> Example: com.intellij.openapi.wm.impl.status.IdeStatusBarImpl → #c.i.o.w.i.s.IdeStatusBarImpl Search Examples: # Debug logs from IdeStatusBarImpl grep "FINE - #c.i.o.w.i.s.IdeStatusBarImpl" idea.log # Info logs from IdeStatusBarImpl grep "INFO - #c.i.o.w.i.s.IdeStatusBarImpl" idea.log # All logs from a class grep "#c.i.o.w.i.s.IdeStatusBarImpl" idea.log End-to-End Behavior When fixing issues where a user-facing entry point (script, command, API) doesn't behave as expected: Trace the full execution chain from entry point to actual executor before making changes Identify all layers that handle the relevant behavior - each layer may swallow, transform, or ignore it Verify the fix at the entry point the user actually invokes, not just at the layer you modified Add debugging output if still unsure - add to all layers to trace the issue
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.