| name | pr-checklist |
| description | Definition of done and pre-PR validation checklist for crossplane-components. Use when the user is about to open a PR, asks what to check before merging, wants to know if their changes are ready, or asks about CI requirements for this repo. |
| disable-model-invocation | true |
PR Checklist
This repo has no unit test suite. Validation is done through Helm tooling and a container build. AGENTS.md defines rules and constraints; this skill is the step-by-step pre-PR checklist.
Checklist
Always
If chart files changed (charts/crossplane/**)
If Containerfile changed
If .tekton/ PipelineRun changed
If submodule ref changed
CI behaviour
Twelve PipelineRuns in .tekton/ fire on every PR. A missing prefetch-input entry fails silently in local networked builds but breaks the hermetic pipeline.
Fork PRs require a maintainer trigger before Konflux pipelines run.
What Renovate owns (do not duplicate manually)
- Submodule version bumps
- Go module version updates
- Base image digest updates in
Containerfile