Skip to content

maxmaxme/ai-skills-youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTrack agent skill

Buy Me a Coffee

Public agent skill for reading YouTrack issues and turning them into implementation-ready coding context.

What this skill does

  • Fetches a single issue by key (ABC-123) from YouTrack API.
  • Fetches issue lists by YouTrack query.
  • Fetches issue comments and extracts key discussion context.
  • Extracts key fields: summary, description, customFields, links, subtasks, comments.
  • Produces an actionable brief and can continue to implementation.

Install with skills CLI

This repository is compatible with skills, so you can install it for different coding agents (Codex, Claude Code, Cursor, OpenCode, and others).

Install from GitHub:

npx skills add maxmaxme/ai-skills-youtrack

Install for specific agent(s):

npx skills add maxmaxme/ai-skills-youtrack -a codex
npx skills add maxmaxme/ai-skills-youtrack -a claude-code -a cursor

Install globally (available in all projects):

npx skills add maxmaxme/ai-skills-youtrack -g

Preview skill(s) before installing:

npx skills add maxmaxme/ai-skills-youtrack --list

After installation, restart your agent if it does not pick up newly installed skills automatically.

Expected UX

User prompt:

Do task ABC-123

Agent behavior:

  1. Fetch issue context from YouTrack.
  2. Build a concise actionable brief.
  3. Proceed with code changes when the request is implementation-oriented.

About

Codex YouTrack Skill: fetch issues, extract actionable requirements, and drive implementation workflows

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages