ワンクリックで
pre-commit-guide
Pre-commit hooks setup and usage including code quality checks, gitleaks secret scanning, and configuration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pre-commit hooks setup and usage including code quality checks, gitleaks secret scanning, and configuration
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Step-by-step installation guide for Nix and dotfiles setup including nix.conf configuration, channel updates, home-manager, and nix-darwin
スキルのプロンプト品質を評価・チューニングする。スキルを書いたあと別のサブエージェントに実行させ、不明瞭点・自動補完箇所・達成率をレポートさせて反復改善する。Use when you want to evaluate or tune a SKILL.md prompt quality. Ref: https://zenn.dev/mizchi/articles/empirical-prompt-tuning
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
Generate professional English commit messages with gitmoji based on git diff. Use when creating commit messages, analyzing staged changes, or formatting commits according to conventional commits + gitmoji style.
NPM tools and package management using mise including commitizen, cz-git, and global package configuration
System services configuration guide including AeroSpace, JankyBorders, and AltTab on macOS
| name | pre-commit-guide |
| description | Pre-commit hooks setup and usage including code quality checks, gitleaks secret scanning, and configuration |
pre-commit is a framework that uses Git hooks to easily run code quality checks. In this repository, the following checks are executed before committing:
After cloning the repository, run the following command to install pre-commit hooks:
make pre-commit-init
To run checks on all files manually:
make pre-commit-run
This repository uses gitleaks to scan for secret information. This helps prevent accidentally committing sensitive information such as API keys and passwords.
The gitleaks configuration is managed in the .gitleaks.toml file. By default, basic secret detection rules are enabled.
To ignore false positives, add path patterns to the allowlist section in the .gitleaks.toml file.