review — kiteboarding review, varun.surf, community, kiteboarding, ide skills, kitesurfing, weather-forecast, wind-forecast, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Analysis Agents needing advanced file review and git change analysis capabilities. 🏄 kite spots database and weather forecast for kitesurfers on the web

# Core Topics

pwittchen pwittchen
[4]
[0]
Updated: 2/21/2026

Agent Capability Analysis

The review skill by pwittchen is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for kiteboarding, kitesurfing, weather-forecast.

Ideal Agent Persona

Perfect for Code Analysis Agents needing advanced file review and git change analysis capabilities.

Core Value

Empowers agents to perform quick and focused code reviews on specified files or recent git changes, utilizing git protocols and parsing file formats like Java source code, to ensure code quality and best practices.

Capabilities Granted for review

Reviewing recent git changes for code quality
Analyzing specific Java files for syntax errors
Debugging staged changes before commit

! Prerequisites & Limits

  • Requires git repository access
  • Limited to reviewing files and changes, not full codebase analysis
  • Java file parsing limitations may apply
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

review

Install review, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Review Skill

Perform a quick, focused code review on specified files or recent git changes.

Instructions

1. Determine Review Scope

Parse the user's request to determine what to review:

  • Specific file(s): /review src/main/java/.../MyService.java
  • Recent changes: /review changes or /review diff
  • Staged changes: /review staged
  • Last commit: /review last-commit
  • Feature/component: /review ForecastService (find and review related files)

2. Gather Code to Review

Based on scope:

For specific files:

  • Use Read to load the file content

For git changes:

  • Use Bash with git diff for unstaged changes
  • Use Bash with git diff --cached for staged changes
  • Use Bash with git show HEAD for last commit
  • Use Bash with git diff HEAD~N for recent N commits

For component/feature:

  • Use Glob and Grep to find relevant files
  • Read the main files involved

3. Review Checklist

Analyze the code for:

Correctness

  • Logic errors or bugs
  • Off-by-one errors
  • Null/undefined handling
  • Edge cases not covered
  • Incorrect assumptions

Security

  • Input validation issues
  • Injection vulnerabilities (SQL, command, XSS)
  • Hardcoded secrets or credentials
  • Unsafe data handling

Performance

  • Inefficient algorithms (O(n²) when O(n) possible)
  • Unnecessary iterations or allocations
  • Missing caching opportunities
  • Blocking calls in reactive code

Best Practices

  • Code style consistency
  • Naming conventions
  • Error handling patterns
  • Resource cleanup (try-with-resources, close())
  • Thread safety in concurrent code

Maintainability

  • Code duplication
  • Overly complex methods (consider splitting)
  • Missing or misleading comments
  • Dead code

Project-Specific (varun.surf)

  • Reactive patterns (WebFlux compliance)
  • Proper use of virtual threads/StructuredTaskScope
  • Cache invalidation concerns
  • External API error handling

4. Severity Levels

Categorize findings:

  • Critical: Bugs, security issues, data loss risks
  • Warning: Performance issues, bad practices, potential bugs
  • Suggestion: Style improvements, minor optimizations, readability

Output Format

markdown
1## Code Review: [File/Scope] 2 3### Summary 4- Files reviewed: X 5- Lines analyzed: Y 6- Issues found: Z (X critical, Y warnings, Z suggestions) 7 8### Critical Issues 9 10#### [Issue Title] 11**File**: `path/to/file.java:line` 12**Problem**: [Description] 13**Fix**: [Suggested solution] 14```java 15// Before 16problematic code 17 18// After 19fixed code

Warnings

[Issue Title]

File: path/to/file.java:line Problem: [Description] Suggestion: [How to improve]

Suggestions

  • file.java:42 - Consider extracting this to a method
  • file.java:78 - Variable name could be more descriptive

What Looks Good

  • Proper error handling in [location]
  • Good use of [pattern/practice]
  • Clean separation of concerns

Files Reviewed

  • path/to/file1.java - [brief note]
  • path/to/file2.java - [brief note]

## Examples

```bash
# Review a specific file
/review src/main/java/com/github/pwittchen/varun/service/ForecastService.java

# Review recent uncommitted changes
/review changes

# Review staged changes before commit
/review staged

# Review the last commit
/review last-commit

# Review a component by name
/review AggregatorService

# Review multiple files
/review src/main/java/.../controller/*.java

Notes

  • Keep reviews focused and actionable
  • Prioritize critical issues over style nitpicks
  • Provide concrete fix suggestions, not just problem descriptions
  • Reference project patterns from CLAUDE.md when relevant
  • For large diffs, focus on the most impactful changes
  • Don't repeat issues that appear multiple times; note "X similar occurrences"

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is review?

Perfect for Code Analysis Agents needing advanced file review and git change analysis capabilities. 🏄 kite spots database and weather forecast for kitesurfers on the web

How do I install review?

Run the command: npx killer-skills add pwittchen/varun.surf/review. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for review?

Key use cases include: Reviewing recent git changes for code quality, Analyzing specific Java files for syntax errors, Debugging staged changes before commit.

Which IDEs are compatible with review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for review?

Requires git repository access. Limited to reviewing files and changes, not full codebase analysis. Java file parsing limitations may apply.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add pwittchen/varun.surf/review. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use review immediately in the current project.

Related Skills

Looking for an alternative to review or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI