What problem does it solve?
Initiating a code review or quality check often requires remembering specific commands or navigating tools. This Skill allows you to trigger comprehensive code analysis using simple, conversational prompts, saving you time and effort.
Core Features & Use Cases
- Natural Language Code Review: Automatically invokes the
/code-review command from phrases like "review this code," "check for bugs," or "validate code quality."
- Contextual Analysis: Extracts the specific code, files, or recent changes to be reviewed directly from your message, ensuring focused feedback.
- Quality Assurance: Provides in-depth analysis and suggestions for code quality, security, and performance without modifying any code.
- Use Case: After making changes to a critical module, you can simply say, "Review the authentication logic in
src/auth.js for potential issues," and receive an immediate, detailed assessment.
Quick Start
Review the authentication logic in src/auth.js for potential issues.