mit einem Klick
create-pr
// Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review.
// Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review.
Generate a daily summary of Mark's action items from Granola meeting notes in the last 24h (or since Friday on Mondays) and post to Slack via webhook. Use when Mark types /granola-summary or when the weekday 9am launchd cron fires.
Commit all current changes
Scaffold a new VS Code extension project with GitHub repository. Use when the user wants to create a VS Code extension, start a new extension project, or set up a vscode extension.
| name | create-pr |
| description | Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review. |
Create a pull request using the GitHub CLI (gh).
gh pr create -t "Add QR code scanner" -b "## Description
Implement QR code scanner in the account settings page."
If the branch is named alpha, beta, charlie, delta, or echo, first run
gn "commit message" to rename the branch and commit changes, then proceed with
PR creation.
After creating the PR, display only the pull request URL with no other details.
.github/PULL_REQUEST_TEMPLATE.md file## Description followed by a simple description