pycharm-refs

Community

Generate clickable code links for instant IDE navigation.

Authordjimontyp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines code review and debugging by generating clickable file:// URLs with absolute paths and line numbers, allowing users to jump directly to relevant code in PyCharm/JetBrains IDEs from reports or findings.

Core Features & Use Cases

  • Instant Code Navigation: Creates links that open directly in your IDE, eliminating manual file searching and saving you time.
  • Actionable Reporting: Ensures bug reports, performance analyses, and implementation summaries include direct links to the code in question.
  • Contextual References: Distinguishes between actionable code references (clickable) and conceptual documentation (non-clickable) for clarity.
  • Use Case: After an AI agent identifies a performance bottleneck in your backend, it uses this skill to provide a report with a clickable link like file:///path/to/backend/app/services/classification.py:156, letting you instantly jump to the exact line of code.

Quick Start

To generate a clickable reference in a report:

Use the format:

file://{{env.WORKING_DIRECTORY}}/path/to/file.py:LINE_NUMBER

Example:

Found issue at:

file:///Users/youruser/project/backend/app/services/task_service.py:45

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pycharm-refs
Download link: https://github.com/djimontyp/task-tracker/archive/main.zip#pycharm-refs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository