
from openagent5,231
Guides agents to perform GitHub workflows using the GitHub CLI (`gh`)—auth, repo creation, remotes, and safe credential handling—minimizing user prompts.
This skill teaches an agent a gh-first workflow for interacting with GitHub: detect and reuse existing authentication, create repositories, configure remotes, push branches, and fall back safely to git or API calls when necessary. It prescribes minimal-interruption prompts, strict secret-handling rules, and step-by-step execution flows for different environment states.
Use when the agent needs to perform GitHub-related tasks on behalf of the user: creating or pushing to repos, setting remotes, performing authenticated gh actions, or finishing onboarding flows that require minimal user input. Helpful for CI setup, repo initialization, and automated pushes.
gh auth driving, fallback strategies if gh is missing, and exact preferred command flows for success conditions.Agents capable of running shell commands and using gh (CLI-aware agents like Copilot/Codex, CLI automation agents, or containerized runners).
Well-crafted skill guiding agents through GitHub CLI (gh) workflows with strong emphasis on minimizing user prompts and safe credential handling. No bundled scripts — purely instructional SKILL.md. Exceptional security posture: explicitly forbids exposing or persisting secrets. Clear, unambiguous instructions with good/bad prompt examples. Solid architecture with proper frontmatter and progressive disclosure, though it's a single-file skill without scripts/ or references/ directories.
Pure instructional skill with no scripts to execute. Security rules are exemplary — actively prevents secret exposure. Could benefit from adding scripts/ for common operations like repo creation or auth checking.