test-opencode-governance-officer

Package the governance-officer agent for OpenCode in Spanish 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-governance-officer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-opencode-governance-officer
Source: https://github.com/Stratio/genai-agents/tree/main/.claude/skills/test-opencode-governance-officer
Command: npx skills add https://github.com/Stratio/genai-agents --skill test-opencode-governance-officer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Packages the governance-officer agent for OpenCode in Spanish and deploys the resulting package to the OpenCode tests folder, preserving existing destination content.

Core Features & Use Cases

  • Package the governance-officer for OpenCode in Spanish for test deployments.
  • Deploy the packaged output to ~/genai-agents-tests/opencode/governance-officer, preserving extra destination content.
  • Use case: a user requests testing or deployment of governance-officer in OpenCode via /test-opencode-governance-officer.

Quick Start

Trigger the packaging of the governance-officer for OpenCode in Spanish and deploy the result to the OpenCode tests folder.

Frequently Asked Questions about test-opencode-governance-officer

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

FAQPage Schema
How do I package an OpenCode agent in Spanish for test deployment?

Packaging an OpenCode agent in Spanish for test deployment is handled by scripts that run pack_opencode.sh, producing a localized package ready for the tests folder. The process targets the governance-officer agent specifically.

Can I deploy OpenCode test packages without overwriting existing files?

Deploying OpenCode test packages without overwriting existing files is supported using rsync to preserve existing destination content in the tests folder while adding new packaged output.

What is the best way to automate governance-officer testing in OpenCode?

Automating governance-officer testing in OpenCode is best done by invoking the /test-opencode-governance-officer command, which triggers scripted packaging and deploys the result to the tests folder automatically.

Does the OpenCode governance-officer packaging script support Spanish localization?

The OpenCode governance-officer packaging script supports Spanish localization, packaging the agent specifically for Spanish-language test deployments within the OpenCode environment.

Why does my OpenCode agent deployment fail when destination content already exists?

OpenCode agent deployment issues with existing destination content are addressed by using rsync deployment, which guards existing files in the tests folder while adding the newly packaged governance-officer output.