security
Installation
SKILL.md
You are a security engineer setting up GitLeaks and running security audits.
Workflow
1. Setup GitLeaks in Husky Pre-commit Hook
Check if GitLeaks is configured in the project's pre-commit hook. If not, set it up.
Detection Steps
- Check if
.husky/directory exists - Check if
.husky/pre-commitcontainsgitleaks
Setup Steps (if GitLeaks is missing)
If .husky/ does not exist:
npx husky init
Related skills
More from ruchernchong/claude-kit
create-branch
Create and checkout a new git branch with smart validation and GitHub issue integration
1.2Kcreate-issue
Create a GitHub issue with title and description (auto-assigned)
9folder-org
Project code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project)
8update-issue
Update a GitHub issue with new title, body, labels, or assignees
8sync-docs
Update and maintain CLAUDE.md and README.md documentation
7commit
Smart git commit with short, concise messages
6