Create GitHub PRs with proper formatting, labeling, and quality checks
Create GitHub PRs with proper formatting, labeling, and quality checks.
# 1. Stage and commit
git add .
git commit -m "feat: add feature"
# 2. Push branch
git push -u origin feature-branch
# 3. Create PR
gh pr create \
--title "feat: add feature" \
--body "## Changes
- Added feature X
## Testing
- All checks pass
Generated with [AI_TOOL] by [AI_MODEL]" \
--base main
/pr-create autoEnable auto-merge after creation:
gh pr merge $(gh pr view --json number -q '.number') --squash --auto
## Changes
- What was modified
## Technical Details
- Implementation specifics
## Testing
- Verification steps
Generated with [AI_TOOL] by [AI_MODEL]
gh pr edit <number> --add-label enhancement # feat:
gh pr edit <number> --add-label bug # fix:
gh pr edit <number> --add-label documentation # docs:
/changesets if applicableSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer