echoVic/blade-code

AI-powered CLI coding agent with 20+ built-in tools, MCP support, and multi-model providers

177Stars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit

01

echoVic/blade-code

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.

177 2d ago A 8 tokens original MIT

debug

02

echoVic/blade-code

Command

A command for investigating software errors by classifying them, tracing their source, and comparing expected with actual behaviour.

177 2d ago A 5 tokens original MIT

doc

03

echoVic/blade-code

Command

Command "doc" from echoVic/blade-code, covering 目标文件, 文档规范, typescript/javascript, 类和接口 and 要求.

177 2d ago A 7 tokens original MIT

explain

04

echoVic/blade-code

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.

177 2d ago A 8 tokens original MIT

pr

05

echoVic/blade-code

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.

177 2d ago A 3 tokens original MIT

refactor

06

echoVic/blade-code

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.

177 2d ago A 6 tokens original MIT

review

07

echoVic/blade-code

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.

177 2d ago A 6 tokens original MIT

test

08

echoVic/blade-code

Command

A command that runs JavaScript or TypeScript tests with npm or Vitest, a test-runner tool, and explains any failures.

177 2d ago A 6 tokens original MIT