git-ci
Installation
SKILL.md
GCI
Use GCI through its typed MCP tools. Never replace a GCI tool with an arbitrary SSH shell command when the tool exists.
Connect
- Ask for the VPS hostname or IP when it is not already known.
- Try the current SSH user and SSH config first.
- Ask for an SSH target such as
root@hostonly if that connection fails. - Never ask for a private key, passphrase, or service token.
- Run
scripts/setup.sh --host <host>for a read-only preflight. - Show the planned host changes before rerunning with
--apply. - Use
scripts/verify.sh --ssh-target <target>after setup.