Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add collectiveai-team/agent-skills --skill "code-review"
Install specific skill from multi-skill repository
# Description
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
# SKILL.md
name: code-review
description: Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
Code Review Skill
Use this checklist when reviewing code.
Review Checklist
- Verify the code does what it is supposed to do.
- Check for edge cases and error handling.
- Confirm style follows project conventions.
- Identify obvious inefficiencies or performance issues.
Provide Feedback
- Be specific about what needs to change.
- Explain why, not just what.
- Suggest alternatives when possible.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.