clio
Creatio platform deployment, packaging, and CI/CD automation
Gives the agent authoritative rules for working in this repository, including how to route GitHub issues to the issue-workflow skill, when to use ClioGate endpoints, and the correct command verbs and naming conventions.
All Skills in This Repository (9)
Pure Emerald Level Indicatorsarchitect
Orchestrate codebase refactor planning and delegate implementation tasks to subagents.
performance-reviewer
Identify performance bottlenecks in software applications by analyzing code complexity, database queries, memory usage, and network efficiency.
pr-delivery-flow
Automate GitHub pull request delivery from branch updates to merging.
create-mcp-tool
Create and update clio MCP tools with C# code.
test-mcp-tool
Automate unit and end-to-end tests for CLIo MCP tools.
code-quality-reviewer
Analyze code quality and suggest improvements using Context7 documentation.
security-reviewer
Identify security vulnerabilities in source code changes using Context7 and vulnerability databases.
document-command
Generate and update CLI command documentation for the clio tool.
creatio-config-webservice
Automate creation, update, and validation of Creatio Configuration Web Services and tests.
Frequently Asked Questions
FAQPage SchemaHow to install clio?โผ
Run `npx skills add Advance-Technologies-Foundation/clio --all -g -y` in your terminal to install all skills in this suite globally.
What does clio do for Creatio developers?โผ
It is a command-line utility that connects the Creatio platform to development and CI/CD pipelines, handling package pushes, environment registration, compilation, and workspace management.
Can coding agents control Creatio through clio?โผ
Yes. Running `clio mcp-server` exposes every command as an MCP tool, so agents in Claude Code, Cursor, or Copilot can deploy packages and edit pages directly.
How does clio handle GitHub issue fixing?โผ
The bundled issue-workflow skills guide the agent through claiming an issue, diagnosing which repository owns the defect, implementing the repair, and delivering a reviewed pull request.
Does clio work on macOS and Linux?โผ
Yes. It runs as a .NET global tool on Windows, macOS, and Linux, requiring only the .NET SDK with the ASP.NET Core shared framework.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core