
Probe Kit
A development toolkit that gives AI assistants 23 specialized tools to help with the entire software development lifecycle. It can analyze your project context, generate code documentation, create tests, review code, and manage dependencies.
34274 views4Local (stdio)
What it does
- Initialize projects using spec-driven development approach
- Generate Git commit messages from code changes
- Perform comprehensive code reviews with security analysis
- Create test cases for Jest/Vitest/Mocha frameworks
- Generate API documentation in multiple formats
- Analyze dependency health and security vulnerabilities
Best for
Developers who want AI to understand their project structureTeams implementing spec-driven development workflowsCode quality automation and review processesDocumentation and testing automation
23 tools covering complete development lifecycleStructured output format for all toolsContext-aware project analysis
Tools (23)
detect_shell
【套壳鉴定】执行套壳探针检测,返回 JSON 指纹
init_setting
【初始化配置】在 .cursor/settings.json 中写入推荐的 AI 配置
init_project
【初始化工程】按照 Spec-Driven Development 方式创建项目结构和任务分解,参考 https://github.com/github/spec-kit
gencommit
【生成提交】分析代码变更并生成规范的 Git commit 消息(支持 emoji)
debug
【调试助手】分析错误并生成调试策略和解决方案