بنقرة واحدة
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.