AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "github" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/github-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/github-skill/SKILL.md "https://raw.githubusercontent.com/salujayatharth/github-skill/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Complete GitHub integration for repositories, issues, PRs, workflows, and security. Use when working with GitHub: (1) Repository operations - get/create files, branches, search code, (2) Issue management - list, create, update, comment on issues, (3) Pull requests - create, review, merge PRs, check CI status, (4) GitHub Actions - list workflows, view runs, download logs, trigger workflows, (5) Code security - Dependabot alerts, code scanning, secret scanning. Requires GITHUB_TOKEN environment variable with appropriate scopes.
GitHub Integration
Complete GitHub API integration for Claude Code. All operations require the GITHUB_TOKEN environment variable.
Quick Start
Verify authentication: `bash python scripts/github_client.py --check-auth ` Check rate limits: `bash python scripts/github_client.py --rate-limit `
Operation Reference
Choose your operation and load the appropriate reference file for detailed usage. | Task | Reference File | Common Operations | |------|----------------|-------------------| | Repository/Files | repos.md | Get files, create/update files, branches, fork | | Issues | issues.md | List, create, update, comment, labels | | Pull Requests | pull-requests.md | Create, review, merge, check status | | GitHub Actions | actions.md | List runs, view logs, rerun, trigger | | Security | code-security.md | Dependabot, code scanning, secrets | | Search | search.md | Search repos, code, issues, users | | Troubleshooting | api-patterns.md | Error handling, rate limits, patterns |
Decision Tree
` What do you need to do? │ ├── Work with files or code? │ └── Read references/repos.md │ - Get file contents │ - Create/update files │ - Create branches │ - Fork repositories │ ├── Manage issues? │ └── Read references/issues.md │ - List/filter issues │ - Create issues │ - Update status/labels │ - Add comments │ ├── Work with pull requests? │ └── Read references/pull-requests.md │ - Create PRs │ - Review/approve │ - Check CI status │ - Merge PRs │ ├── GitHub Actions / CI? │ └── Read references/actions.md │ - List workflow runs │ - View/download logs │ - Rerun failed jobs │ - Trigger workflows │ ├── Security alerts? │ └── Read references/code-security.md │ - Dependabot alerts │ - Code scanning │ - Secret scanning │ └── Search GitHub? └── Read references/search.md • Search repositories • Search code • Search issues/PRs • Search users `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster