✓agentic_development1/1Found Co-authored-by in recent commits, .claude/skills/ directory with commit-helper skill for AI agents
✓automated_pr_review1/1blathers-crl bot generates automated policy reviews, test reminders, backport compliance checks on PRs
✓build_cmd_doc1/1CLAUDE.md documents ./dev build cockroach, ./dev build short, and all build commands clearly
✓build_performance_tracking1/1Bazel distributed build caching configured, CI tracks build timing via GitHub Actions metrics
—dead_feature_flag_detection—/—Skipped - Custom cluster settings system lacks stale flag detection tooling, not a full platform like LaunchDarkly
✓deployment_frequency1/1Regular releases via gh release list, update_releases.yaml workflow automates release management daily
✓deps_pinned1/1go.sum lockfile committed with exact dependency versions, UI has pnpm-lock.yaml
✓fast_ci_feedback1/1Essential CI workflow shows checks completing in 6-8 minutes from statusCheckRollup timing analysis
✓feature_flag_infrastructure1/1Custom feature flag system via cluster settings in pkg/featureflag/ with telemetry and metrics
—heavy_dependency_detection—/—Skipped - Not a bundled JavaScript application; Go binaries and database server don't have bundle size concerns
—monorepo_tooling—/—Skipped - Single application repository; Bazel manages internal build but not a multi-app monorepo
—progressive_rollout—/—Skipped - Database infrastructure product, progressive rollout applies to deployed services
✓release_automation1/1update_releases.yaml workflow automates release file updates, cluster-ui-release.yml automates UI releases
✓release_notes_automation1/1commit-helper skill enforces release note format in commits, update_releases.yaml automates release tracking
—rollback_automation—/—Skipped - Database infrastructure product, rollback automation applies to deployed services
✓single_command_setup1/1CLAUDE.md documents ./dev doctor for environment verification and setup in single command
✗unused_dependencies_detection0/1No unused dependency detection (depcheck, go mod tidy in CI) found in workflows
✓vcs_cli_tools1/1gh CLI v2.52.0 installed and authenticated (verified with gh auth status)
—version_drift_detection—/—Skipped - Single application repository, version drift detection applies to monorepos with multiple packages