← Back to Skills Marketplace
drpepper8888

Qcsd Quality Gates

by Pejic · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
137
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qcsd-quality-gates
Description
AI辅助个人开发者代码质量门禁,覆盖需求到交付全流程,自动检查与修复依赖、语法、路径和启动问题。
Usage Guidance
This skill's documentation promises automated repairs (installing/fixing deps, reading logs, creating files) but the shipped implementation is only a stub — treat it as unimplemented until the author provides real code. Before installing or allowing autonomous runs: 1) Inspect/approve the implementation that performs file I/O and fixes (review any future commits that implement auto-fix logic). 2) Test in an isolated/sandbox project and keep backups of real projects. 3) Require explicit, limited permission before letting the skill modify source files (ensure it operates only inside the provided projectPath). 4) Verify the upstream repository and author identity (skill.json points to a GitHub repo; confirm it matches the published package). 5) If you need the auto-healing behavior, ask the maintainer for an explicit changelog and code paths that show how fixes are performed and what safety checks exist.
Capability Analysis
Type: OpenClaw Skill Name: qcsd-quality-gates Version: 1.1.0 The skill bundle is a framework for enforcing code quality standards and automated 'healing' (fixing common errors) in AI-assisted development. The instructions in SKILL.md and README.md are aligned with its stated purpose, providing a checklist for the AI agent to follow during code generation. The implementation in src/index.ts is a harmless skeleton, and the skill.json file requests no special permissions, indicating no intent for data exfiltration or unauthorized system access.
Capability Assessment
Purpose & Capability
The description and SKILL.md claim full 'auto-healing' (installing/fixing deps, reading logs, creating files, repairing imports, auto-start fixes). However src/index.ts is a simple stub that only returns a static result and does not implement those operations. There are also minor metadata mismatches (package.json/version vs registry version, SKILL listing earlier said 'Homepage: none' while skill.json contains a GitHub homepage). The declared purpose does not match the actual implemented capability.
Instruction Scope
SKILL.md instructs the agent to run checks on every new project and before every code delivery and describes actions like reading error logs, modifying files, and creating missing files. Those actions are within the plausible scope for a 'quality gates' skill if implemented, but the instructions are prescriptive ('must execute') and broad — the instructions permit file reads/writes inside a projectPath and automated repairs, which should be explicitly implemented and audited before enabling autonomous runs.
Install Mechanism
No install spec and no required binaries or external downloads. The skill is instruction/code-only, so nothing is pulled from remote during install — this is low install risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The lack of declared secrets is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not declare other elevated privileges. It could be invoked autonomously by the agent (default), but that is normal; there is no evidence it attempts to persist or modify other skills or global settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qcsd-quality-gates
  3. After installation, invoke the skill by name or use /qcsd-quality-gates
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
QCSD Quality Gates Skill 1.1.0 introduces enhanced code quality checks and automated AI code review: - Added a new AI-generated code inspection step with detailed checklist to catch common AI code pitfalls. - Expanded quality gates to require test coverage on high-risk features and enforce better debug-ability after test failures. - Enhanced auto-fix to include AI-specific code smells: non-semantic selectors, unexplained timeouts, UI-only assertions, and redundant locators. - Updated documentation to reflect new steps and stricter review criteria.
v1.0.1
- Updated to version 1.0.1. - Minor metadata changes in package.json and skill.json. - No functional changes to the skill's logic or features.
v1.0.0
Initial release of QCSD Development 质量门禁技能. - Provides a 6-step quality gate process for AI-assisted code development and automatic issue remediation. - Automates resolution of dependency, path, syntax, and startup errors. - Standardizes file structure for Next.js projects. - Enforces Conventional Commits specification. - Designed for solo developers managing multiple projects. - Includes clear quality checklists from requirements to pre-delivery.
Metadata
Slug qcsd-quality-gates
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Qcsd Quality Gates?

AI辅助个人开发者代码质量门禁,覆盖需求到交付全流程,自动检查与修复依赖、语法、路径和启动问题。 It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.

How do I install Qcsd Quality Gates?

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

Is Qcsd Quality Gates free?

Yes, Qcsd Quality Gates is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Qcsd Quality Gates support?

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

Who created Qcsd Quality Gates?

It is built and maintained by Pejic (@drpepper8888); the current version is v1.1.0.

💬 Comments