Create a pull request with conventional commits formatting
You are tasked with creating a pull request following these strict requirements:
# Branch Management
1. Check the current branch using `git branch --show-current`
2. Get the default branch using `git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'`
3. If we're on the main/default branch:
- Analyze the changes to determine the appropriate conventional commit type
- Create a new branch using the format: `{type}/{short-description}` (e.g., `fix/auth-token-validation`, `feat/add-dark-mode`)
- The short-description should be kebab-case and descriptive
- Check...Create a pull request using the git-pushing skill
Create a pull request with a structured template
Enhanced PR preparation that combines Sanctum's workspace review with superpowers:receiving-code-review for comprehensive PR validation
Crée une Pull Request optimisée avec workflow structuré
Analyze branch changes and generate comprehensive PR description