用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RapierCraftStudios/ForgeDock --skill work-on命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | work-on |
| description | Pick up a GitHub issue and run the full investigate-build-review-merge pipeline for Forge from Codex. |
Use commands/work-on.md as the authoritative state-machine source, but apply the Forge repo overrides below when running from Codex in this repository.
Inside the Forge repo, resolve issue targets like this unless the user explicitly prefixes another project:
| Input | Repo |
|---|---|
123, #123, next, empty | RapierCraftStudios/forgedock |
forge:123 | RapierCraftStudios/forgedock |
Satellite prefixes (e.g. mcp:5, sdk:12) are project-specific and defined in forge.yaml → repos.satellites. See commands/work-on.md Phase 0B for multi-repo routing.
For Forge repo issues, set:
GH_REPO=RapierCraftStudios/forgedockGH_FLAG=--repo RapierCraftStudios/forgedockREPO_PATH=/home/mrdubey/projects/forgedockSTAGING_BRANCH=stagingDEFAULT_BRANCH=main.claude/worktrees/... example path in the shared command spec as .codex/worktrees/... for Codex execution in this repo./home/mrdubey/projects/forgedock/.codex/worktrees.gh api repos/{GH_REPO}/issues/{NUMBER}/comments for comment reads instead of gh issue view --comments.workflow:* labels on demand if the Forge repo does not already have them.When the shared workflow says to inspect domain files, prioritize Forge repo files instead:
commands/**/*.mddocs/**/*.mdscripts/**/*.shinstall.sh, install-codex.sh, update.shAGENTS.md, CLAUDE.md, CHANGELOG.md.agents/skills/**/*.mdWhen commands/work-on.md invokes nested skills, use these Codex adapters:
work-on:investigate -> repo-local .agents/skills/work-on/investigate/SKILL.mdwork-on:build -> repo-local .agents/skills/work-on/build/SKILL.mdwork-on:review -> repo-local .agents/skills/work-on/review/SKILL.mdwork-on:close -> installed forge-work-on-closework-on:decompose -> installed forge-work-on-decomposeIf an installed forge-* skill exists for the nested command, use it. Otherwise read the referenced shared command file directly and continue manually.
Preserve the shared Forge behavior from commands/work-on.md: GitHub state is the memory layer, FORGE:* comments remain machine-readable, and the routing loop continues until an explicit terminal condition is reached.
基于 SOC 职业分类