Show status of all projects in the workspace including git branches, uncommitted changes, and running services. Use when user asks "workspace status", "show all projects", or "what's the status".
Show the status of all projects in the current workspace, including git status, running services, and last commits.
When the user wants to see the workspace status:
First, detect which workspace the user is in by checking:
~/.claude/workspaces/*/WORKSPACE.mdIf no workspace is detected, prompt the user to either:
/workspaces:init to create a new workspaceShow a formatted table with information about all projects:
📁 Workspace: Acme Corp
┌─────────────┬──────────────┬─────────────┬──────────┬─────────┐
│ Project │ Branch │ Git Status │ Service │ Port │
├─────────────┼──────────────┼─────────────┼──────────┼─────────┤
│ api │ main │ clean │ running │ 3000 │
│ admin │ feature/auth │ dirty (+3) │ stopped │ 3001 │
│ homepage │ main │ clean, ↑2 │ running │ 3002 │
│ mobile │ main │ not cloned │ - │ 8081 │
└─────────────┴──────────────┴─────────────┴──────────┴─────────┘
Git Status:
clean - No uncommitted changesdirty (+N) - N files changed↑N - N commits ahead of remote↓N - N commits behind remotenot cloned - Repository hasn't been cloned yetService Status:
running - Port is in usestopped - Port is not in useShow recent commits and any warnings:
Recent commits:
• api: "fix: resolve auth token issue" (2 hours ago)
• admin: "feat: add user dashboard" (1 day ago)
⚠ Warning: 'admin' has uncommitted changes
npx skills add patricio0312rev/workspace-status下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
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