Install
1
Install the plugin$
npx claudepluginhub fradser/dotclaude --plugin githubWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Run the following validation commands:
Namespace
create-pr/references/Command Content
Quality Validation Process
Node.js Projects
Run the following validation commands:
- Lint:
npm run lintorpnpm lint - Test:
npm testorpnpm test - Build:
npm run buildorpnpm build - Type Check:
npm run type-checkorpnpm type-check
Validate package.json changes and check for security vulnerabilities using npm audit or pnpm audit.
Python Projects
Run the following validation commands:
- Format:
black .orruff format - Lint:
ruff check . - Test:
pytestorpython -m pytest - Type Check:
mypy .
Validate requirements and dependencies, and check for security issues using pip-audit or similar tools.
Security Validation
Comprehensive security scanning must include:
- Scan for sensitive files (.env, .key, .pem, credentials.json, etc.)
- Check for hardcoded secrets, passwords, API tokens
- Validate input sanitization in changed files
- Ensure no credentials in commit history
- Use tools like
gitleaksortrufflehogfor secret scanning
Stats
Stars432
Forks30
Last CommitFeb 1, 2026