| YAML Lint | Any .yaml, .yml file change | YAML syntax errors, indentation | .github/workflows/yaml-lint.yaml |
| Checkton | Task YAML changes | ShellCheck violations in embedded scripts | .github/workflows/checkton.yaml |
| Task Lint | Task YAML changes | $(params.*) used directly in script blocks | .github/workflows/task-lint.yaml |
| Versioning | Task YAML changes | Missing app.kubernetes.io/version label, missing CHANGELOG.md | .github/workflows/versioning.yaml |
| Kustomize Build | kustomization.yaml, patch.yaml changes | Regenerated manifest files stale | .github/workflows/check-kustomize-build.yaml |
| Task Migrations | Migration files added/modified | Invalid migration script, failed pmt modify | .github/workflows/check-task-migration.yaml |
| Check READMEs | README files, task structure changes | README out of date or missing | .github/workflows/check-readmes.yaml |
| Check Task YAMLs | Task YAML changes | Invalid Tekton task definition (kubectl dry-run) | .github/workflows/check-task-yamls.yaml |
| Check TA Variants | Task changes | Missing or stale trusted-artifacts variants | .github/workflows/check-ta.yaml |
| Check Task Owners | CODEOWNERS changes | Mismatch between CODEOWNERS and renovate.json | .github/workflows/check-task-owners.yaml |
| Go CI | task-generator/*/ changes | golangci-lint, go test, go mod tidy failures | .github/workflows/go-ci.yaml |
| Run Task Tests | Task tests/ directory changes | Kind cluster test pipeline failures | .github/workflows/run-task-tests.yaml |
| AgentReady | Any file change | Code quality and AI-readiness assessment | .github/workflows/agentready.yaml |