What problem does it solve?
This Skill streamlines the process of setting up, running, and testing Kagenti in a local development environment, ensuring smooth workflows and rapid iteration.
Core Features & Use Cases
- Local Testing Suites: Provides comprehensive test suites for both Kind (local Docker) and HyperShift (AWS) environments.
- Development Workflow: Guides users through the typical development cycle, from making code changes to checking logs and accessing services.
- Use Case: A developer needs to quickly test a new agent deployment locally. They can use the
local:full-test skill to spin up a test environment, run the agent, and verify its functionality without complex manual setup.
Quick Start
Run the full end-to-end test workflow for Kind by executing the command ./.github/scripts/local-setup/kind-full-test.sh.