用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hdresearch/reef --skill github-ops命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when doing code work that must be integration-friendly: branches, commits, tests, PR-ready receipts, owned paths, and parent-friendly handoff.
Use when implementing and exposing a product/application service or UI that should run outside Reef root. Choose child/resource VM placement, stand up the app, and report how to reach it.
Use when handling parent commands such as steer, abort, pause, or resume, or when deciding how urgently to react to inbox messages from above.
正在显示 SKILL.md
基于 SOC 职业分类
| name | github-ops |
| description | Use when working with GitHub repos, branch setup, auth tokens, PR flow, or repo preparation inside Reef. |
Use this skill when the task involves cloning or preparing a repo, branching, pushing, opening PRs, or working with GitHub-scoped auth.
Treat GitHub workflow as a procedure, not as part of the always-on constitution.
Before proposing architecture or decomposition:
reef_git_prepare to clone or prepare the repo if Reef already has a helper for itls or treeDo not start with a long self-briefing. Start by preparing and understanding the repo.
Use reef_github_token with the narrowest profile that does the job:
read for inspectiondevelop for branches, pushes, and normal implementation workci only when CI-scoped operations are actually neededDo not mint broad credentials casually.
mainWhen the work is PR-shaped, provide enough for a parent or operator to continue cleanly:
If a PR is not ready, say what is missing instead of implying completion.
skills/code-delivery/SKILL.md for implementation, testing, and parent-friendly receiptsskills/decompose/SKILL.md when the repo task needs recursive delegationskills/reporting-checkpointing/SKILL.md when reporting upward after GitHub/code work