agent-assistant-deploy-check

Validate Agent Assistant deployment readiness with pre-release checks.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-deploy-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-deploy-check
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-deploy-check
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-deploy-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deployment readiness verification for Agent Assistant workflows to prevent failed deployments and ensure a smooth release.

Core Features & Use Cases

  • Pre-deployment checks verify that runtime rules are loaded, agents can spawn via Codex, and skills resolve from the matrix-skills repository.
  • Use Case: validate a new deployment of the Agent Assistant before merging to production to catch misconfigurations early.
  • Prevent deployment regressions by enforcing a standardized, automated readiness workflow.

Quick Start

Invoke the /deploy:check command to run the pre-deployment verification workflow.

Frequently Asked Questions about agent-assistant-deploy-check

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

FAQPage Schema
How do I run pre-deployment readiness checks for Agent Assistant workflows?

Pre-deployment readiness checks verify that runtime rules are loaded, agents spawn via Codex, and skills resolve from the matrix-skills repository. This validation prevents failed deployments by catching misconfigurations early.

What does pre-deployment verification check in a Codex-powered agent environment?

Pre-deployment verification validates feature flags, workflow integrity, and agent coordination across Codex-powered environments. It ensures runtime rules are loaded, agents spawn correctly, and skills resolve from the matrix-skills repository.

How do I validate agent coordination and feature flags before deploying to production?

Validate agent coordination and feature flags by running the standardized automated readiness workflow via the /deploy:check command. This enforces pre-release checks to catch misconfigurations and prevent deployment regressions before merging to production.

Do I need Codex to run pre-deployment checks on Agent Assistant deployments?

Yes, pre-deployment checks validate that agents can spawn via Codex and verify skills resolve from the matrix-skills repository. Codex-powered environments are required to execute the agent coordination validation workflow.

Why does my Agent Assistant deployment fail during pre-release workflow integrity checks?

Deployment failures occur when runtime rules are not loaded, agents fail to spawn via Codex, or skills do not resolve from the matrix-skills repository. The pre-deployment readiness workflow identifies these specific misconfigurations.