← 返回 Skills 市场
137
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qcsd-quality-gates
功能描述
AI辅助个人开发者代码质量门禁,覆盖需求到交付全流程,自动检查与修复依赖、语法、路径和启动问题。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qcsd-quality-gates - 安装完成后,直接呼叫该 Skill 的名称或使用
/qcsd-quality-gates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Qcsd Quality Gates 是什么?
AI辅助个人开发者代码质量门禁,覆盖需求到交付全流程,自动检查与修复依赖、语法、路径和启动问题。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 Qcsd Quality Gates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qcsd-quality-gates」即可一键安装,无需额外配置。
Qcsd Quality Gates 是免费的吗?
是的,Qcsd Quality Gates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qcsd Quality Gates 支持哪些平台?
Qcsd Quality Gates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qcsd Quality Gates?
由 Pejic(@drpepper8888)开发并维护,当前版本 v1.1.0。
推荐 Skills