test-opencode-data-quality

Package the Spanish OpenCode data-quality agent and deploy it to the tests folder.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill packages the data-quality OpenCode agent (Spanish) and deploys the resulting output to the OpenCode tests folder, preserving extra content that may already exist.

Core Features & Use Cases

  • Packaging: generate the OpenCode-ready package for the data-quality agent in Spanish.
  • Deployment: copy the packaged artifacts to ~/genai-agents-tests/opencode/data-quality, overwriting only new files while keeping existing extras.
  • Use Case: When a user asks to test, try, or deploy the data-quality agent for OpenCode in a test environment.

Quick Start

Execute the packaging and deployment sequence in a single step using the provided script to generate the OpenCode package and deploy it to the tests folder.

Frequently Asked Questions about test-opencode-data-quality

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

FAQPage Schema
How do I package and deploy the data-quality agent for OpenCode in a test environment?

To package and deploy the data-quality agent for OpenCode, execute the pack_opencode.sh script with the --agent data-quality and --lang es arguments. This generates the OpenCode-ready package and copies the artifacts directly into the target tests directory.

What happens to existing files in the tests folder when deploying the OpenCode data-quality agent?

Deploying the OpenCode data-quality agent overwrites only the new packaged files in the ~/genai-agents-tests/opencode/data-quality directory while preserving any existing extra content already present in the folder.

Can I deploy the OpenCode data-quality agent in a language other than Spanish?

The OpenCode data-quality agent packaging and deployment process is explicitly configured for Spanish by applying the --lang es argument, so other languages are not supported by this specific deployment workflow.

How does the single-step packaging and deployment sequence work for OpenCode agents?

The single-step sequence works by running the provided pack_opencode.sh script, which automates generating the OpenCode-ready package and immediately copying the resulting artifacts to the designated tests folder.

Do I need any external dependencies to test the OpenCode data-quality agent?

No external dependencies are required to test the OpenCode data-quality agent. The process relies solely on executing the included pack_opencode.sh script to package and deploy the artifacts.