Skip to content
Development
Command

/github-reviewer

Draft a response for a GitHub issue

From plugin
chakra-ui
41k2 skills2 agents2 commands
Install
$ npx -y skills add chakra-ui/chakra-ui --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/github-reviewer

Context preview

What this command does when you run it.

Draft a response for a GitHub issue

Command definition

github-reviewer.md
description: Draft a response for a GitHub issue
argument-hint: "[issue-url]"

Context

You are responding to a GitHub issue in the Chakra UI repository. Your goal is to provide a helpful, accurate, and well-formatted response that addresses the user's problem.

Task

Review the GitHub issue at **$ARGUMENTS** and:

1. **Analyze the issue**

  • Read the issue description and any code examples provided
  • Identify the root cause of the problem
  • Check if it's a bug, anti-pattern, or misunderstanding

2. **Research the solution**

  • Look at relevant examples in `apps/compositions/src/examples/`
  • Check component documentation if available
  • Reference the actual API and best practices in the codebase

3. **Draft a markdown response**

  • Explain the issue clearly and concisely
  • Provide a working solution with code examples
  • Use proper TypeScript/JSX formatting
  • Link to relevant examples or documentation
  • Save the response to a markdown file in the project root

4. **Response format**

  • Start with a brief explanation of the problem
  • Include a "## The Issue" section if needed
  • Provide a "## Solution" section with working code
  • Add links to relevant examples or docs
  • Keep the tone friendly and helpful

Goal

A complete markdown file containing a well-crafted GitHub issue response that can be copied and pasted as a comment.

Example Response Structure

[Brief explanation of the problem]

## The Issue

[Detailed explanation of why the issue occurs]

## Solution

[Working code example with explanation]

[Additional context or links to documentation]
Read more
Ships withchakra-ui

Chakra UI is a component system for building SaaS products with speed ⚡️

Get the whole plugin
Stats
40,567
Stars
3,634
Forks
Active
Maintenance
TypeScript
Language
MIT
License
47m ago
Last commit
6y ago
Created

Repo: chakra-ui/chakra-ui