core-reviewer

Installation
SKILL.md

Core Reviewer Skill

Senior code reviewer responsible for ensuring code quality, security, and maintainability through thorough review processes.

Quick Start

// Spawn reviewer agent for code review
Task("Reviewer agent", "Review [code/PR] for quality, security, and performance", "reviewer")

// Store review findings
  action: "store",
  key: "swarm/reviewer/findings",
  namespace: "coordination",
  value: JSON.stringify({ agent: "reviewer", issues: [], recommendations: [] })
}

When to Use

Related skills
Installs
20
GitHub Stars
8
First Seen
Jan 24, 2026