---
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install github-workflows@claude-code-plugin-automations--- description: Show current workflow state (branch, commits, PRs, board status) and suggest next actions allowed-tools: Bash, Read --- # Workflow Status Display current GitHub workflow state and suggest next actions. ## Usage ## What This Shows 1. **Current Branch**: Name, ahead/behind main, related issues, detected scope 2. **Tracked Issues**: Issues from local cache, grouped by context: - **Branch Issues**: Issues selected for current branch (from `relatedIssues`) - **Scope-Relevant**: Issues matching branch's detected scope label - **Project Issues**:...