From vamfi-software-consultancy
This skill should be used when the user asks to "review this code", "review the PR", "check code quality", "refactor this module", "improve this code", "run a code review", or needs systematic review of recently written or changed code before it merges.
npx claudepluginhub vamfi/vamfi-plugins --plugin vamfi-software-consultancyThis skill uses the workspace's default tool permissions.
Perform comprehensive code review across logic, security, style, and maintainability dimensions. Orchestrate multi-agent review for thorough, independent analysis. Produce a structured review report with actionable findings.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Perform comprehensive code review across logic, security, style, and maintainability dimensions. Orchestrate multi-agent review for thorough, independent analysis. Produce a structured review report with actionable findings.
Code review is the quality gate before code merges. This skill orchestrates a multi-dimensional review inspired by Claude Code's native multi-agent review approach: different review dimensions are applied independently to reduce shared blind spots.
Apply each dimension as an independent review pass:
# Code Review: [Feature/PR Name]
Date: [YYYY-MM-DD]
## Summary
[2-3 sentence overall assessment]
## Critical Issues (must fix before merge)
| # | Location | Issue | Suggested Fix |
|---|---|---|---|
| 1 | [file:line] | [description] | [recommendation] |
## Important Issues (should fix)
| # | Location | Issue | Suggested Fix |
|---|---|---|---|
## Suggestions (nice to have)
| # | Location | Suggestion | Rationale |
|---|---|---|---|
## Positive Observations
- [What was done well]
## Review Verdict
APPROVED | APPROVED WITH COMMENTS | CHANGES REQUIRED
When refactoring is recommended:
Common refactoring patterns:
references/review-checklist.md — Comprehensive per-language review checklist