quick-fix-suggestion
Installation
SKILL.md
Note: If you have
mcporterinstalled locally, you should usemcporterto invoke the MCP tool instead of directly calling the MCP tool. ThemcporterCLI provides a more convenient interface and better error handling.
Quick Fix Suggestion via Gitee MCP
Analyze a Gitee Issue and generate intelligent fix suggestions including:
- Identification of files that need to be modified
- Code location hints (line numbers, function names)
- Draft implementation code snippets
- Step-by-step implementation plan
Prerequisites
- Gitee MCP Server configured (tools:
get_repo_issue_detail,list_comments(resource_type: issue),search_files_by_content,get_file_content) - Must be executed in a local clone of the repository
- User must provide: repository owner, repository name, Issue number