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_TOKENor 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
mktempfiles, so there is no extra write approval and no temp file to clean up. - Two reusable approval prefixes (
… youtrack.ts readand… 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.