🎯

code-reviewer

🎯Skill

from charon-fan/agent-playbook

VibeIndex|
What it does
|

A code reviewer skill from Agent Playbook, providing structured playbook patterns for AI agent development.

📦

Same repository

charon-fan/agent-playbook(24 items)

code-reviewer

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add charon-fan/agent-playbook --skill code-reviewer
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add charon-fan/agent-playbook --skill code-reviewer
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/code-reviewer/SKILL.md

SKILL.md

470Installs
-
AddedFeb 6, 2026

More from this repository10

🎯
self-improving-agent🎯Skill

Universal self-improving agent skill with multi-memory architecture (semantic, episodic, working) that learns from all skill experiences via hooks-based self-correction

🎯
planning-with-files🎯Skill

Uses persistent markdown files for general planning, progress tracking, and knowledge storage in a Manus-style workflow. Designed for multi-step tasks, research projects, or general organization requiring structured file-based planning.

🎯
security-auditor🎯Skill

Identifies and flags security vulnerabilities across OWASP Top 10 categories, performing comprehensive code scans and security audits for potential risks.

🎯
skill-router🎯Skill

Skill for routing tasks to appropriate skills within Agent Playbook, a collection of practical guides, prompts, and skills for AI agents like Claude Code, Codex, and Gemini CLI.

🎯
architecting-solutions🎯Skill

Designs and architects software solutions using best practices from Agent Playbook, a collection of practical guides and skills for AI Agents.

🎯
prd-planner🎯Skill

PRD planner skill using persistent file-based planning to create product requirements documents while avoiding context switching, with self-improving agent hooks and session logging

🎯
session-logger🎯Skill

Skill for saving conversation history to persistent session log files. Activates on commands like 'save session' or '保存对话', automatically creating timestamped session logs in a sessions directory.

🎯
workflow-orchestrator🎯Skill

A skill that automatically coordinates multi-skill workflows and triggers follow-up actions after completing PRD creation, implementation, or other milestones.

🎯
qa-expert🎯Skill

A qa expert skill from Agent Playbook, providing structured playbook patterns for AI agent development.

🎯
figma-designer🎯Skill

A skill that analyzes Figma designs and generates implementation-ready PRDs with detailed visual specifications, requiring a Figma MCP server connection.