Crawls a website and checks for legal compliance issues according to German law (TMG, UWG, DSGVO/GDPR). Checks Impressum, Datenschutzerklaerung, cookie consent, Google Fonts, external resources, AG...
Reviews code changes and suggests improvements based on clean code principles and SOLID patterns.
Analyzes source code and generates comprehensive unit tests with edge cases, mocking, and assertions.
Scans source files and generates README, API docs, and usage examples.
Identifies code smells and suggests refactoring opportunities to improve readability, performance, and maintainability.
Checks for OWASP top 10 vulnerabilities, SQL injection, XSS, and other common security issues.
Converts code between languages while preserving logic, idioms, and best practices of the target language.
Reads git diffs and generates clear, structured PR descriptions with change summaries and test plans.
Breaks down complex code into understandable explanations, annotating logic flow, patterns, and design decisions.