commit
01Command
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
AI-powered CLI coding agent with 20+ built-in tools, MCP support, and multi-model providers
Command
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
Command
A command for investigating software errors by classifying them, tracing their source, and comparing expected with actual behaviour.
Command
Command "doc" from echoVic/blade-code, covering 目标文件, 文档规范, typescript/javascript, 类和接口 and 要求.
Command
A guided command for explaining how a file or code section works. It covers its purpose, main logic, data flow, dependencies, design choices, and possible improvements.
Command
A guided command for preparing a GitHub Pull Request, which is a proposed set of repository changes for review and merging. It reads the branch history and changed files to draft the request.
Command
A guided command for restructuring existing code without changing what it does. It asks for the file and refactoring goal, then proposes small, test-protected changes for approval.
Command
A guided command for reviewing code changes by examining the current Git diff, the record of edits between versions. It checks quality, bugs, security, performance, and maintainability.
Command
A command that runs JavaScript or TypeScript tests with npm or Vitest, a test-runner tool, and explains any failures.