github
Installation
SKILL.md
GitHub Skill
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.
Pull Requests
Check CI status on a PR:
gh pr checks 55 --repo owner/repo
List recent workflow runs:
gh run list --repo owner/repo --limit 10
View a run and see which steps failed:
gh run view <run-id> --repo owner/repo
Related skills
More from wanikua/danghuangshang
novel-prose
小说写作技法 - 当需要逐章执笔创作小说正文时触发。关键词:写作、执笔、章节、正文、创作。
50novel-memory
小说记忆系统 - 基于工作区文件的持久化记忆,管理角色设定、章节摘要、伏笔追踪等。关键词:记忆、存储、查询、设定、知识管理。
33novel-review
小说章节审核 - 当需要校对、审核小说章节质量时触发。关键词:审核、校对、审稿、检查、质量评估。
26novel-worldbuilding
小说架构设计 - 当用户需要设计小说大纲、人物档案、世界观、伏笔台账时触发。关键词:大纲、世界观、人物设定、架构设计、故事规划。
26novel-research
深度调研 - 当需要检索真实世界细节、推演复杂逻辑、获取风格参考时触发。关键词:调研、检索、搜索、参考、素材。
18novel-archiving
章节归档 - 每章写完后的持久化操作,包括摘要生成、记忆更新和状态报告。关键词:归档、摘要、持久化、章节完成。
18