AgentSkillsCN

create-github-issues

创建GitHub问题。当用户提出“创建问题”“提交Bug”“请求功能”“更新问题X”,或进行任何GitHub问题管理操作时,都会触发此功能。

SKILL.md
--- frontmatter
name: create-github-issues
description: 'Create GitHub issues. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", or any GitHub issue management task.'

Create GitHub Issue Skill

When asked to create a GitHub issue, follow this template:

Title: <one–sentence summary of the problem>

Body: Description: <Explain what the bug or task is>

Steps to Reproduce:

  1. <step one>
  2. <step two>

...

Expected Behavior: <What should have happened?>

Actual Behavior: <What actually happened?>

Use clear, descriptive language and include any relevant code snippets or logs.