← スキル一覧に戻る

github-workflow
by Sharks820
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: github-workflow description: Use for GitHub operations - creating PRs, checking CI status, reviewing PR comments, managing issues.
GitHub Workflow
Overview
This skill triggers the github MCP server for repository operations using Personal Access Token authentication.
When to Use
- "Create a pull request"
- "Check CI status"
- "List open issues"
- "Get PR review comments"
- "Merge this PR"
- "What's the build status?"
Available Operations
Pull Requests
- Create new PR with title and body
- List open/closed PRs
- Get PR details and comments
- Merge PR (with approval)
- Close PR
Issues
- List open issues
- Create new issue
- Add comments to issues
- Close/reopen issues
- Add labels
CI/CD
- Check workflow run status
- Get build logs
- Re-run failed workflows
- View action results
Repository
- List branches
- Compare branches
- Get commit history
- Check file contents
MCP Server
Server: github Package: @github/mcp-server Requires: GITHUB_TOKEN environment variable set
VeilBreakers Repo
Repository: Sharks820/VeilBreakers3D Main Branch: master Current Branch: feature/godot-documentation-transfer
PR Template
## Summary
[1-3 bullet points]
## Changes
- [List of changes]
## Testing
- [ ] Tested in Unity Editor
- [ ] No compile errors
- [ ] No console warnings
Workflow Integration
Before Merge
- Create PR with clear description
- Run unity-code-reviewer agent on changes
- Check CI status via this skill
- Address any review comments
- Merge when approved
Issue Tracking
- Check open issues before starting work
- Reference issue numbers in commits
- Close issues via commit message or PR
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です