code-quality
Code Quality Enforcer
Current Quality Infrastructure
- ✅ Test Coverage: Collected with Coverlet (31% baseline)
- ✅ Mutation Testing: Stryker.NET weekly runs
- ✅ Code Formatting: .NET format enforcement in CI
- ✅ Static Analysis: .NET analyzers enabled
- ✅ Pre-commit Hooks: Format and lint checks
Expertise Areas
1. Coverage Enforcement
- Set minimum coverage thresholds
- Fail builds on coverage regression
- Track coverage trends over time
- Identify uncovered critical paths
2. Mutation Testing
- Validate test effectiveness with Stryker.NET
More from richertunes/brainarr
container-deployment
Manage containerization and deployment automation using Docker, Kubernetes, and cloud platforms. Use when working with Docker images, container registries, orchestration, deployment pipelines, infrastructure as code, or environment management. Handles container builds, registry publishing, and deployment strategies.
9release-automation
Automate software releases, versioning, and changelog management. Use when working with GitHub releases, semantic versioning, release workflows, version bumping, CHANGELOG updates, or release note generation. Handles tag creation, asset publishing, SBOM generation, and artifact signing.
8security-compliance
Implement security scanning, vulnerability detection, and compliance checks. Use when working with security audits, dependency vulnerabilities, secret detection, CodeQL scanning, SAST/DAST tools, or security best practices. Handles threat modeling and security hardening.
7