← Back to Skills Marketplace
corbin-breton

Qa Gate

by Corbin Breton · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
230
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install qa-gate
Description
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...
Usage Guidance
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').
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qa-gate
  3. After installation, invoke the skill by name or use /qa-gate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug qa-gate
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

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

How do I install Qa Gate?

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

Is Qa Gate free?

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

Which platforms does Qa Gate support?

Qa Gate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Qa Gate?

It is built and maintained by Corbin Breton (@corbin-breton); the current version is v1.1.0.

💬 Comments