A command-driven workflow for diagnosing and fixing software bugs, especially problems in frontend code such as React, Vue, or Angular. It analyzes the cause, applies a fix, and runs a separate verification step that may send the work back for revision.
A command that examines Git changes and suggests a commit message, with optional task or bug references and Chinese-language output. Git is a version-control system that records changes to a codebase; the command shows a preview and asks for confirmation before committing and pushing.
A command that reads the changes already placed in Git’s staging area—the files selected with git add—and suggests a commit message. It can follow common message formats, choose English or Japanese, and flag breaking changes.
A command for investigating and planning software performance improvements. It starts by measuring bottlenecks, then considers algorithms, memory, input/output, system resources, and how the software behaves as usage grows.
A command that builds or updates AI guidance documents named CLAUDE.md at the repository root and inside detected modules. The documents describe the project structure, important files, interfaces, dependencies, entry points, tests, and project rules.
A command for carrying out planned code restructuring, such as splitting large methods or classes, renaming code, and correcting violations of SOLID design principles. It is meant for gradual changes that keep the software working the same way.
A command for reviewing a selected part of a codebase from several angles, including code quality, security, speed, and overall structure. It produces findings, suggested improvements, and an action plan.
A macOS-only command that captures a window, the full screen, or a selected area and then makes the image available for analysis. It uses macOS’s built-in screencapture tool and does not itself take a screenshot without being asked.
A command for searching the web through the Gemini command-line tool, which is a terminal program for interacting with Google’s Gemini service. It is intended for finding current information, researching documentation, investigating errors, and comparing technologies.