Claude Skill
mhattingpete/claude-skills-marketplace
探索用于自动化Git操作、测试和代码审查的Claude Skill。AI驱动的工具可提升软件工程工作流中的开发者生产力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/mhattingpete/claude-skills-marketplace.gitRegistry 信息
项目简介
一个Claude Skill市场,提供用于软件工程工作流的AI驱动自动化工具,包括Git操作、测试和代码审查。
Claude Code Skills for software engineering workflows - Git automation, testing, and code review
要点
- Git自动化工作流
- 测试辅助与自动化
- 代码审查自动化
- AI驱动的软件工程工具
- Claude Skill集成
- 开发者工作流优化
使用场景
- 自动化Git提交和推送操作
- 通过AI辅助运行自动化测试
- 简化代码审查流程
- 提高开发者生产力
- 将AI集成到软件开发工作流中
- 通过自动化检查管理代码质量
README 摘要
# Claude Skills Marketplace [](https://github.com/mhattingpete/claude-skills-marketplace/stargazers) [](LICENSE) [](https://github.com/mhattingpete/claude-skills-marketplace/commits) A curated marketplace of Claude Code plugins for software engineering workflows. <img src="assets/skill-loading.gif" alt="Skill Loading Demo" width="600"> ## Repository Structure ``` claude-skills-marketplace/ ├── .claude-plugin/ │ └── marketplace.json # Marketplace manifest ├── execution-runtime/ # 🚀 Code execution environment (NEW!) │ ├── api/ # Importable API library │ ├── mcp-server/ # FastMCP server │ ├── setup.sh # One-command installation │ └── README.md ├── engineering-workflow-plugin/ # Engineering workflow plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── agents/ │ │ └── plan-implementer.md # Plan implementation agent │ ├── skills/ │ │ ├── feature-planning/ # Feature planning skill │ │ ├── git-pushing/ # Git automation skill │ │ ├── review-implementing/ # Code review skill │ │ └── test-fixing/ # Test fixing skill │ └── README.md ├── visual-documentation-plugin/ # Visual documentation plugin │ ├── .claude-plugin/ │ │ └── plugin.json # Plugin manifest │ ├── skills/ │ │ ├── architecture-diagram-creator/ # Architecture diagram skill │ │ ├── dashboard-c