diff --git a/.claude/skills/create-pr/SKILL.md b/.claude/skills/create-pr/SKILL.md index d6e12896..aa4f87e9 100644 --- a/.claude/skills/create-pr/SKILL.md +++ b/.claude/skills/create-pr/SKILL.md @@ -1,6 +1,7 @@ --- name: create-pr description: Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship — after tests pass, code review, and architecture review are done. +compatibility: gh must be installed and authenticated. --- # Create PR diff --git a/.claude/skills/make-yt-issue/SKILL.md b/.claude/skills/make-yt-issue/SKILL.md index de6005f5..9f477686 100644 --- a/.claude/skills/make-yt-issue/SKILL.md +++ b/.claude/skills/make-yt-issue/SKILL.md @@ -1,6 +1,7 @@ --- name: make-yt-issue description: Ensure a YouTrack issue exists before starting work. Use at the start of any task when the user has not provided a ticket ID, when you need to verify a ticket exists, when the user asks to create a ticket, or before starting untracked work. +compatibility: YouTrack MCP must be configured and available. --- # Ensure YouTrack Issue diff --git a/.claude/skills/update-pr/SKILL.md b/.claude/skills/update-pr/SKILL.md index 461e9936..72d2a727 100644 --- a/.claude/skills/update-pr/SKILL.md +++ b/.claude/skills/update-pr/SKILL.md @@ -1,6 +1,7 @@ --- name: update-pr description: Stage, commit, and push follow-up changes to an existing feature branch or PR. Use for quick iterations — after addressing review feedback, fixing a bug on the branch, or adding incremental changes that don't need a new PR. +compatibility: gh must be installed and authenticated. --- # Update PR