開発
#ai
debugging
Debug IntelliJ IDE failures with repository-specific techniques.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=jetbrains-intellij-community-agents-skills-debugging-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |