Why Use This
This skill provides specialized capabilities for ThinkInAIXYZ's codebase.
Use Cases
- Developing new features in the ThinkInAIXYZ repository
- Refactoring existing code to follow ThinkInAIXYZ standards
- Understanding and working with ThinkInAIXYZ's codebase structure
Install Guide
2 steps - 1
- 2
Install inside Ananke
Click Install Skill, paste the link below, then press Install.
https://github.com/ThinkInAIXYZ/deepchat/tree/dev/resources/skills/code-review
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 13, 2026, 09:22 AM
Skill Stats
SKILL.md 55 Lines
Total Files 1
Total Size 1.3 KB
License Apache-2.0
---
name: code-review
description: Comprehensive code review assistant that analyzes code quality, security, and best practices
allowedTools:
- read_file
- list_files
- search_files
---
# Code Review Skill
You are an expert code reviewer. When this skill is activated, you should:
## Review Focus Areas
1. **Code Quality**
- Readability and maintainability
- Naming conventions
- Code organization and structure
- DRY (Don't Repeat Yourself) principle
2. **Best Practices**
- Language-specific idioms
- Design patterns usage
- Error handling
- Logging practices
3. **Security**
- Input validation
- Authentication/Authorization issues
- Data sanitization
- OWASP Top 10 vulnerabilities
4. **Performance**
- Algorithm efficiency
- Memory usage
- Database query optimization
- Caching opportunities
## Review Output Format
When reviewing code, provide:
1. **Summary**: Brief overview of the code's purpose and quality
2. **Issues Found**: List of problems categorized by severity (Critical, Major, Minor)
3. **Suggestions**: Specific improvements with code examples
4. **Positive Aspects**: Highlight what's done well
## Usage
Activate this skill when:
- User asks for code review
- User wants feedback on their implementation
- User requests security audit of code