Use for GitHub operations - creating PRs, checking CI status, reviewing PR comments, managing issues.
This skill triggers the github MCP server for repository operations using Personal Access Token authentication.
- Create new PR with title and body
- List open/closed PRs
- Get PR details and comments
- Merge PR (with approval)
- Close PR
- List open issues
- Create new issue
- Add comments to issues
- Close/reopen issues
- Add labels
- Check workflow run status
- Get build logs
- Re-run failed workflows
- View action results
- List branches
- Compare branches
- Get commit history
- Check file contents
Server: github Package: @github/mcp-server Requires: GITHUB_TOKEN environment variable set
Repository: Sharks820/VeilBreakers3D Main Branch: master Workflow: feature branches from master (see CLAUDE.md GIT WORKFLOW)
## Summary
[1-3 bullet points]
## Changes
- [List of changes]
## Testing
- [ ] Tested in Unity Editor
- [ ] No compile errors
- [ ] No console warnings