git-workflow
Git Workflow & Platform Collaboration
本 Skill 旨在指导开发者规范化使用 Git,并高效利用 GitHub、Gitee 等代码托管平台进行协作。
包含的技能模块
1. 提交规范 (Commit Convention)
- 标准: 遵循 Conventional Commits。
- 格式:
<type>(<scope>): <description>feat: 新功能fix: 修补 bugdocs: 文档修改style: 代码格式修改 (不影响代码运行的变动)refactor: 重构 (即不是新增功能,也不是修改 bug 的代码变动)perf: 性能优化test: 增加测试chore: 构建过程或辅助工具的变动
- 示例:
feat(auth): add google oauth2 login support
2. 分支策略 (Branching Strategy)
- Trunk Based Development (推荐):
main: 随时可发布的主分支。- Feature branches: 短生命周期的功能分支,合并后即删除。
- Git Flow (传统):
master,develop,feature/*,release/*,hotfix/*.
3. 平台特定指南 (Platform Specifics)
GitHub
- Actions: CI/CD 首选。
- Pages: 静态网站托管。
- PR: Pull Request 流程与 Code Review。
Gitee (码云)
- 国内加速: 适合国内镜像与私有项目。
- Gitee Go: 内置的 CI/CD 流水线。
- Pages: Gitee Pages 服务。
🤖 智能体与 MCP 增强
推荐智能体角色
- Git Workflow Specialist: 详见 AGENTS.md。
- 专注于代码审查、提交信息规范化和发布流程管理。
推荐 MCP 工具
- Git MCP:
- 自动执行
git add,git commit,git push。 - 分析 git log 生成 Changelog。
- 自动执行
- GitHub MCP:
- 创建 Issue, 提交 PR, Review 代码, 管理 Releases。
- mcp-feedback-enhanced:
- 在生成 PR 描述或 Commit Message 时,如果上下文不足,使用
ask_followup_question询问用户具体的修改原因或关联的 Issue。 - 在进行 Code Review 时,使用该工具确认用户的 Review 重点。
- 在生成 PR 描述或 Commit Message 时,如果上下文不足,使用
More from boshi-xixixi/agenticflow-skills
docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
1browser automation expert
浏览器自动化与网页测试专家。支持基于 MCP 工具(Puppeteer/Playwright)的实时交互,以及基于 Python 脚本的复杂自动化流实现。
1xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
1ai engineer
专注于 LLM 应用开发,涵盖 RAG 和 LangChain 架构。
1mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
1frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
1