commit
01Command
Part of open-agent-hub
Run when user calls /commit or asks to generate a commit message. Analyzes staged changes and writes a structured commit message.
958 2d ago A 28 tokens
original MIT
A lightweight, zero-dependency CLI tool to manage and activate capabilities for AI coding assistants (such as Claude Code, Cursor, Trae, etc.).
Command
Part of open-agent-hub
Run when user calls /commit or asks to generate a commit message. Analyzes staged changes and writes a structured commit message.
Command
Part of open-agent-hub
Run when user calls /review. Analyzes local changes and runs a comprehensive code review using the agent-reviewer prompt.
Command
Part of open-agent-hub
Run when user calls /test-tdd. Scans modified files, locates their corresponding unit/integration test suites, and runs them.