managing-youtrack

Installation
SKILL.md

Deprecated: use the youtrack skill

Every operation this skill described is now covered by the youtrack skill, which drives .agents/skills/youtrack/scripts/youtrack.ts through the repository-pinned Bun wrapper. Read that skill's SKILL.md and use its commands.

Why it was replaced:

  • The CLI resolves the token from YOUTRACK_TOKEN or the native OS credential store, so the token never has to be exported into the shell environment.
  • Bodies are piped over stdin instead of staged in mktemp files, so there is no extra write approval and no temp file to clean up.
  • Two reusable approval prefixes (… youtrack.ts read and … youtrack.ts write) cover the whole surface, and the read/write split makes mutations an explicit decision.
  • Ids, link directions, tag names, and custom field $types are resolved by the CLI rather than hand-assembled per call.

Command mapping

Installs
1
GitHub Stars
20.4K
First Seen
Jul 30, 2026
managing-youtrack — jetbrains/intellij-community