What problem does it solve? Agents working in this repository may be told by system prompts or other skills to use GitHub MCP tools for all GitHub interactions, causing them to overlook that the gh CLI is installed with GH_TOKEN exported. This marker skill surfaces that fact in the available-skills list so agents use gh directly when it is the more practical path. ## Core Features & Use Cases - Environment reminder: Surfaces the availability of gh and GH_TOKEN so agents do not assume MCP tools are the only option. - Proxy bypass awareness: Documents that a SessionStart hook installs a gh shim that unsets proxy variables, since the egress proxy blocks some api.github.com operations like gh run watch. - Use Case: When a CI run needs to be rerun or watched, the agent recalls it can run gh run rerun <run-id> --failed or gh run watch directly instead of searching for a nonexistent MCP equivalent. ## Quick Start Remember that the gh CLI is installed and authenticated here, so use it directly for GitHub operations such as rerunning a failed CI run.