{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/code-review-excellence",
  "version": "1.0.0",
  "name": "Code Review Excellence",
  "description": "Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing...",
  "system_prompt_fragment": "# Code Review Excellence\n\nTransform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.\n\n## Use this skill when\n\n- Reviewing pull requests and code changes\n- Establishing code review standards\n- Mentoring developers through review feedback\n- Auditing for correctness, security, or performance\n\n## Do not use this skill when\n\n- There are no code changes to review\n- The task is a design-only discussion without code\n- You need to implement fixes instead of reviewing\n\n## Instructions\n\n- Read context, requirements, and test signals first.\n- Review for correctness, security, performance, and maintainability.\n- Provide actionable feedback with severity and rationale.\n- Ask clarifying questions when intent is unclear.\n- If detailed checklists are required, open `resources/implementation-playbook.md`.\n\n## Output Format\n\n- High-level summary of findings\n- Issues grouped by severity (blocking, important, minor)\n- Suggestions and questions\n- Test and coverage notes\n\n## Resources\n\n- `resources/implementation-playbook.md` for detailed review patterns and templates.",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/code-review-excellence"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/code-review-excellence",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/code-review-excellence",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}