Quick code review for small PRs (<100 lines). Focuses on basic code quality, naming conventions, and obvious bugs.
Quick code review for small PRs (<100 lines). Focuses on basic code quality, naming conventions, and obvious bugs.
针对小型 PR(<100 行)进行快速代码审查。关注基本代码质量、命名约定和明显的错误。
Category: developer (开发工具) · Author: breaking-brake · Version: @main · License: NOASSERTION
npx skills add breaking-brake/code-review-small下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
ElevenLabs text-to-speech with mac-style say UX.
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
Control Philips Hue lights and scenes via the OpenHue CLI.
Search and analyze your own session logs (older/parent conversations) using jq.
Category:developer