with one click
prek
Instructions for using prek as a replacement for pre-commit.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Instructions for using prek as a replacement for pre-commit.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Produce a Secret Hitler game preview as an Artifact by running the native game-report generator (never a hand-built mock). Trigger whenever the user asks to preview/show/screenshot/visualize a game, run, match, replay, transcript, report, or the UI (e.g. "show me a preview", "preview of the run", "make an artifact of my last game", "artifact of that match") โ default to the fixed sample fixture, or use recent/stored/live results when asked. A "run" or "match" holds many games: list its games and pick the decisive one (or ask) rather than treating it as a single game.
The Secret Hitler visual brand (colors, fonts, design language) shared by every frontend in this repo โ the Vite eval console and the Next.js/Fumadocs docs. Use whenever building or restyling any UI, adding a new frontend, choosing colors/typography, or generating screenshots/marketing so the look stays consistent with the board game.
Instructions for running code quality checks and maintaining standards in the Secret-Hitler-Evals project.
Guide for making changes to the Rust backend of the server template, covering the engine crate, the CLI + HTTP API transports, and testing patterns.
| name | prek |
| description | Instructions for using prek as a replacement for pre-commit. |
This skill provides instructions for using prek in the Secret-Hitler-Evals project. prek replaces pre-commit for managing Git hooks and running checks.
prek run: Run hooks on changed files.prek run --all-files: Run hooks on all files in the repository.prek install: Install Git hooks to run automatically on commit.prek uninstall: Remove Git hooks.The configuration is located in prek.toml.
prek run to check your changes.make ci directly. Running prek run --all-files locally is a good pre-push sanity check, but the authoritative gate is make ci.