Skip to content

Instantly share code, notes, and snippets.

View Tschimmy's full-sized avatar

Florian Kimmel Tschimmy

  • Eversports
View GitHub Profile
allowed-tools description
bash(gh pr *), bash(git log *), bash(git diff *), bash(pbcopy), read(.github/CODEOWNERS)
Analyze commits, update PR description, and generate review request

Context

This command analyzes the commits in the current branch, generates an improved PR description based on the actual work done, asks for your approval, updates the PR if approved, analyzes which teams need to review based on CODEOWNERS, and generates appropriate review request messages that get copied to your clipboard.

Process

@Tschimmy
Tschimmy / commit.md
Last active October 9, 2025 12:06
Commit Slash Command
allowed-tools title description args
Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git push:*), Bash(git pull:*)
Write Git Commit Message
Generate a well-crafted Git commit message following best practices
name description required
changes
Brief description of what was changed (optional - will analyze git diff if not provided)
false