Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

gitee-implement-issuegitee 实施问题

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

8,629

周安装

356

GitHub Stars

公开资料未说明

下载量

2,820
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gitee-implement-issue(gitee 实施问题)
来源仓库:https://github.com/oschina/gitee-implement-issue
安装命令:
openclaw skills install gitee-implement-issue
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gitee-implement-issue

简介

当用户要求实现或解决问题时,启动端到端开发流程。gitee-implement-issue 属于效率类 Skill,可作为该场景下的辅助能力补充。

  • 基于 Issue 描述分析需求,生成代码修改方案并提交 PR。
  • 需 Gitee MCP 授权以确保安全写入目标仓库。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于敏捷开发中快速响应 Issue 并完成交付。

SKILL.md

name
implement-issue
description
Use this skill when the user asks to implement an issue, "work on this issue", "implement issue", "develop based on an issue", "implement-issue". Requires Gitee MCP Server to be configured.
version
1.0.0
requires
mcp-servers
Note: If you have mcporter installed locally, you should use mcporter to invoke the MCP tool instead of directly calling the MCP tool. The mcporter CLI provides a more convenient interface and better error handling.

Implement Issue via Gitee MCP

Complete the full development loop starting from a Gitee Issue: requirements analysis → coding → creating a PR → linking back to the Issue.

Prerequisites

  • Gitee MCP Server configured (tools: get_repo_issue_detail, list_repo_issues, create_pull, comment_issue, update_issue)
  • User must provide: repository owner, repository name, Issue number (or select from a list)
  • Local repository path: This skill must be executed in the local checkout of the issue's repository, OR the user must provide the local path to the repository clone. This is required for the Coding Agent to read and modify source files.

Steps

Step 1: Fetch Issue Details

Use get_repo_issue_detail to retrieve full Issue information:

  • Title and full description
  • Labels (feature / bug / enhancement, etc.)
  • Priority and milestone
  • Existing comments (to understand discussion context)

Also use list_issue_comments to review comments and check:

  • Existing technical design discussions
  • Relevant background context
  • Whether someone else is already working on it

Step 2: Requirements Analysis

Based on the Issue content, produce a requirements analysis:

## Requirements Analysis: [Issue title]

**Type**: [Feature / Bug Fix / Performance / Other]

**Goal**:
[One sentence describing what needs to be implemented]

**Scope** (estimated):
- [Modules / files likely involved]
- [APIs / database tables likely involved]

**Implementation Plan**:
1. [Step 1]
2. [Step 2]
3. [Step 3]

**Potential Risks**:
- [Things to watch out for]

**Acceptance Criteria**:
- [ ] [Criterion 1]
- [ ] [Criterion 2]

Step 3: Assist with Implementation

Based on the requirements analysis, help the user by:

  • Providing concrete code implementation approaches
  • Giving code examples for key logic
  • Pointing out which files need to be modified

If the user has already finished coding, proceed to the next step.

Step 4: Record Progress in the Issue

Use comment_issue to post a progress update on the Issue:

Starting work on this issue. Expected changes:
- [Main change 1]

Implementation approach:
[Brief summary]

This keeps other contributors informed and avoids duplicated effort.

Step 5: Create a Linked PR

Use create_pull to create a PR. The PR description should include:

  • Summary of changes
  • Implementation approach overview
  • Testing notes
  • closes #[issue number] (to auto-close the linked Issue on merge)

Step 6: Update the Issue

After the PR is created:

  1. Use comment_issue to post the PR link on the Issue
  2. If the Issue status needs updating, use update_issue to change it

Comment template:

PR #[PR number] has been created to address this issue.
Please review: [PR link]

Notes

  • Before starting, confirm the Issue has not been claimed by someone else (check assignees)
  • For significant design decisions, discuss and confirm in the Issue comments before coding
  • The closes #N syntax in the PR description will automatically close the Issue when the PR is merged

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.12%
按下载量换算2,654

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills