build-hook
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
Run the security scan gate before pushing.
How it fires
How this command gets triggered: by you, by Claude, or both.
/scContext preview
What this command does when you run it.
Run the security scan gate before pushing.
description: Run the security scan gate before pushing.
1. Ensure dependencies are installed (`pip install safety==3.2.4 gitleaks==8.18.4`). 2. Scan for committed secrets:
gitleaks detect --verbose --redact
3. Audit Python dependencies (if requirements files exist):
for f in $(ls **/requirements*.txt 2>/dev/null); do
safety check --full-report --file "$f"
done4. Record results in the commit template’s Testing section. 5. After a clean pass, trigger the remote security audit for visibility:
gh workflow run security-audit.yml --ref $(git branch --show-current)
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.
Repo: alirezarezvani/claude-code-skill-factory
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
**Easy wrapper for running Codex CLI commands from Claude Code with proper syntax.**
**See what you've built, what's validated, what's installed, and what's next.**