Work on a new feature or fix by creating a branch, implementing changes, and submitting a PR with GH CLI. Use when picking up a new todo item.
Create a branch per task, implement the change, and open a pull request using gh. Keep the workflow lightweight and consistent.
git fetch origingit checkout maingit pullgit checkout -b fix/<short-slug>git checkout -b feat/<short-slug>feat(scope): ...fix(scope): ...git push -u origin <branch>gh pr create --title "..." --body "..."## Summary
<what changed and why>
## Testing
- <commands or "not run (reason)">
## Checklist
- [ ] Meets acceptance criteria
- [ ] Docs/strings updated if needed
Search 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