quick-fix-suggestion

Analyze Gitee issue content and comments to locate relevant code and draft fix plans.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chy5301/cc-plugins --skill quick-fix-suggestion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-fix-suggestion
Source: https://github.com/chy5301/cc-plugins/tree/main/gitee-toolkit/skills/quick-fix-suggestion
Command: npx skills add https://github.com/chy5301/cc-plugins --skill quick-fix-suggestion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers often struggle to identify and implement fixes for issues reported in Gitee repositories, wasting time and effort on manual code searches and analysis.

Core Features & Use Cases

  • Issue Analysis: Automatically analyzes Gitee issue content and comments to determine the problem type.
  • Code Location: Finds relevant files, functions, or classes related to the issue through local or fallback remote searches.
  • Draft Implementation: Generates preliminary code snippets and step-by-step plans for fixing the issue.
  • Use Case: A developer encounters a bug report and uses this skill to quickly pinpoint the relevant parts of the codebase and receive actionable fix suggestions.

Quick Start

Provide the repository details and issue number, then specify whether to analyze locally or search remotely to get suggested fixes.

Frequently Asked Questions about quick-fix-suggestion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Gitee issues to find relevant code sections?

To analyze Gitee issues, this skill examines the issue content and comments to identify the problem type, then locates relevant code sections through local or fallback remote searches. It pinpoints the exact files and functions related to the reported bug.

Can I automatically generate a draft implementation plan for a Gitee bug report?

Yes, you can automatically generate a draft implementation plan for a Gitee bug report. The skill analyzes the issue details and produces preliminary code snippets alongside step-by-step instructions to guide the fix implementation.

What is the best way to locate code for fixing an issue reported in a Gitee repository?

The best way to locate code for a Gitee issue is using automated search tools that scan local or remote repositories. This skill identifies the problem from issue comments and searches your codebase to find the relevant files, functions, or classes.

Do I need to provide repository details and an issue number to get code fix suggestions?

Yes, you need to provide the repository details and the specific issue number. You must also specify whether to analyze the codebase locally or search remotely to receive accurate code fix suggestions and draft plans.

Does the code fix suggestion tool work with local and remote code searches?

Yes, the code fix suggestion tool works with both local and remote code searches. It defaults to searching your local environment and falls back to remote searches to locate the relevant files and functions needed for the draft implementation.

What are the limitations of using automated draft plans for issue analysis?

The limitations of automated draft plans include providing only preliminary code snippets and step-by-step guidance rather than final implementations. Developers must still manually review and integrate the suggested fixes into their full codebase.