Code Review
2 crystals in this category
Code review is one of the most impactful engineering practices for maintaining software quality, spreading institutional knowledge, and catching defects before they reach production. High-quality reviews go far beyond syntax errors — they examine design pattern fitness, edge-case coverage, performance bottlenecks, security vulnerabilities, and long-term maintainability. This category collects crystals that automate and augment code review workflows for Python, TypeScript, Go, Java, and other mainstream languages. Capabilities include automated PR diff analysis, security-focused review checklists, refactoring suggestion generation, test coverage gap identification, and idiomatic style enforcement specific to each language. By running a crystal before opening a pull request, developers receive senior-engineer-caliber review feedback within seconds. Teams using these crystals consistently report fewer review cycles, faster onboarding of junior engineers, and measurable improvements in overall codebase health.
TypeScript PR Code Review
Perform a senior-engineer-level code review of TypeScript/React pull request diffs across five quality dimensions, with actionable improvement suggestions.
Go PR Code Review
Review Go pull request changes with expert focus on concurrency safety, idiomatic error handling, and performance optimization.