Loading...
Loading...
Use this skill when the user wants to create a new issue, report a bug, submit a feature request, or discuss a requirement before implementation. "create issue", "report bug", "create-issue", "submit issue", "新建 issue", "提需求", "提 bug". Requires Gitee MCP Server to be configured.
npx skill4agent add oschina/gitee-agent-skills create-issueNote: If you haveinstalled 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.mcporter
create_issuelist_repo_issueslist_user_repossearch_open_source_repositorieslist_user_repossearch_open_source_repositoriesowner/repoowner/repo## Issue Information
**Type:** [Bug / Feature / Enhancement / Question / Other]
**Title:** [Brief description - keep it under 50 characters]
**Description:**
[Detailed description of the issue]
**Reproduction Steps (for bugs):**
1. Step 1
2. Step 2
3. Step 3
**Expected Behavior:**
[What should happen]
**Actual Behavior:**
[What actually happens]
**Environment:**
- OS:
- Version:
- Browser (if applicable):
**Additional Context:**
[Any other relevant information, screenshots, logs, etc.]list_repo_issuescreate_issueownerrepotitlebodylabelsbugfeatureenhancement| Type | Labels |
|---|---|
| Bug | |
| Feature | |
| Enhancement | |
| Question | |
| Documentation | |
implement-issueUser: I found a bug in the login page - it doesn't show error message when password is wrong.
You: Let me help you create a bug report. Could you please clarify:
1. What is the expected behavior? (e.g., "Show 'Invalid credentials' message")
2. What is the actual behavior? (e.g., "Nothing happens, page just reloads")
3. How to reproduce? (e.g., "Enter wrong password and click login")
4. What browser and OS are you using?
User: [Provides details...]
You: Here's the Issue I've prepared:
Title: Login page doesn't show error message for invalid credentials
...
Should I create this Issue?User: I want to add dark mode to the app.
You: Great idea! Let me understand more about this feature:
1. What problem does dark mode solve? (e.g., "Reduce eye strain at night")
2. Should it follow system preference or be user-toggleable?
3. Any reference implementations you have in mind?
User: [Provides details...]
You: Here's the Issue I've prepared:
Title: Add dark mode support
...
Should I create this Issue?implement-issue