只在用户明确要求提交 GitHub Issue、GitHub Bug Report 或 GitHub Feature Request 时使用。用户只说“提交问题”“提交反馈”“上报 bug”“这是个 bug”或描述功能建议但未点名 GitHub 时不得触发,必须改用 cherry-studio-feedback 并默认提交飞书。
gh-create-issue
gh-create-issue is an open-source integrations skill for Claude Code and compatible agents, published by CherryHQ. Its author describes it as: “Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.”. The project has 51k stars on GitHub and is available under the AGPL-3.0-only license. Add it to your setup with `git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/gh-create-issue`.
What gh-create-issue does
Use this skill when the user requests to create an issue. Must follow the repository's issue template format.
Installation
Add gh-create-issue to your agent with:
git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/gh-create-issue Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for gh-create-issue is organised into these sections:
- Workflow
- Step 1: Determine Template Type
- Step 2: Read the Selected Template
- Step 3: Collect Information
- Step 4: Build and Preview Issue Content
- Step 5: Create Issue
- Notes
When to use it
Reach for gh-create-issue when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear AGPL-3.0-only license — safe to read and adapt
- Ships in CherryHQ/cherry-studio, an established project with 50,722 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does gh-create-issue do?
- Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.
- How do I install gh-create-issue?
- Run git clone https://github.com/CherryHQ/cherry-studio ~/.claude/skills/gh-create-issue in your agent, then reload your skills. Review the source at https://github.com/CherryHQ/cherry-studio before installing.
- Is gh-create-issue free to use?
- Yes. gh-create-issue is free and open source under the AGPL-3.0-only license, so you can read, run, and adapt it within that license's terms.
- Where does gh-create-issue come from?
- gh-create-issue ships inside CherryHQ/cherry-studio, a repository that contains 20 catalogued skills in total. The repository's 50,722 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →Unified meta-skill engine for distilling colleague, relationship, or celebrity characters into reusable Skills. | 统一的 meta-skill 引擎,把 colleague、relationship、celebrity 三类对象蒸馏成可复用 Skill。
Phase 1 sample plugin synthesizing a SKILL.md frontmatter for backwards-compat tests.
GitHub repository analytics dashboard — stars, forks, contributors, issues, pull requests, recent activity, and top contributors. Use when the brief asks for a GitHub repo dashboard, open-source growth report, repository health page, or GitHub analytics view.
secret is an open-source integrations skill for Claude Code and compatible agents, published by YaoApp. It packages reusable instructions an agent loads on demand to help with integrations tasks. The project has 7.7k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/YaoApp/yao ~/.claude/skills/secret`.