diff --git a/.claude/commands/make-branch.md b/.claude/commands/make-branch.md index b3cc6df..e345edd 100644 --- a/.claude/commands/make-branch.md +++ b/.claude/commands/make-branch.md @@ -1,3 +1,10 @@ +--- +description: "Generate consistent branch names from GitHub issue information" +argument-hint: "[]: \n#" +allowed-tools: + - Bash(git checkout:*) +--- + # make-branch Generate consistent branch names from GitHub issue information. diff --git a/.claude/commands/make-pr.md b/.claude/commands/make-pr.md index af366c9..bb6c412 100644 --- a/.claude/commands/make-pr.md +++ b/.claude/commands/make-pr.md @@ -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.