ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| 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)