code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
npx skills add ThinkInAIXYZ/deepchat --skill code-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Review Focus Areas
- Review Output Format
- Usage
What does the code-review skill do?
Comprehensive code review assistant that analyzes code quality, security, and best practices
How do I install it?
Run `npx skills add ThinkInAIXYZ/deepchat --skill code-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ThinkInAIXYZ/deepchat, a repository with 6,191 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
