Agent skill · Security

code-review

Comprehensive code review assistant that analyzes code quality, security, and best practices

ThinkInAIXYZgithub.com/ThinkInAIXYZGitHub ↗
claude-codeApache-2.0
Install
npx skills add ThinkInAIXYZ/deepchat --skill code-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: resources/skills/code-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,191
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Review Focus Areas
  2. Review Output Format
  3. Usage
More from deepchat
All skills →
About this skill
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.

Keep going