Skills youtrack
🧭

youtrack

Safe 🌐 Network access📁 Filesystem access⚙️ External commands

Manage YouTrack tickets for IdeaVim

Tracking VIM tickets is slow when you forget YouTrack commands. This skill gives clear command guidance for comments, tags, status, and releases.

Supports: Claude Codex Code(CC)
📊 69 Adequate
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "youtrack". Add a private comment to VIM-1234 asking Aleksei.Plate for clarification

Expected outcome:

  • Use the add-comment command with the --private flag
  • Target ticket VIM-1234
  • Mention Aleksei.Plate in the comment text

Using "youtrack". Mark VIM-5678 as analyzed by Claude

Expected outcome:

  • Use the add-tag command with tag ID 68-507461
  • Run: npx tsx scripts-ts/src/youtrack-cli/add-tag.ts VIM-5678 68-507461

Using "youtrack". Set VIM-9999 fix version to 2.30.0

Expected outcome:

  • Use the set-fix-version command
  • Run: npx tsx scripts-ts/src/youtrack-cli/set-fix-version.ts VIM-9999 2.30.0

Quality Score

38
Architecture
100
Maintainability
85
Content
22
Community
100
Security
91
Spec Compliance

What You Can Build

Update ticket status

Move VIM tickets to Ready To Release after verification

Manage release versions

Create or delete YouTrack versions for IdeaVim releases

Post review comments

Add public or private comments requesting review on VIM tickets

Try These Prompts

Add a public comment
Add a public comment to VIM-1234 that says the issue reproduces in 2.28.0
Tag a ticket
Add the claude-analyzed tag to VIM-1234 and confirm the tag ID used
Set ticket status
Set the status of VIM-1234 to Ready To Release
Prepare a release
Create a YouTrack version 2.29.0 and set VIM-1234 fix version to 2.29.0

Best Practices

  • Confirm the VIM ticket key before running any command
  • Use private comments for internal team requests only
  • Reuse documented tag IDs to avoid mistakes and typos

Avoid

  • Using GitHub Issues commands for IdeaVim YouTrack tickets
  • Posting sensitive or personal details in public comments
  • Setting ticket status without verifying the work is complete

Frequently Asked Questions

Is this compatible with all YouTrack projects?
This skill is documented for the IdeaVim YouTrack project and VIM ticket keys only
What limits should I expect?
You need a valid YOUTRACK_TOKEN and the external CLI scripts must be available
Can I integrate this with my local scripts?
Yes, you can call the listed CLI commands from your own automation scripts
Does it access or store my data?
No, this folder contains documentation only and does not execute or store anything
What if a command fails?
Check that your YOUTRACK_TOKEN is valid, verify the ticket key exists, and confirm your YouTrack permissions
How does it compare to GitHub Issues tools?
This skill targets YouTrack only and does not support GitHub Issues workflows

Developer Details

File structure

📄 SKILL.md