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.
Automate GitHub PR/Issue workflows using gh CLI + auto-reply + Vietnamese templates.
Ensure gh CLI authenticated: gh auth status
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:
| 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 |
| 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" |
| 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/pr-management.md - PR workflowsreferences/issue-management.md - Issue workflows@me current user | --state all|open|closed filter | --json fields JSON output | --web browser
npx skills add khaphanspace/github-assistant下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer