Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/skills/create-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .claude/skills/make-yt-issue/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .claude/skills/update-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading