Agent skill
github
GitHub platform with Actions, Copilot, and code review. Use for collaboration.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/github-g1joshi-agent-skills
SKILL.md
GitHub (Tool)
Beyond the platform, GitHub provides powerful CLI tools (gh) and Desktop apps that streamline workflows.
When to Use
- PR Management:
gh pr create,gh pr checkout. - CLI: Scripting GitHub Actions or releases.
- Copilot: Managing AI settings.
Core Concepts
GitHub CLI (gh)
The official CLI.
gh repo create my-new-repo --public --clone
Codespaces
Cloud dev environment. gh codespace create.
Gists
Code snippets. gh gist create file.txt.
Best Practices (2025)
Do:
- Use
gh dash: A dashboard extension for the CLI to view PRs/Issues. - Use
gh copilot: CLI interface for Copilot ("Explain this command").
Don't:
- Don't use password auth: It's disabled. Use PAT or SSH.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?