一键导入
publish
Build site, verify no errors, commit changes, and push to remote. Use when the user wants to publish changes to the live site.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build site, verify no errors, commit changes, and push to remote. Use when the user wants to publish changes to the live site.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build Jekyll site and take a Playwright screenshot of a specified page. Use when the user wants to see how the site looks after changes.
Use when the GM needs quick in-play generation for Fate of Eberron — stat blocks, scene aspects, compel ideas, NPC names, complications, chase zones, or countdown clocks. Output only, no file writes.
Use when managing Fate of Eberron campaign state between sessions — writing session summaries, updating NPCs, advancing factions, tracking clues, and reviewing campaign threads.
Use when preparing a Fate of Eberron session — generates case hooks, builds NPCs, plans scenes, creates complications and countdown clocks, and suggests compels. Reads and writes campaign files.
基于 SOC 职业分类
| name | publish |
| description | Build site, verify no errors, commit changes, and push to remote. Use when the user wants to publish changes to the live site. |
| disable-model-invocation | true |
Build, verify, commit, and push changes to the remote repository.
Build the site and check for errors:
cd /Users/ryan/Fate-of-Eberron-2 && bundle exec jekyll build 2>&1
If the build fails, stop and report the error. Do not commit broken builds.
Check git status to see what changed:
git status
git diff --stat
Show the user a summary of what will be committed and get confirmation.
Stage and commit the changes:
git add -A)Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Push to remote:
git push
Confirm the push succeeded and report the commit hash.
.env files, API keys, or secrets_site/ (it's gitignored)