code-review

This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments.

allowed_tools: Read

$ Instalar

git clone https://github.com/akaszubski/autonomous-dev /tmp/autonomous-dev && cp -r /tmp/autonomous-dev/plugins/autonomous-dev/skills/code-review ~/.claude/skills/autonomous-dev

// tip: Run this command in your terminal to install the skill


name: code-review version: 1.0.0 type: knowledge description: This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments. keywords: code review, review, pr review, pull request review, feedback, comment, critique, quality check auto_activate: true allowed-tools: [Read]

Code Review Skill

Code review standards and best practices for providing constructive feedback.

When This Skill Activates

  • Reviewing pull requests
  • Conducting code reviews
  • Writing review comments
  • Responding to review feedback
  • Keywords: "review", "pr", "feedback", "comment", "critique"


Core Concepts

Overview

This skill provides comprehensive guidance on code review. For detailed patterns and implementation examples, see the documentation files in docs/.

Key Topics:

  • Detailed methodologies and best practices
  • Implementation patterns and examples
  • Common pitfalls and anti-patterns
  • Cross-references to related skills

See: Documentation files in docs/ directory for complete details


Quick Reference

TopicDetails
Detailed Guide 1docs/detailed-guide-1.md
Detailed Guide 2docs/detailed-guide-2.md
Detailed Guide 3docs/detailed-guide-3.md

Progressive Disclosure

This skill uses progressive disclosure to prevent context bloat:

  • Index (this file): High-level concepts and quick reference (<500 lines)
  • Detailed docs: docs/*.md files with implementation details (loaded on-demand)

Available Documentation:

  • docs/detailed-guide-1.md - Detailed implementation guide
  • docs/detailed-guide-2.md - Detailed implementation guide
  • docs/detailed-guide-3.md - Detailed implementation guide

Cross-References

Related Skills:

  • See PROJECT.md for complete skill dependencies

Related Tools:

  • See documentation files for tool-specific guidance

Key Takeaways

  1. Research existing patterns before implementing
  2. Follow established best practices
  3. Refer to detailed documentation for implementation specifics
  4. Cross-reference related skills for comprehensive understanding