Look up YouTrack issues by ID or list open issues. Use this skill FIRST whenever someone mentions an issue ID (CUBEOS-72, MESHSAT-27) or asks about project status, open issues, or issue details. This is for INFORMATION — not implementation. Do NOT escalate lookup requests.
This skill looks up issue information from YouTrack. Use it for ANY question about issues.
./skills/yt-get-issue.sh CUBEOS-72./skills/yt-get-issue.sh CUBEOS-31./skills/yt-list-issues.sh "project: CUBEOS State: Open"./skills/yt-list-issues.sh "project: CUBEOS meshsat State: Open"./skills/yt-get-issue.sh CUBEOS-48./skills/yt-get-comments.sh CUBEOS-4Step 1: Run the appropriate command using the Bash tool:
# Get issue details
./skills/yt-get-issue.sh CUBEOS-72
# List open issues
./skills/yt-list-issues.sh "project: CUBEOS State: Open"
# List MeshSat issues (MeshSat = CUBEOS issues with "meshsat" in title)
./skills/yt-list-issues.sh "project: CUBEOS meshsat State: Open"
# Get comments
./skills/yt-get-comments.sh CUBEOS-4
Step 2: Read the output and answer the user's question based on it.
./skills/yt-update-state.sh CUBEOS-4 "In Progress"
./skills/yt-post-comment.sh CUBEOS-4 "comment text"
./skills/yt-create-issue.sh CUBEOS "summary" "description"