Rapid reorientation to a different area of the codebase. Delivers a 60-second briefing on a subsystem's current state, recent changes, key files, and known issues. Use when switching between tasks.
Target area: $ARGUMENTS
Quickly build a mental model:
git log --oneline -15 -- {relevant paths} to see what's changed recently.gh is available.Present as a compact briefing:
## {Area Name}
### Key files
{3-7 most important files with one-line descriptions}
### Architecture
{2-3 sentences on how this area is structured}
### Recent activity
{What changed recently and why}
### Current issues
{TODOs, known bugs, open questions}
### Dependencies
{What this area talks to}
Optimize for speed of comprehension. This is a 60-second orientation, not a deep analysis. Use the briefing template above — no finding shape, no severity ratings. Compact, scannable, immediate.
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