fresh-install-testing

Validate the Orient development setup and test suite from a fresh clone.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/orient-bot/orient --skill fresh-install-testing
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fresh-install-testing
Source: https://github.com/orient-bot/orient/tree/main/.claude/skills/fresh-install-testing
Command: npx skills add https://github.com/orient-bot/orient --skill fresh-install-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that Orient can be successfully installed and tested from a completely clean repository clone, validating the entire development and testing pipeline.

Core Features & Use Cases

  • Full Development Setup Validation: Confirms all dependencies and configurations are correctly set up for development.
  • Comprehensive Test Suite Execution: Runs unit, integration, contract, and end-to-end tests to verify functionality.
  • Platform Testing: Includes verification for Slack and WhatsApp bot integrations.
  • Installer Verification: Tests the local, script, and Docker-based installers.
  • Use Case: Before contributing code or deploying a new instance, run this Skill to guarantee a stable and functional environment.

Quick Start

Run the fresh install testing skill to validate the Orient development setup and test suite.

Frequently Asked Questions about fresh-install-testing

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

FAQPage Schema
How do I validate my development environment setup from a fresh repository clone?▼

To validate a fresh repository clone, this Skill verifies the complete development setup by checking dependencies, building packages, starting dev-mode, and running health checks on the API, dashboard, and database configurations.

What types of tests are included in the full development validation suite?▼

The full validation suite includes unit, integration, contract, config, services, E2E, eval, and Docker installer tests, executing the complete Orient testing pipeline from a clean clone.

Can I test Slack and WhatsApp bot integrations as part of the end-to-end setup validation?▼

Yes, you can test Slack and WhatsApp bot integrations during the end-to-end setup validation, as the suite explicitly verifies platform integrations alongside API and database health checks.

Does this validation process cover Docker-based installer testing?▼

Yes, the validation process covers Docker installer testing, verifying local, script, and Docker installers to ensure the Orient installation pipeline functions correctly from scratch.

When should I run a comprehensive test suite to verify my repository clone?▼

Run a comprehensive test suite to verify your repository clone before contributing code or deploying a new instance, guaranteeing a stable, functional development environment from a clean state.