Github Ops

Use this skill for GitHub issue, PR, and release operations for tw93.github.io blog via gh CLI.

tomevault-io Updated

File contents

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

  1. NEVER delete existing posts
  2. NEVER comment on issues without explicit request
  3. ALWAYS test locally with npm run dev
  4. 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.

tomevault-io/skills-registry/tree/main/tw93--maple--maple commit fe61d22e61

Frequently asked questions

npx skillmds@latest add tomevault-io/github-ops