Use when running git clone, git remote add, git remote set-url, or suggesting GitHub SSH commands to ensure all GitHub access uses the saski SSH host alias.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Use when running git clone, git remote add, git remote set-url, or suggesting GitHub SSH commands to ensure all GitHub access uses the saski SSH host alias.
GitHub Host Alias
Goal
Ensure every GitHub SSH operation in this environment uses the single configured account: saski.
Use This Skill When
Cloning a repository from GitHub.
Adding or modifying a git remote.
Suggesting or running git commands that involve fetching, pulling, pushing, or cloning over SSH.
Troubleshooting GitHub auth where SSH aliases and gh auth login are being conflated.
SSH Host Alias Context
All GitHub access should use:
git@github.com-saski:
Do not use bare git@github.com: in this environment. If a command, remote, or example uses bare GitHub SSH, rewrite it to git@github.com-saski:.
GitHub CLI Caveat
github.com-saski is an SSH alias from ~/.ssh/config, not a separate GitHub CLI host.
Do not use gh auth login to choose Git-over-SSH identity.
Only use gh auth login when a GitHub CLI command on github.com truly requires API authentication.
Before suggesting gh auth login, inspect whether GITHUB_TOKEN is set.
If GITHUB_TOKEN is set, gh auth login will authenticate from that environment variable and will not store interactive credentials. For a stored login, run env -u GITHUB_TOKEN gh auth login or unset GITHUB_TOKEN in that shell first.