| name | github-ops |
| description | Use this skill for GitHub issue, PR, and release operations for tw93.github.io blog via gh CLI. |
GitHub Operations Skill
Use this skill when working with GitHub issues, PRs, and content publishing for tw93.github.io.
Golden Rule
ALWAYS use gh CLI for GitHub operations.
Content Publishing Workflow
npm run dev
npm run build
Post Structure
- Posts:
_posts/ (Chinese), _posts_en/ (English)
- PPT: Use
layout: ppt, past date to hide
- Images: Use CDN for auto WebP optimization
Issue Handling
gh issue view 123
gh issue list --state open
Safety Rules
- NEVER delete existing posts
- NEVER comment on issues without explicit request
- ALWAYS test locally with
npm run dev
- ALWAYS prepare responses for user review first
Issue Language
Draft replies in the same language as the issue author (Chinese or English).