Update Claude commands configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
main
Samuel Gbafa 2 months ago
parent eabfdda096
commit 97d28b753e
  1. 4
      .claude/commands/fix-issue.md
  2. 5
      .claude/commands/push-changes.md
  3. 4
      .claude/commands/swap-branch.md
  4. 4
      .claude/commands/sync-branch.md
  5. 3
      .claude/commands/sync-main.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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save