원클릭으로
publish
Commit all wiki changes, tag a release, and push to GitHub to trigger the Quartz build.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit all wiki changes, tag a release, and push to GitHub to trigger the Quartz build.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add or update a Geekbench AI hardware benchmark rig in the wiki.
Mechanical hygiene pass — frontmatter, naming, formatting, tags, and encoding consistency across the wiki.
Ingest new sources from raw/ into the wiki. Triggers when there are unprocessed files in raw/.
Run a quality audit on the wiki — duplicates, contradictions, stale content. Surfaces problems without fixing them.
Link-graph audit — find orphaned pages with no inbound links and dangling wikilinks that point to nonexistent pages.
Search the wiki and synthesize an answer with citations. Optionally file the result as an analysis page.
| name | publish |
| description | Commit all wiki changes, tag a release, and push to GitHub to trigger the Quartz build. |
| allowed-tools | Bash(git status *) Bash(git add *) Bash(git commit *) Bash(git tag *) Bash(git push *) Bash(git log *) Bash(git diff *) |
Publish the wiki to GitHub Pages. Follow these steps exactly:
Run git status and git diff --stat. If there are no changes, tell the user there's nothing to publish and stop.
wiki/ (and any other tracked paths that have changes).raw/ (except raw/memories/), .instructions/, or other non-wiki paths unless the user explicitly asks.git log --oneline -10).Co-Authored-By or Claude attribution to the commit message.Refs #N (not Closes #N) if referencing issues.vYYYY.MM.DD for the first publish of the day, vYYYY.MM.DD.N (incrementing N) if a tag for today already exists.git tag --sort=-v:refname | head -5 to determine the next suffix.git push origin main --tags.