'Performs git operations and interacts with GitHub. Used when git-related
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill accessing-github --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Accessing Github?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-accessing-github-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: accessing-github
description: 'Performs git operations and interacts with GitHub. Used when git-related
operations are needed, including: git commands (commit, push, pull, branch, merge,
etc.), GitHub API interactions, gh CLI opera'
---
---
name: accessing-github
description: Performs git operations and interacts with GitHub. Used when git-related operations are needed, including: git commands (commit, push, pull, branch, merge, etc.), GitHub API interactions, gh CLI operations, pull request operations, issue analysis and operations.
---
# GitHub Integration
- Always use gh CLI for GitHub operations when possible. Authentication is automatically taken care of by the GH_TOKEN environment variable.
- Fall back to GitHub API when gh CLI isn't suitable
# When committing code
- Create a git commit message which summarises the changes being committed. Include what was changed and why the changes were made, using the conversation history to determine the why if possible.
## Challenge your "why"
- After drafting a "why" part, challenge yourself: would a reader be able to easily determine this themselves from the "what"? If so, don't include the "why", since it is superfluous.
# Improvements
- If you solve any problems with github integration, for example with `gh` authentication not working out of the box, summarise for the user what problem you solved and how after you finish the task. This information will be used to improve the skill in future.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!