radkomih
- 4 skills
- 0 followers
- 1 week ago last updated
- ▌ Ddd Refactor · radkomih bundleAnalyzes and refactors code using Domain-Driven Design principles. Use whenever the user mentions domain models, bounded contexts, aggregates, anemic models, ubiquitous language, or DDD — and also when you notice business logic leaking into services, missing domain events, or unclear ownership of business rules, even if the user doesn't explicitly ask for DDD.
- ▌ Effective Go · radkomih bundleAnalyzes and refactors Go code using Effective Go principles. Use whenever Go code is written, reviewed, or modified — including goroutine issues, error handling, naming, interfaces, or formatting. Also trigger when the user asks whether their Go code is idiomatic, even without mentioning "Effective Go" by name.
- ▌ Secure Reliable Systems · radkomihUse when designing, implementing, or reviewing systems for security and reliability — covers threat modeling, least privilege, resilience patterns, secure deployment, incident response, and security culture. Based on Google's "Building Secure and Reliable Systems".
- ▌ Code Review · radkomih bundleReviews code for quality, security, maintainability, and adherence to Clean Code principles. Use ANY time code is written, modified, or shared — including PR reviews, post-implementation checks, refactoring analysis, or whenever the user asks whether code looks right. Don't wait for an explicit review request; if code was just changed or written, this skill applies.