From 97d28b753ee92be0cbf510b4bd71322ebaa7519f Mon Sep 17 00:00:00 2001 From: Samuel Gbafa Date: Fri, 18 Jul 2025 10:36:54 +0300 Subject: [PATCH] Update Claude commands configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/fix-issue.md | 4 ++-- .claude/commands/push-changes.md | 5 +++++ .claude/commands/swap-branch.md | 4 ++-- .claude/commands/sync-branch.md | 4 ++-- .claude/commands/sync-main.md | 3 ++- 5 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .claude/commands/push-changes.md diff --git a/.claude/commands/fix-issue.md b/.claude/commands/fix-issue.md index 0a4eb91..efdb24c 100644 --- a/.claude/commands/fix-issue.md +++ b/.claude/commands/fix-issue.md @@ -1,5 +1,5 @@ -This command is being called by someone who is not a developer. Your job is to take steps to accomplish the stated goal. - ultrathink about the root cause of the following problem. Use subagents to explore if needed. Create a plan to address the root cause. Follow this use plan and then fix it. +This command is being called by someone who is not a developer. Your job is to take steps to accomplish the stated goal. + Optional context: #$ARGUMENTS diff --git a/.claude/commands/push-changes.md b/.claude/commands/push-changes.md new file mode 100644 index 0000000..efc2886 --- /dev/null +++ b/.claude/commands/push-changes.md @@ -0,0 +1,5 @@ +Push the latest changes. If we are on main, consider the current changes and checkout a new branch before pushing. + +This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. + +Optional context from the user: #$ARGUMENTS diff --git a/.claude/commands/swap-branch.md b/.claude/commands/swap-branch.md index 058525a..59c0ef0 100644 --- a/.claude/commands/swap-branch.md +++ b/.claude/commands/swap-branch.md @@ -1,5 +1,5 @@ -This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. - Create a new git branch. +This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. + Optional context for naming: #$ARGUMENTS diff --git a/.claude/commands/sync-branch.md b/.claude/commands/sync-branch.md index 7c66b68..25e2cde 100644 --- a/.claude/commands/sync-branch.md +++ b/.claude/commands/sync-branch.md @@ -1,5 +1,5 @@ -This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. +Check for changes on the current branch and pull down the latest changes. If there are conflicts, ask the user if they would like to prioritize their changes or the incoming changes. -Check for changes on this branch and pull down the latest changes. If there are conflicts, ask the user if they would like to prioritize their changes or the incoming changes. +This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. Optional context from the user: #$ARGUMENTS diff --git a/.claude/commands/sync-main.md b/.claude/commands/sync-main.md index 40a6a62..c38b9be 100644 --- a/.claude/commands/sync-main.md +++ b/.claude/commands/sync-main.md @@ -1,5 +1,6 @@ +Pull down the latest changes from github. Switch to main. If there are conflicts ask the user in a simple way if the changes should be merged or discarded. + This command is being called by someone who does not know what git is. Your job is to do the process on their behalf. -Pull down the latest changes from the main branch. Switch to this branch. If there are conflicts ask the user in a simple way if the changes should be merged or discarded. Optional context: #$ARGUMENTS