Use this skill whenever you are about to run any write gh CLI command — gh pr edit, gh pr create, gh issue edit, gh issue create, gh pr comment, gh issue comment, gh pr close, gh pr merge, gh release create, or similar. High-level gh commands sometimes fail with "missing required scopes" auth errors even though the underlying GitHub REST API works fine with the same token. This skill makes you automatically fall back to gh api instead of stopping to ask the user to re-authenticate. Always invoke before running any mutating gh command.
$npx -y skills add blockscout/mcp-server --skill gh-safeInstalls into the current project.
Run `npx skills use "https://github.com/blockscout/mcp-server" --skill "blockscout/mcp-server/gh-safe"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blockscout/mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/blockscout/mcp-server"` and select the relevant skills, then follow their instructions.