tool_onboard_repository
Onboard a repository by detecting languages, generating skaffold.yaml and CI workflow, and returning ready-to-commit files plus a checklist.
Instructions
Onboard a repository end-to-end in a single call.
Detects the project languages, generates skaffold.yaml (if missing) and .github/workflows/ci.yml, and returns a ready-to-commit file set plus a checklist of remaining manual steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| builder | No | Buildpack builder image. | ghcr.io/octopilot/builder-jammy-base:latest |
| registry | Yes | Container registry and org, e.g. "ghcr.io/my-org". | |
| platforms | No | Target build platforms. | linux/amd64,linux/arm64 |
| workspace | Yes | Absolute path to the repository root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||