← 返回 Skills 市场
oschina

Implement Issue

作者 开源中国 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
283
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gitee-implement-issue
功能描述
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 Gi...
使用说明 (SKILL.md)

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
安全使用建议
This skill appears coherent for implementing Gitee issues, but review these practical points before enabling it: - The agent will need read/write access to a local repository checkout (or you must provide a path). Only run it in a repository clone you trust or in a sandbox/copy to avoid unintended changes. - The skill relies on a preconfigured Gitee MCP server (which will hold Gitee credentials). Verify those credentials are present, have minimal scopes required (create PRs, comment, read issues), and are stored securely. - Confirm you want the agent to create PRs and post comments automatically; consider requiring explicit user confirmation before making commits, pushing, or creating PRs. - Note the small documentation mismatch (names for list/comment functions). If you rely on a specific MCP API surface, validate the exact tool names available in your environment. If you want to be extra cautious: provide a throwaway or limited-permission token for the MCP server and run the agent against a feature branch or local clone you can discard.
功能分析
Type: OpenClaw Skill Name: gitee-implement-issue Version: 1.0.0 The skill bundle 'gitee-implement-issue' is a standard workflow automation for managing Gitee issues and pull requests. It utilizes Gitee MCP tools (e.g., get_repo_issue_detail, create_pull) to facilitate requirements analysis, progress tracking, and PR creation, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill is explicitly for implementing Gitee Issues via an MCP server. It asks for the repository, issue number, and a local repo path so the agent can read/modify source files and create a PR — all coherent with the described purpose.
Instruction Scope
SKILL.md confines actions to issue retrieval, analysis, local code changes, commenting, and PR creation via the MCP tooling. It asks the agent to read and modify the local repository (which is necessary for coding). Minor inconsistency: the documented helper names include both `list_repo_issues` and `list_issue_comments` (one appears in the prereq list and the other in the steps) — this is likely a small doc mismatch, not a scope expansion.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code files — minimal installation risk.
Credentials
The skill declares an mcp-servers dependency on Gitee but requests no explicit environment variables. In practice the MCP server configuration will contain Gitee credentials; the skill does not itself request unrelated secrets or broad system access. It would be helpful if the skill documented the expected credential scopes or where the MCP credentials are stored, but the current requirement is proportionate to the task.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or system-wide settings according to the provided content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gitee-implement-issue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gitee-implement-issue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 — Initial Release - Introduces a skill to help users implement Gitee issues from requirements analysis to PR creation. - Guides through fetching issue details, analyzing requirements, and proposing implementation plans. - Assists with coding tasks and suggests code modification strategies. - Automates updating Gitee issues with progress and links to pull requests. - Requires Gitee MCP server and the local repository path for operation.
元数据
Slug gitee-implement-issue
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Implement Issue 是什么?

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 Gi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 Implement Issue?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gitee-implement-issue」即可一键安装,无需额外配置。

Implement Issue 是免费的吗?

是的,Implement Issue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Implement Issue 支持哪些平台?

Implement Issue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Implement Issue?

由 开源中国(@oschina)开发并维护,当前版本 v1.0.0。

💬 留言讨论