validation-expert

Run health checks and deep research validation for Project Conductor deployments.

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/HR-AR/Project-Conductor --skill validation-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-expert
Source: https://github.com/HR-AR/Project-Conductor/tree/main/.claude/skills/validation-expert
Command: npx skills add https://github.com/HR-AR/Project-Conductor --skill validation-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides deep, research-driven validation for Project Conductor to ensure production readiness and high quality before deployments.

Core Features & Use Cases

  • Quick Health Check: Build confidence with fast checks (build, lint, tests, docker status).
  • Launch Deep Research Validation: Use codex-deep-research to validate architecture, API design, database, security, and performance.
  • Production Readiness Checklist: End-to-end readiness assessment for staging and production.

Quick Start

  1. Run quick health checks:
    • npm run build
    • npm run lint
    • npm test
    • docker-compose ps
  2. Launch deep validation prompts with codex-deep-research to verify standards and readiness.

Frequently Asked Questions about validation-expert

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

FAQPage Schema
How do I validate code quality and deployment readiness before production?

Validation for production readiness assesses architecture, code quality, API design, database integrity, security, performance, testing, and deployment readiness. This Skill delivers deep research-driven evaluation across these dimensions using multi-agent workflows to identify gaps before staging or production deployment.

Can I run quick health checks on my TypeScript and Express application?

Yes. Quick health checks execute build, lint, test, and Docker status commands to build confidence rapidly. These fast checks validate your TypeScript codebase, Express API, and deployment environment before launching deeper validation workflows.

How do I validate PostgreSQL database integrity and API design standards?

Deep validation research assesses database integrity, API design compliance, and security standards using codex-deep-research and research-analyst prompts. The Skill generates structured validation outputs, executable commands, and test case examples targeting these specific areas.

What does a production readiness assessment include?

A production readiness checklist covers end-to-end validation: code quality metrics, CI pipeline status, security posture, performance benchmarks, test coverage, database schema validation, API contract compliance, and deployment configuration. Results include executable commands and actionable checklists.

Can I use this validation approach with CI/CD pipelines?

Yes. The Skill integrates with CI environments, validating build, lint, and test results. It generates structured outputs and executable commands suitable for automation within CI/CD workflows to gate deployments on validation criteria.