← Back to Skills Marketplace
wpank

Quality Gates

by wpank · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
883
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install quality-gates
Description
Quality 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.
Usage Guidance
This is a documentation-only skill that provides recipes for pre-commit hooks and CI quality gates — it appears coherent and safe as-is. Before you adopt its recommendations: review any hook scripts and GitHub Actions it suggests (pin action versions, prefer official authors), verify third-party tools (gitleaks, trivy, trufflehog, etc.) come from trusted sources, and apply least-privilege to any CI or deploy tokens you create. Also be aware that some recommended gates (e.g., 100% E2E coverage or strict deploy automation) may be unrealistic for your project; adapt thresholds accordingly. Because the skill does not request credentials, installing it won’t expose secrets by itself, but implementing its CI/deploy recipes will require you to supply credentials to your CI/CD system — handle those secrets per your security policies.
Capability Analysis
Type: OpenClaw Skill Name: quality-gates Version: 0.1.0 The skill bundle provides comprehensive documentation and configuration examples for implementing quality gates in software development. The `SKILL.md` file contains no prompt injection attempts or instructions for the AI agent to perform malicious actions; instead, it promotes good security practices and provides examples of security tools. The `README.md` outlines standard installation procedures, including fetching from a public GitHub repository via `npx add`, which is a common method for skill distribution and does not inherently indicate malice in the skill's content itself. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description (quality gates for pre-commit through post-deploy) matches the SKILL.md: it contains concrete gate definitions, pre-commit and CI examples, security and performance checks, and coverage thresholds. There are no unrelated requirements (no env vars, no binaries requested) that contradict the stated purpose.
Instruction Scope
Instructions are focused on configuring pre-commit hooks, CI pipelines, coverage thresholds, and security/perf scans. They instruct running repository-scanning tools (gitleaks, truffleHog, detect-secrets),npm/pip audits, and CI checks — all relevant. Note: those steps will read repository contents and CI artifacts and some deployment sections implicitly assume you will provide CI/deploy credentials (not declared here). The guide does not instruct the agent to access unrelated system files or hidden credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be downloaded or written by the skill itself, so there is low supply-chain risk from the skill package.
Credentials
The skill declares no required environment variables or credentials, which is proportional for documentation. However, following its deployment and CI instructions in practice will require you to supply CI runner secrets and cloud credentials (this is normal but outside the skill). The skill does not attempt to collect or require those credentials itself.
Persistence & Privilege
No special runtime privileges are requested: always/disable-model-invocation are not set and the skill is not forced into every run. It's an on-demand, instruction-only guide.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quality-gates
  3. After installation, invoke the skill by name or use /quality-gates
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: introduce comprehensive quality gate guidance, configuration, and enforcement examples for every stage of the development lifecycle. - Defines quality gates for pre-commit, pre-push, pre-merge, pre-/post-deploy, and code review. - Provides ready-to-use setup instructions for tools including Husky, lint-staged, pre-commit, gitleaks, and major CI/CD platforms. - Details minimum thresholds and configuration examples for code coverage, security scanning, performance budgets, and review requirements. - Outlines bypass protocols with mandatory documentation and approval steps. - Includes CODEOWNERS and branch protection recommendations to enforce gate checks.
Metadata
Slug quality-gates
Version 0.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Quality Gates?

Quality 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 883 downloads so far.

How do I install Quality Gates?

Run "/install quality-gates" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quality Gates free?

Yes, Quality Gates is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Quality Gates support?

Quality Gates is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quality Gates?

It is built and maintained by wpank (@wpank); the current version is v0.1.0.

💬 Comments