platform
Kubernetes-native automation for coding sessions, reviews, and deployments
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ambient Code Platform?โผ
Run `npx skills add ambient-code/platform --all -g -y` in your terminal to install all skills in this suite globally.
What does the Ambient Code Platform do?โผ
It runs coding sessions as Kubernetes jobs, managing the full lifecycle from session creation through execution to result tracking. A web UI, CLI, and SDKs let you create and monitor sessions without touching cluster internals.
How do I test code changes locally?โผ
The dev-cluster skill spins up a local Kind cluster with `make kind-up`, rebuilds only changed components, and verifies the deployment. Frontend-only changes can run with hot reload against the cluster backend.
Can it automate code reviews and PR fixes?โผ
Yes. The amber-review skill checks changes against documented standards and security rules, while pr-fixer triggers an automated workflow that rebases a PR, addresses review comments, runs tests, and pushes fixes.
Does it support Gerrit code review workflows?โผ
Yes. Built-in Gerrit skills cover creating changes, posting reviews with inline comments and label votes, and verifying submit requirements before merging.
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