build-hook
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
Perform local security scanning and dispatch the security audit workflow.
How it fires
How this command gets triggered: by you, by Claude, or both.
/security-scanContext preview
What this command does when you run it.
Perform local security scanning and dispatch the security audit workflow.
description: Perform local security scanning and dispatch the security audit workflow.
1. Install tooling (first run): `pip install safety==3.2.4` and `brew install gitleaks` (or `go install github.com/zricethezav/gitleaks/v8@latest`). 2. Detect secrets: `gitleaks detect --verbose --redact` 3. Dependency audit (if `requirements*.txt` exists):
for f in $(ls **/requirements*.txt 2>/dev/null); do
safety check --full-report --file "$f"
done4. Document results in the commit template.
gh workflow run security-audit.yml --ref $(git branch --show-current) gh run watch --workflow "Security Audit (Claude)"
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.**