Guidelines for creating reviewable pull requests that get merged quickly.
This skill helps you create PRs that are easy to review and get merged quickly.
Use this skill when you need to:
Make it easy for reviewers. Small, focused, well-documented PRs get reviewed faster and have fewer issues.
✅ Keep it small - Target < 500 lines changed
✅ One logical change - Single feature, bug fix, or refactoring
✅ Clear description - What, why, and how
✅ Visual evidence - Screenshots for UI changes
✅ Verification passed - Include pnpm verify output
For complete examples and tips for breaking down large PRs, see the detailed code review guide.
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