From df1aff9a188b2d0463f69d3bc9a429cdbc37139b Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:35:55 +0000 Subject: [PATCH] Automated ingestion of prompt: Claude Code Skill (Slash Command): push-and-pull-request.md --- ...l_slash_command_push_and_pull_requ_1396.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 prompts/coding/claude_code_skill_slash_command_push_and_pull_requ_1396.md diff --git a/prompts/coding/claude_code_skill_slash_command_push_and_pull_requ_1396.md b/prompts/coding/claude_code_skill_slash_command_push_and_pull_requ_1396.md new file mode 100644 index 0000000..9379671 --- /dev/null +++ b/prompts/coding/claude_code_skill_slash_command_push_and_pull_requ_1396.md @@ -0,0 +1,23 @@ +--- +title: "Claude Code Skill (Slash Command): push-and-pull-request.md" +contributor: "@DoguD" +tags: #coding, #dogud +--- + +--- +allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(gh pr create:*) +description: Commit and push everything then open a PR request to main +--- + +## Context + +- Current git status: !`git status` +- Current git diff (staged and unstaged changes): !`git diff HEAD` +- Current branch: !`git branch --show-current` +- Recent commits: !`git log --oneline -10` + +## Your task + +1. Review the existing changes and then create a git commit following the conventional commit format. If you think there are more than one distinct change you can create multiple commits. If there are no outstanding changes proceed to 2. +2. Push all commits. +3. Open a PR to main following the conventional formats.