collectiveai-team

code-review

0
0
# Install this skill:
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

  1. Verify the code does what it is supposed to do.
  2. Check for edge cases and error handling.
  3. Confirm style follows project conventions.
  4. 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.