ワンクリックで
prek
Instructions for using prek as a replacement for pre-commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Instructions for using prek as a replacement for pre-commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interview the user, inspect this Tauri desktop template, run headless setup and rename, and prune unused systems so a new Tauri (Rust + Bun/React) project gets running quickly.
Guide for making changes to the Rust backend of the Tauri template, covering the engine crate, CLI harness, Tauri commands, and testing patterns.
Instructions for running code quality checks and maintaining standards in the Tauri-Template project.
| name | prek |
| description | Instructions for using prek as a replacement for pre-commit. |
This skill provides instructions for using prek in the Tauri-Template 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.