What problem does it solve?
This Skill identifies which user account and credential method are currently configured for GitHub CLI and Git operations, helping developers troubleshoot authentication failures, account confusion, and credential mismatches.
Core Features & Use Cases
- GitHub CLI status: Reports the active gh account, token presence, configured git protocol, and token scopes.
- HTTPS credential inspection: Uses git credential fill to show stored usernames and helper-backed credentials for hosts.
- SSH verification: Tests SSH connectivity to determine which account an SSH key belongs to and displays verbose connection details when needed.
- Use Case: Ideal for developers switching between personal and work accounts, debugging CI authentication, or confirming which credentials will be used for git operations.
Quick Start
Ask the skill to check gh auth status, inspect HTTPS credentials, and test SSH to summarize authenticated usernames and methods.