Code Reviewer
Skill 検証済みReviews pull requests and code changes for quality, security, and best practices. Use when user asks for code review, PR review, or mentions reviewing changes.
This skill analyzes code changes using git commands and a bundled Python script to provide detailed feedback across multiple review categories. It integrates with other agent skills for learning and logging.
Versioning
- warning:Release ManagementThere is no explicit versioning information (e.g., in SKILL.md, package.json, or CHANGELOG) for this skill, and installation instructions reference 'main', preventing version pinning.
Code Execution
- info:LoggingThe skill integrates with `session-logger` via auto-trigger, which handles saving conversation history, but direct audit logging within the skill itself is not explicit.
インストール
npx skills add charon-fan/agent-playbookVercel skills CLI(skills.sh)を npx 経由で実行します。ローカルに Node.js と、skills 対応のエージェント(Claude Code、Cursor、Codex など)が少なくとも 1 つインストールされている必要があります。リポジトリが agentskills.io 形式に従っていることを前提としています。
類似の拡張機能
Code Review Expert
95Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
Code Review Diagnostic
95Provide structured code review guidance for catching defects and improving quality. This skill should be used when the user asks to 'review this code', 'check for issues', 'PR review', 'code quality check', or wants systematic code evaluation. Keywords: code review, PR, pull request, quality, defects, security, maintainability, performance.
Code Review Pro
75Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.