What problem does it solve?
The skill prevents mistakes and friction when working across multiple GitHub accounts by replacing manual account switching with clear, account-specific aliases.
Core Features & Use Cases
- Auto-detect multi-account setup: Runs gh auth status, identifies multiple logged-in accounts, and uses the discovered usernames to drive configuration.
- Guided account selection: Asks you to confirm which username is personal vs work/EMU before making changes.
- One-time automated shell environment setup: Creates PowerShell profile functions and cmd wrappers, updates PATH so the aliases are available immediately, and provides verification commands.
- Usage rules and repo binding: Enforces a rule to never use bare gh for repo operations in the configured environment and specifies that the bradygaster/squad repo must use the personal alias.
Quick Start
Tell the AI to set up your GitHub multi-account aliases by running account detection with gh auth status and configuring ghp/ghw so your personal and work repos use the correct account automatically.