commit
Run when user calls /commit or asks to generate a commit message. Analyzes staged changes and writes a structured commit message.
Run when user calls /review. Analyzes local changes and runs a comprehensive code review using the agent-reviewer prompt.
> /plugin marketplace add guanyang/open-agent-hub > /plugin install open-agent-hub@open-agent-hub
How it fires
How this command gets triggered: by you, by Claude, or both.
/reviewContext preview
What this command does when you run it.
Run when user calls /review. Analyzes local changes and runs a comprehensive code review using the agent-reviewer prompt.
name: review description: Run when user calls /review. Analyzes local changes and runs a comprehensive code review using the agent-reviewer prompt. type: command
Inspect modified files in the workspace and execute a thorough code review.
1. **Gather Modified Files**: Run `git diff` (unstaged) and `git diff --cached` (staged) to identify modified files. 2. **Load Review Guide**: Read the [agent-reviewer](../agents/agent-reviewer.md) prompt template. 3. **Analyze Code Diffs**: Evaluate all modifications against:
4. **Output Report**: Present a structured report:
A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
Repo: guanyang/open-agent-hub
Run when user calls /commit or asks to generate a commit message. Analyzes staged changes and writes a structured commit message.