What problem does it solve? When running Fabrik to drive Claude Code through a GitHub Project board, it is hard to know at a glance what the system is doing: which issues are in which stage, which workers are active, and whether anything is stuck or has uncommitted changes. This Skill gathers all of that into one concise status summary. ## Core Features & Use Cases - Worker Detection: Finds running Claude Code worker processes via ps aux filtering. - Board Inspection: Queries the GitHub GraphQL API to list issues by board column, flag issues with fabrik:editing or fabrik:locked labels, and show open PRs with mergeable status. - Worktree Hygiene Check: Scans .fabrik/worktrees/issue-* directories for uncommitted changes. - Use Case: You return to your desk and ask "what is Fabrik doing right now?" — the Skill reports active workers, board distribution, locked issues, and dirty worktrees so you know exactly what needs attention. ## Quick Start Ask the assistant to check the current Fabrik project status and summarize what needs attention.