test-opencode-data-analytics

Package and deploy the OpenCode data-analytics agent to the tests directory.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill test-opencode-data-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-opencode-data-analytics
Source: https://github.com/Stratio/genai-agents/tree/main/.claude/skills/test-opencode-data-analytics
Command: npx skills add https://github.com/Stratio/genai-agents --skill test-opencode-data-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Esta Skill facilita empaquetar y desplegar el agente data-analytics para OpenCode en español, distribuyendo los artefactos de prueba en el directorio designado sin borrar contenido previo.

Core Features & Use Cases

  • Empaquetado en OpenCode (es): genera la distribución en español y la coloca en ~/genai-agents-tests/opencode/data-analytics.
  • Despliegue de pruebas: sincroniza la carpeta dist/es/opencode/data-analytics con la carpeta de tests y preserva artefactos existentes.
  • Uso práctico: cuando un usuario solicita probar o desplegar el agente data-analytics en OpenCode, ejecuta el flujo de empaquetado y entrega los resultados al entorno de tests de OpenCode.

Quick Start

Ejecuta la secuencia de empaquetado para OpenCode con: bash pack_opencode.sh --agent data-analytics --lang es y luego sincroniza los artefactos en ~/genai-agents-tests/opencode/data-analytics

Frequently Asked Questions about test-opencode-data-analytics

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

FAQPage Schema
How do I package the data-analytics agent for OpenCode deployment?

To package the data-analytics agent for OpenCode, execute the pack_opencode.sh script with the agent and language parameters, generating a Spanish build distribution in the dist/es/opencode/data-analytics directory.

Does the OpenCode data-analytics deployment preserve existing test artifacts?

Yes, the OpenCode data-analytics deployment preserves existing test artifacts. It synchronizes the build output to the local tests directory without deleting previous files, ensuring safe incremental updates.

What do I need to set up before deploying data-analytics to OpenCode environments?

Before deploying data-analytics to OpenCode, you need the pack_opencode.sh script, access to the repository root, and a designated target tests directory to sync the Spanish build artifacts.

How does rsync work with the OpenCode packaging workflow?

Rsync works in the OpenCode packaging workflow by synchronizing the dist/es/opencode/data-analytics folder with the local tests directory, deploying the Spanish build artifacts while preserving existing destination files.

Why is my OpenCode data-analytics build not appearing in the tests directory?

If your OpenCode data-analytics build is not appearing in the tests directory, verify that the pack_opencode.sh script ran successfully from the repository root and that the target path ~/genai-agents-tests/opencode/data-analytics exists.