Agent Skillsclassroomio/classroomio › create-issue

create-issue

GitHub

用于在 GitHub 仓库中创建 Issue。通过复现步骤、环境证据和重复检查,自动生成结构化的 Bug、Feature 或 Improvement 报告并提交流程。

skills/create-issue/SKILL.md classroomio/classroomio

触发场景

用户请求创建 bug 报告 用户请求提交功能建议 用户请求开启新任务

安装

npx skills add classroomio/classroomio --skill create-issue -g -y
更多选项

不安装直接使用

npx skills use classroomio/classroomio@create-issue

指定 Agent (Claude Code)

npx skills add classroomio/classroomio --skill create-issue -a claude-code -g -y

安装 repo 全部 skill

npx skills add classroomio/classroomio --all -g -y

预览 repo 内 skill

npx skills add classroomio/classroomio --list

SKILL.md

Frontmatter
{
    "name": "create-issue",
    "description": "File a GitHub issue in classroomio\/classroomio. Use when the user asks to create, file, or open a bug ticket or issue."
}

Follow these steps in order. Keep the issue short and actionable.

1. Understand the report

Confirm before filing:

  • What is broken or requested
  • Where in the product (exact screen/flow — e.g. org landing page editor → Embed, not course builder)
  • Steps to reproduce (numbered, from a known starting state)
  • Expected vs actual behavior
  • Evidence — screen recording, screenshot, or error message (link if available)

If the user shared a video, fetch the transcript or summary first.

2. Check for duplicates

gh issue list --repo classroomio/classroomio --state all --limit 30 --search '<keywords>' --json number,title,state,url

Do not file if an open issue already covers the same bug.

3. Pick issue type

Type When Label
Bug Something broken or data lost bug
Feature New capability use feature template fields
Improvement Small enhancement use improvement template fields

Most agent-filed reports are bugs. Use the bug report fields from .github/ISSUE_TEMPLATE/bug-report.yml.

Title format: [area] Short description
Examples: [org landing page] Embed code textarea overflows sidebar

Severity (bugs):

  • S0 — data loss, security, crash, payments
  • S1 — core feature broken, no workaround
  • S2 — wrong behavior, workaround exists
  • S3 — cosmetic / layout only

4. Create the issue

gh issue create --repo classroomio/classroomio \
  --title "[area] Short description" \
  --label "bug" \
  --body "$(cat <<'EOF'
## Bug Report

### Severity
S2 — Minor (works but wrong/confusing; workaround exists)

### Area
organizations / settings

### Environment
Not yet verified

### Steps to reproduce
1. ...

### Expected behavior
...

### Actual behavior
...

### Screen recording
(link if available)

### Likely cause
(optional — file path + one-line explanation if you found it in the codebase)

### Mode-specific?
No — happens in both / not mode-related

### Before filing
- [x] I searched existing issues and this is not a duplicate.
EOF
)"

Fill in every section. Remove optional sections you cannot support. Link related issues with #123.

5. Reply to the user

Return the issue URL and a one-line summary. Do not open a PR unless asked.

版本历史

  • 4fae088 当前 2026-08-20 12:08

同 Skill 集合

skills/add-docs-image/SKILL.md
skills/add-landing-template/SKILL.md
skills/animation-vocabulary/SKILL.md
skills/apple-design/SKILL.md
skills/create-thumbnail/SKILL.md
skills/emil-design-eng/SKILL.md
skills/find-animation-opportunities/SKILL.md
skills/frontend-design/SKILL.md
skills/humanizer/SKILL.md
skills/i-have-adhd/SKILL.md
skills/improve-animations/SKILL.md
skills/pick-ui-library/SKILL.md
skills/prototype/SKILL.md
skills/review-animations/SKILL.md
skills/ship-feature/SKILL.md
skills/stage-and-commit/SKILL.md
skills/write-docs/SKILL.md
skills/write-prd/SKILL.md

元信息

文件数
0
版本
f08f6c6
Hash
8721aa65
收录时间
2026-08-20 12:08

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 22:22
浙ICP备14020137号-1