원클릭으로
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)