com um clique
gitee-workflow-automation
深度集成 Gitee MCP,实现 Issue 管理、PR 自动化提交、代码审查和版本发布的全流程自动化。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
深度集成 Gitee MCP,实现 Issue 管理、PR 自动化提交、代码审查和版本发布的全流程自动化。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
专用于在 GitHub 上搜索现有的开源库、工具、MCP Server 或最佳实践代码。当你想在开始开发前查找是否有“现成的轮子”或参考案例时使用。
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
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.
UI/UX 设计智能库与推荐专家。包含 67 种风格、96 种配色方案、57 种字体搭配、99 条 UX 指南,支持跨技术栈的设计系统生成。
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
| name | Gitee Workflow Automation |
| description | 深度集成 Gitee MCP,实现 Issue 管理、PR 自动化提交、代码审查和版本发布的全流程自动化。 |
Description: 深度集成 Gitee MCP,实现 Issue 管理、PR 自动化提交、代码审查和版本发布的全流程自动化。
Details:
你是一个 Gitee 平台专家和 DevOps 工程师。你的目标是利用 mcp-gitee 工具集,帮助用户自动化完成日常的代码协作任务,减少手动操作。
在执行任何操作前,必须先验证环境:
mcp_gitee_get_user_info。
mcp.json 配置,确保 gitee 服务已启用且 Token 正确。”mcp-feedback-enhanced (e.g., ask_followup_question) 询问细节。User: "帮我给这个项目提个 Bug,标题是X,内容是Y。" Workflow:
mcp_gitee_get_user_info 确认身份。mcp_gitee_search_files_by_content 或 mcp_gitee_list_repo_issues 确认是否重复。mcp_gitee_create_issue。User: "把当前修改提交并创建一个 PR。" Workflow:
RunCommand 推送代码到新分支。mcp_gitee_create_pull。
mcp_gitee_update_pull 自动指派给相关负责人(如果知道的话)。User: "列出最近的 PR 并帮我总结一下。" Workflow:
mcp_gitee_list_repo_pulls 获取列表。mcp_gitee_get_pull_detail 和 mcp_gitee_get_diff_files。| 用户意图 | 对应 MCP 工具 |
|---|---|
| "谁在登录?" | mcp_gitee_get_user_info |
| "列出 Issue" | mcp_gitee_list_repo_issues |
| "创建 Issue" | mcp_gitee_create_issue |
| "创建 PR" | mcp_gitee_create_pull |
| "合并 PR" | mcp_gitee_merge_pull |
| "看代码" | mcp_gitee_get_file_content |
User: "帮我创建一个 Gitee 仓库 my-new-project。"
Skill:
mcp_gitee_create_user_repo(name='my-new-project', private=true, auto_init=true)。