用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tw93/tw93.github.io --skill github-ops命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | github-ops |
| description | Use this skill for tw93.github.io issue, PR, and publishing operations via gh CLI. |
Use this skill when working with GitHub issues, pull requests, or publishing tasks for the blog.
Always inspect live GitHub state with gh before acting.
gh issue view 123
gh issue list --state open
gh pr view 123
gh pr diff 123
gh run list --limit 10
gh run list --workflow=sync-ai-data.yml --limit 10
npm run build before release or deployment-adjacent changes..github/workflows/sync-ai-data.yml and confirm required secrets before proposing a run.Summarize the GitHub state, the proposed action, and any verification command that should run before publishing.