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
7 changes: 7 additions & 0 deletions .claude/commands/make-branch.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
description: "Generate consistent branch names from GitHub issue information"
argument-hint: "[<type>]: <description>\n#<issue-index>"
allowed-tools:
- Bash(git checkout:*)
---

# make-branch

Generate consistent branch names from GitHub issue information.
Expand Down
7 changes: 7 additions & 0 deletions .claude/commands/make-pr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
description: "Automatically generate draft pull requests with intelligent content analysis"
allowed-tools:
- Bash(gh:*)
- Bash(git:*)
---

# make-pr

Automatically generate draft pull requests with intelligent content analysis.
Expand Down