From datum-platform
Invoke code review on the current branch or a specific feature. Runs the code-reviewer agent with appropriate context from the pipeline.
npx claudepluginhub datum-cloud/claude-code-plugins --plugin datum-platformThis skill uses the workspace's default tool permissions.
Quick-start code review with automatic context loading from the pipeline.
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.
Quick-start code review with automatic context loading from the pipeline.
/review Review current branch changes
/review <feature-id> Review changes for a specific feature
/review --diff <base> Review diff against a specific base branch
Feature ID or diff options: $ARGUMENTS
/review (current branch)Detect context
git branch --show-current to get branch namefeat-042-vm-snapshots)Load pipeline context (if feature ID found)
.claude/pipeline/designs/{id}.md.claude/pipeline/specs/{id}.md.claude/service-profile.mdInvoke code-reviewer agent
.claude/review-findings.jsonl/review <feature-id>Load pipeline context
Determine review scope
Invoke code-reviewer agent
/review --diff <base>Generate diff
git diff <base>...HEADInvoke code-reviewer agent
When invoking code-reviewer, provide this context:
## Review Context
**Feature**: {id} - {name}
**Branch**: {branch-name}
**Design**: .claude/pipeline/designs/{id}.md
**Spec**: .claude/pipeline/specs/{id}.md
### Expected Changes (from design)
{Summary of expected changes from design artifact}
### Actual Changes
{Git diff or changed file list}
### Platform Integrations Expected
{From service profile: quota, insights, telemetry, activity requirements}
Review started for: feat-042-vm-snapshot-management
Branch: feat-042-vm-snapshots
Design context loaded: .claude/pipeline/designs/feat-042-vm-snapshot-management.md
[Invokes code-reviewer agent]
Review complete.
Findings logged to: .claude/review-findings.jsonl
Summary:
- Blocking: 0
- Warning: 2
- Nit: 5
To approve: /pipeline approve feat-042 review
After review completes:
/pipeline approve <id> reviewNo changes to review:
No changes detected on current branch.
Use /review --diff <base> to specify a comparison base.
Feature not found:
Feature feat-042 not found in pipeline.
Proceeding with general code review (no design context).