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
# Local preview
npm run dev
# Build
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
# View issue
gh issue view 123
# List issues
gh issue list --state open
# NEVER comment without explicit user request
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).
Source: tw93/Maple — distributed by TomeVault.