← 返回 Skills 市场
corbin-breton

Qa Gate

作者 Corbin Breton · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
230
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install qa-gate
功能描述
Final quality validation gate for any artifact before human review. Run this skill on documents, skills, PRDs, blog posts, or code artifacts to validate fact...
安全使用建议
This skill is instruction-only and appears coherent for a final QA pass. Before installing/using it: (1) Confirm the agent will be given only the artifact content you intend it to read — do not pass files containing secrets or private data. (2) Be aware the instructions expect the agent to verify factual claims, which likely requires web/network access; if you want to restrict outbound access, you should enforce that separately. (3) The skill writes a report file to a relative workspace path; ensure that the workspace location is acceptable and that generated reports will not leak sensitive content. (4) If you need stronger controls, consider adding explicit constraints to SKILL.md (e.g., 'do not access the network' or 'mask any secrets before ingestion').
功能分析
Type: OpenClaw Skill Name: qa-gate Version: 1.1.0 The 'qa-gate' skill is a set of Markdown instructions (SKILL.md) designed to guide an AI agent through a quality assurance process for various artifacts. It includes legitimate checks for factual accuracy, structural integrity, and sensitive data handling (e.g., searching for API keys or PII). There is no executable code, no network activity, and no evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md defines a read-only quality gate for artifacts. It does not request unrelated binaries, credentials, or installs.
Instruction Scope
Instructions are focused on inspection and producing a pass/fail report. They explicitly state the skill is read-only and should not modify artifacts. Two points to note: (1) the gate expects the agent to 'read the entire file' — this requires the agent to have access to the artifact content or workspace; (2) verification of factual claims implies searching external sources (web access) although no network policy is declared. Both are coherent with the purpose but are operational considerations.
Install Mechanism
No install spec and no code files — instruction-only skill. Lowest installation risk; nothing is written to disk by an installer.
Credentials
The skill declares no required env vars, credentials, or config paths. The lack of credential requests is appropriate for a read-only QA gate.
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges. It does instruct the agent to write reports to a relative path (qa-gate/YYYY-MM-DD-<artifact-slug>.md) — this is reasonable for its purpose but means the agent needs write access to the workspace/evidence directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qa-gate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qa-gate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Upgraded factual accuracy check to sequential claim verification protocol (P1) — extract claims, verify each independently, score verification rate
v1.0.1
Clarify read-only validation scope
v1.0.0
Initial publish
元数据
Slug qa-gate
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Qa Gate 是什么?

Final quality validation gate for any artifact before human review. Run this skill on documents, skills, PRDs, blog posts, or code artifacts to validate fact... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 Qa Gate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qa-gate」即可一键安装,无需额外配置。

Qa Gate 是免费的吗?

是的,Qa Gate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Qa Gate 支持哪些平台?

Qa Gate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Qa Gate?

由 Corbin Breton(@corbin-breton)开发并维护,当前版本 v1.1.0。

💬 留言讨论