workspace-quality-gate

Run non-destructive release-readiness checks on Codex Workspace and Workspace Hub.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/RichardGeorgeDavis/Codex-Workspace --skill workspace-quality-gate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workspace-quality-gate
Source: https://github.com/RichardGeorgeDavis/Codex-Workspace/tree/main/plugins/workspace-quality-gate/skills/workspace-quality-gate
Command: npx skills add https://github.com/RichardGeorgeDavis/Codex-Workspace --skill workspace-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex Workspace and Workspace Hub release processes risk regressions; this skill runs non-destructive checks to validate release-readiness and surface issues before an official release.

Core Features & Use Cases

  • Non-destructive checks to verify release readiness.
  • Validates compatibility across Codex Workspace and Workspace Hub.
  • Use Case: When preparing a new release, run this skill to ensure tests, lint, and build pass and that documentation and agent tooling changes are non-breaking.

Quick Start

Run the quality gate to verify release readiness for Codex Workspace and Workspace Hub.

Frequently Asked Questions about workspace-quality-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate release readiness for Codex Workspace without causing regressions?▼

Release readiness validation runs non-destructive checks across Codex Workspace and Workspace Hub to verify tests, lint, and build statuses. It executes deterministic scripts to surface failures without mutating existing code.

What is a non-destructive quality gate for CI release candidates?▼

A non-destructive quality gate identifies release-readiness issues by applying validation checks to release candidate changes. It runs scripts like release-readiness.sh and doctor-agent-tooling.sh to report failures without modifying existing code.

How do I run pre-release checks across repos/workspace-hub and related tooling?▼

Pre-release checks execute deterministic scripts under tools/scripts, including sync-codex-skills.sh, to validate compatibility across repos/workspace-hub. This process reports any test, lint, or build failures without altering existing code.

Can I verify agent tooling and documentation changes are non-breaking before a release?▼

Yes, you can verify non-breaking changes by running the quality gate to validate agent tooling and documentation updates. It performs non-destructive checks to ensure tests, lint, and build statuses remain healthy across Codex Workspace.

Does the workspace quality gate modify existing code during release validation?▼

No, the workspace quality gate performs non-destructive checks exclusively. It executes deterministic scripts to identify release-readiness issues and regressions, reporting failures without mutating existing code.

Why do I need a quality gate for Codex Workspace Hub releases?▼

You need a quality gate because Codex Workspace and Workspace Hub release processes risk regressions. Running non-destructive checks validates release readiness by ensuring tests, lint, and build statuses are healthy before an official release.