원클릭으로
github-auth
Use when GitHub authentication is missing, broken, or needed before repository, issue, pull request, or CI work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when GitHub authentication is missing, broken, or needed before repository, issue, pull request, or CI work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when discovering, verifying, or sharing SKILL.md based skills across local Hermes, Codex, OpenClaw, Gemini, OpenCode, Claude-adjacent, and generic agent skill roots without overwriting existing skills or leaking private paths.
Use when external services should trigger agent runs through webhook events
Use when triaging, creating, labeling, searching, or closing GitHub issues
Use when creating, updating, reviewing, testing, or merging a GitHub pull request
Use when reading, creating, updating, or organizing Notion pages and databases through the Notion API
Create interactive feature-comparison heatmaps that score, rank, and crown winners across multiple tools, repos, or products. Use this skill whenever the user asks to compare tools, software, GitHub repos, frameworks, extensions, or any set of alternatives across multiple features or criteria — especially when they want a visual matrix, heatmap, scorecard, ranking, or 'who wins' analysis. Also trigger when the user says things like 'compare features', 'which is the best', 'feature matrix', 'score them 1-100', 'rank these tools', 'Vergleich', 'Heatmap', 'wer gewinnt', or 'Gewinner küren'. The output is always an interactive React (.jsx) artifact with clickable GitHub/repo links, last-update dates, color-coded scores, sorting, and an automatic winner badge.
| name | github-auth |
| description | Use when GitHub authentication is missing, broken, or needed before repository, issue, pull request, or CI work |
Choose the least surprising GitHub auth path for the current machine, then verify it before doing repository work.
git --version
gh --version 2>/dev/null || true
gh auth status 2>/dev/null || true
gh session when available.gh is not authenticated, ask the user to complete gh auth login.gh is unavailable, use normal git credentials or SSH.git config --global user.name "Your Name"
git config --global user.email "you@example.com"
git ls-remote origin
gh auth login over token-in-remote URLs.