Reviews test coverage and suggests missing test cases for error paths, edge cases, and business logic. Activates when users write tests or implement new features.
2
AI 95
let-chains-advisor
EmilLindfors11/14/2025
Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.
2
AI 88
domain-layer-expert
EmilLindfors11/14/2025
Guides users in creating rich domain models with behavior, value objects, and domain logic. Activates when users define domain entities, business rules, or validation logic.
2
AI 87
rust-2024-migration
EmilLindfors11/14/2025
Guides users through migrating to Rust 2024 edition features including let chains, async closures, and improved match ergonomics. Activates when users work with Rust 2024 features or nested control fl...
2
AI 85
mock-strategy-guide
EmilLindfors11/14/2025
Guides users on creating mock implementations for testing with traits, providing test doubles, and avoiding tight coupling to test infrastructure. Activates when users need to test code with external...
2
AI 82
port-adapter-designer
EmilLindfors11/14/2025
Helps design port traits and adapter implementations for external dependencies. Activates when users need to abstract away databases, APIs, or other external systems.