Identifies active authenticated accounts for GitHub CLI, Git HTTPS, and SSH to resolve credential conflicts.
The auth-user skill provides a unified interface for verifying Git identities across various authentication methods. It enables developers to quickly check which user is logged in via the GitHub CLI, inspect stored HTTPS credentials through the Git credential helper, and test SSH connectivity to major hosting platforms. This is essential for troubleshooting 'permission denied' errors, managing multiple developer accounts on a single machine, and ensuring that environment variables or tokens have the correct scopes for the intended operations.
주요 기능
01Inspects stored HTTPS credentials via the Git credential helper
02Summarizes authenticated usernames and authentication methods
031 GitHub stars
04Detects authentication mismatches between HTTPS and SSH protocols
05Tests SSH connection identity for GitHub, GitLab, and Bitbucket
06Verifies active GitHub CLI (gh) account status and token scopes
사용 사례
01Troubleshooting Git permission errors by identifying the active user context
02Managing and switching between multiple GitHub accounts on one workstation
03Verifying CI/CD environment tokens and associated account permissions