← スキル一覧に戻る
name: github-assistant
description: GitHub workflow automation using

github-assistant
by khaphanspace
github-assistantは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 541🍴 63📅 2026年1月23日
SKILL.md
name: github-assistant
description: GitHub workflow automation using gh CLI. Use when creating PRs, reviewing code, managing issues, auto-replying to fixed issues, adding comments, assigning users, managing labels, merging PRs, or checking CI status. Includes auto-reply script and Vietnamese templates.
GitHub Assistant
Automate GitHub PR/Issue workflows using gh CLI + auto-reply + Vietnamese templates.
Prerequisites
Ensure gh CLI authenticated: gh auth status
Auto-Reply Fixed Issues
Automatically find and reply to issues fixed since last release:
# Preview (dry-run)
python scripts/auto-reply-fixed-issues.py --dry-run
# Post comments
python scripts/auto-reply-fixed-issues.py
# Specific repo
python scripts/auto-reply-fixed-issues.py --repo owner/repo
How it works:
- Gets latest release tag
- Finds commits since release referencing issues (#123, fixes #123)
- Matches with open issues
- Auto-generates reply with commit links + file changes
- Posts comments
Quick Reference
PR Operations
| Task | Command |
|---|---|
| Create PR | gh pr create --title "Title" --body "Desc" --base main |
| Review PR | gh pr review 123 --approve --body "LGTM" |
| Merge PR | gh pr merge 123 --squash --delete-branch |
| Check status | gh pr checks 123 --watch |
Issue Operations
| Task | Command |
|---|---|
| List issues | gh issue list or gh issue list --label "bug" |
| Add comment | gh issue comment 123 --body "Comment" |
| Close issue | gh issue close 123 --comment "Fixed in v1.0" |
| Edit labels | gh issue edit 123 --add-label "bug" |
Reply Templates (Vietnamese)
| Template | Use When |
|---|---|
templates/fix-confirmed.md | Bug fixed and released |
templates/need-info.md | Need more info from reporter |
templates/progress-update.md | Status update |
templates/known-limitation.md | Known limitation |
templates/multi-report.md | Multiple reports |
templates/feature-dev.md | Feature in dev/beta |
References
references/pr-management.md- PR workflowsreferences/issue-management.md- Issue workflows
Special Values
@me current user | --state all|open|closed filter | --json fields JSON output | --web browser
スコア
総合スコア
75/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 500以上
+10
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です