review-changes — community review-changes, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing automated Git repository analysis and UI validation capabilities. Design System that powers Razorpay

razorpay razorpay
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The review-changes skill by razorpay 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.

Ideal Agent Persona

Perfect for Code Review Agents needing automated Git repository analysis and UI validation capabilities.

Core Value

Empowers agents to review Blade PRs by fetching diffs, checking CI status, and extracting Storybook preview URLs, utilizing Git and GitHub protocols for seamless integration.

Capabilities Granted for review-changes

Automating PR reviews in the razorpay/blade repository
Validating UI changes with Storybook previews
Debugging CI status for failed builds

! Prerequisites & Limits

  • Requires GitHub access
  • Limited to razorpay/blade repository
  • Needs clarification on ShouldReviewUI and ShouldRunHeadedBrowser arguments
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-changes

Install review-changes, 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 Blade PR

Review PRs in the razorpay/blade repository by fetching the diff, checking CI status, and extracting the Storybook preview URL.

Arguments / Clarifications (Use Cursor's AskQuestion tool to get clarifications)

  • PR: Link / Number of the PR to review
  • ShouldReviewUI: Whether UI should be reviewed or not. Get it clarified if not mentioned.
  • ShouldRunHeadedBrowser: Whether to run the browser in headed mode or not. Get it clarified if not mentioned.

Prerequisites

  • GitHub CLI (gh) must be installed and authenticated
  • agent-browser command must be installed (if ShouldReviewUI is true)

Guidelines

  • Avoid printing intermediate commentary; only output the final review in the main chat

Steps (Create checklist for each step)

1. Fetch the PR Diff and CI Status in Main Agent

https://patch-diff.githubusercontent.com/raw/razorpay/blade/pull/{PR_NUMBER}.diff

(Ignore the lock file changes from diff)

Fetch status checks once and extract both CI status and Storybook URL:

bash
1gh pr checks {PR_NUMBER} --repo razorpay/blade

If checks are failing / skipped, get the details from the checks on why they are failing / skipped

Use the following command (replace {JOB_ID} with the job id from the previous gh pr checks output):

bash
1gh run view --job {JOB_ID} --repo razorpay/blade

2. UI Review the Changes (if ShouldReviewUI is true)

  • Using agent-browser (Do NOT use Playwright MCP), open the Storybook URL (returned by earlier subagent)
    • agent-browser --help on docs on how to use it
  • Determine which URL to open based on the PR changes
  • agent-browser close to close any earlier opened browser instances
  • Open the URL with the agent-browser and test the functionality of the changes
    sh
    1agent-browser open {storybook_url} --headed (if ShouldRunHeadedBrowser is true)
  • Close the agent-browser at the end with agent-browser close

How to Find Changes

  • You can open the story outside iframe using the iframe.html url of storybook
    • E.g. https://61c19ee8d3d282003ac1d81c-rzqbxanzgn.chromatic.com/?path=/story/components-datepicker--date-picker-presets-with-display-format-compact this story can be opened as an iframe in https://61c19ee8d3d282003ac1d81c-rzqbxanzgn.chromatic.com/iframe.html?args=&id=components-datepicker--date-picker-presets-with-display-format-compact&viewMode=story
    • If iframe is not working, open the storybook url directly and find the story in the sidebar
  • If changes are in svelte components, check the svelte version of storybook on {storybook_base_url}/svelte/ route

Report the flows / features that were tested, if they are working as expected or not, and the issues found.

3. Code Review the Changes

Analyze the diff for:

  • Potential bugs or logic errors
  • TypeScript/type safety issues
  • Missing tests for new functionality
  • Accessibility concerns
  • Performance implications
  • API Breaking changes
  • Do not review the changes in the codebase, only review the changes in the diff.

Output Format

The subagent should return all the gathered information. Then in the main chat strictly following the output format mentioned in references/output-format.md

FAQ & Installation Steps

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

? Frequently Asked Questions

What is review-changes?

Perfect for Code Review Agents needing automated Git repository analysis and UI validation capabilities. Design System that powers Razorpay

How do I install review-changes?

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

What are the use cases for review-changes?

Key use cases include: Automating PR reviews in the razorpay/blade repository, Validating UI changes with Storybook previews, Debugging CI status for failed builds.

Which IDEs are compatible with review-changes?

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-changes?

Requires GitHub access. Limited to razorpay/blade repository. Needs clarification on ShouldReviewUI and ShouldRunHeadedBrowser arguments.

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 razorpay/blade/review-changes. 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-changes immediately in the current project.

Related Skills

Looking for an alternative to review-changes 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