code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Install
npx skills add shareAI-lab/learn-claude-code@code-reviewRuns in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.
What it does
Code Review Skill You now have expertise in conducting comprehensive code reviews. Follow this structured approach: Review Checklist 1. Security (Critical) Check for: - [ ] Injection vulnerabilities: SQL, command, XSS, template injection - [ ] Authentication issues: Hardcoded credentials, weak auth - [ ] Authorization flaws: Missing access controls, IDOR - [ ] Data exposure: Sensitive data in logs, error messages - [ ] Cryptography: Weak algorithms, improper key management - [ ] Dependencies: Known vulnerabilities (check with npm audit, pip-audit) 2. Correctness Check for: - [ ] Logic errors:…
Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.
View source on GitHubBefore you install
Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.
Categories
Related skills
- agent-builder
shareAI-lab/learn-claude-code
|
263 installs 76KDesign & UIResearchAI & agents - pdf
shareAI-lab/learn-claude-code
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
172 installs 76KOffice documents - mcp-builder
shareAI-lab/learn-claude-code
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
98 installs 76KDataAI & agentsDatabase - vercel-react-best-practices
vercel-labs/agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
685K installs 31KReact & Next.jsDataCode review - web-design-guidelines
vercel-labs/agent-skills
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
602K installs 31KDesign & UIAI & agentsCode review - design-taste-frontend
leonxlnx/taste-skill
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
436K installs 84KDesign & UIDataAI & agents