code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install thinkinaixyz-deepchat-code-review
Repository
Skill path: resources/skills/code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
Open repositoryBest for
Primary workflow: Run DevOps.
Technical facets: Full Stack, Security.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: ThinkInAIXYZ.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install code-review into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/ThinkInAIXYZ/deepchat before adding code-review to shared team environments
- Use code-review for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- 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