ambient-codeambient-codeOfficialยท1 Agent Skills Included

platform

Kubernetes-native automation for coding sessions, reviews, and deployments

Orchestrates coding sessions on Kubernetes through containerized microservices, from session creation to job execution and result tracking. Automates code reviews, spec writing, convention checks, PR fixes, and Gerrit workflows without manual pipeline scripting. Includes deployment runbooks for Kind and OpenShift clusters so teams ship and verify changes faster.
npx skills add ambient-code/platform --all -g -y
Available:

Gives the agent the platform's architecture map, build and test commands, security conventions, and a mandatory self-review checklist to follow before creating any pull request.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’