code-hygiene
code-hygiene
- .NET async cancellation and fire-and-forget lifecycle
- .NET disposable and async-disposable lifecycle
- .NET LINQ enumeration and EF query boundaries
- .NET nullable and analyzer suppression debt
- C and C++ atomic, lock, and thread lifecycle
- C and C++ bounds, integer, and undefined-behavior hygiene
- C and C++ compiler warning and suppression debt
- C and C++ const, span, view, and lifetime hygiene
- C and C++ ownership, RAII, and resource lifecycle
- CI workflow timeout, concurrency, and cache hygiene
- Complexity and long-function reduction
- Configuration validation and default hygiene
- Container signal, healthcheck, and shutdown hygiene
- Dart analyzer, null-safety, and ignore debt
- Dead code and unused symbol removal
- Dependency manifest and lockfile hygiene
- Deprecated API migration
- Deterministic test and flake remediation
- Dockerfile layer, cache, and build-context hygiene
- Duplicated logic consolidation
- Feature flag and experiment cleanup
- Flutter Future, stream, controller, and widget lifecycle
- Go channel, lock, and shared-state hygiene
- Go error wrapping and sentinel contracts
- Go goroutine, context, cancellation, and leak hygiene
- Go vet and lint suppression debt
- Java AutoCloseable and resource lifecycle
- Java compiler warning, deprecation, and suppression debt
- Java executor, Future, and ThreadLocal lifecycle
- Java nullability, Optional, and boundary contracts
- JavaScript module cycles, side effects, and unused exports
- JavaScript promise, abort, and listener lifecycle
- Kotlin compiler, Detekt, and suppression debt
- Kotlin coroutine scope, cancellation, and Flow lifecycle
- Kotlin nullability, platform types, and immutability
- Kubernetes probe, resource, and rollout hygiene
- Kubernetes schema, deprecation, and selector drift
- Lint warning baseline and budget
- NIST SP 800-218A AI Model Development Evidence Check
- NIST SSDF 1.1 Repository Evidence Check
- Node.js stream, emitter, and handle lifecycle
- OWASP ASVS 5.0.0 Application Verification Evidence Check
- PHP exception, stream, and resource lifecycle
- PHP strict types, static analysis, and suppression debt
- PowerShell error, output, and resource lifecycle
- PowerShell ScriptAnalyzer and suppression debt
- Python asyncio task cancellation and timeouts
- Python exception, context, and resource lifecycle
- Python import, packaging, and module boundaries
- Python mutable-default, dataclass, and sentinel hygiene
- Python typing Any and ignore debt
- Rails query, transaction, and callback hygiene
- React hook, effect, and state lifecycle
- Regular-expression correctness and complexity hygiene
- Ruby RuboCop baseline and disable debt
- Rust async cancellation, lock, and task lifecycle
- Rust Clippy lint baseline and allow debt
- Rust panic, unwrap, expect, and error boundaries
- Rust unsafe block and safety-invariant hygiene
- Serialization schema and versioning hygiene
- Shell exit, pipeline, trap, and temporary-file lifecycle
- ShellCheck quoting and word-splitting hygiene
- SQL migration idempotence and rollback hygiene
- SQL query plan, index, and N+1 hygiene
- SQL transaction, locking, and concurrency hygiene
- Structured logging and cardinality hygiene
- Swift actor, Sendable, and task lifecycle
- Swift warning, deprecation, and force-unwrap debt
- Terraform format, validation, and provider-lock hygiene
- Terraform state-address and refactor safety
- Test isolation and fixture hygiene
- Time, date, timezone, and clock hygiene
- TODO, FIXME, and suppression debt
- TypeScript strictness and escape-hatch debt
- Unicode, locale, and normalization hygiene