From github-manager
Claude Code skill that sets up or cleans a GitHub account end-to-end — interactively audits and fixes profile fields, profile README, repo descriptions, topics and project READMEs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-manager:gh-onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Boş/dağınık bir GitHub hesabını uçtan uca kuran interaktif orkestratör.
Boş/dağınık bir GitHub hesabını uçtan uca kuran interaktif orkestratör. Diğer skill/agent'ları sırayla çağırır; her yazma adımı onaylıdır.
command -v gh >/dev/null || { echo "→ brew install gh"; exit 1; }
gh auth status >/dev/null 2>&1 || echo "→ ! gh auth login --web -s repo,read:org,user"
--scope public|private|all verilmemişse SOR (public/private/all).
gh-audit çalıştır → önceliklendirilmiş sağlık raporu (profil + repolar).
Kullanıcıya raporu göster; hangi bölümleri düzeltmek istediğini sor.
Eksik hesap alanı varsa → profile-bio (interaktif, sorar, onaylı yazar).
<login>/<login> README yok/zayıfsa → profile-readme (üret, diff, onaylı push).
Seçilen kapsamdaki repolarda → gh-normalize (desc + topics, batch + repo-başına onay).
README'si eksik/zayıf repolarda → readme-standard (create/fix/tr-sync).
Yapılanları + API ile yapılamayanları (pronouns, PRO badge, local time) + manuel işleri listele.
gh api user) — kullanıcıya özel hardcode yok; başka hesapta da çalışır.npx claudepluginhub sametbrr/github-managerCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.