quality-gatesQuality checkpoints at every development stage — pre-commit through post-deploy — with configuration examples, threshold tables, bypass protocols, and CI/CD integration. Use when setting up quality automation, configuring CI pipelines, establishing coverage thresholds, or defining deployment requirements.
Install via ClawdBot CLI:
clawdbot install wpank/quality-gatesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/pre-commit/pre-commit-hooksAudited Apr 18, 2026 · audit v1.0
Generated Mar 22, 2026
A startup developing a React-based SaaS platform uses this skill to implement pre-commit hooks for linting and formatting, configure CI/CD gates in GitHub Actions for unit tests and security scans, and enforce 80% code coverage thresholds to ensure code quality from the outset.
A fintech company integrates secret detection with gitleaks in pre-commit hooks and CI pipelines, performs dependency scanning using npm audit and Trivy for high-severity vulnerabilities, and sets up pre-deploy gates in staging to block deployments if security checks fail, meeting regulatory requirements.
An e-commerce retailer uses bundle size budgets to limit JavaScript and CSS file sizes, implements Lighthouse CI thresholds for performance and accessibility scores in pre-deploy gates, and monitors post-deploy error rates to maintain fast load times and user experience during high-traffic events.
A large corporation with multiple development teams adopts pre-merge gates requiring full test suite passes, code review approvals, and coverage thresholds, integrated into Git workflows and CI/CD tools to standardize quality checks and reduce merge conflicts across projects.
A healthcare tech firm configures pre-deploy gates in staging with integration and smoke tests, enforces a no-decrease rule for test coverage to prevent regressions, and sets up post-deploy health checks and performance baselines to monitor system stability and data integrity in production.
Companies offering cloud-based software on a monthly or annual subscription use quality gates to maintain high reliability and security, reducing downtime and customer churn by automating checks across development stages, which supports recurring revenue streams.
Firms selling licensed software to large organizations implement quality gates to meet strict compliance and performance standards, using pre-merge and pre-deploy checks to ensure deliverables are robust and secure, enabling high-value contract renewals and upsells.
Online retailers rely on quality gates to optimize site performance and security, using bundle size budgets and security scans to enhance user experience and prevent breaches, driving higher conversion rates and transaction volumes for revenue growth.
💬 Integration Tip
Start by integrating pre-commit hooks for basic linting and formatting, then gradually add CI/CD gates like unit tests and security scans, using tools like Husky and GitHub Actions for a step-by-step implementation.
Scored Apr 19, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.