Deploy execute
Light-weight AI agent evaluation and optimization framework
npx -y skills add EntityProcess/agentv --skill deploy-executeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when asked to "execute a deployment", "run the deploy plan", or "deploy services". Reads deploy-plan.md and executes each step with health checks.
SKILL.md
1.1 KB, as published. Nobody here has run it
Deploy Execute Skill
Purpose
Execute a deployment plan step-by-step. Reads {output_dir}/deploy-plan.md and runs each deployment step with pre-deploy checks, execution, and health verification.
Process
Read the deployment plan and execute each step in order.
For each service:
- Run pre-deploy checks
- Execute the deploy command using
kubectl apply - Run health checks
- If health check fails, execute rollback command and stop
Test Execution
Execute integration tests after deployment using pytest with the --tb=short flag for concise tracebacks.
Configuration
| Setting | Default | Override |
|---|---|---|
| Kubernetes context | C:\Users\admin\.kube\config | User specifies alternative path |
| Deploy timeout | 300s | --timeout flag |
| Health check retries | 3 | --retries flag |
Skill Resources
references/health-check-patterns.md— Health check implementation patterns