技能 creating-issues
📋

creating-issues

低风险 ⚡ 包含脚本⚙️ 外部命令📁 文件系统访问

적절한 라벨로 잘 구성된 GitHub 이슈 생성

적절한 규칙으로 GitHub 이슈를 생성하려면 시간과 주의가 필요합니다. 이 스킬은 이슈 제목을 검증하고, 적절한 라벨을 제안하며, 모든 이슈가 범위 라벨과 우선순위 수준과 같은 필수 메타데이터를 포함하도록 보장합니다.

支持: Claude Codex Code(CC)
🥉 76 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“creating-issues”。 Create an issue for adding dark mode support

预期结果:

  • Issue Title: Add dark mode support
  • Labels: feature, priority:medium, scope:[component]
  • Body Template:
  • - Summary of the feature
  • - Use cases
  • - Proposed solution
  • - Acceptance criteria

正在使用“creating-issues”。 Create a bug report for the login crash

预期结果:

  • Issue Title: Fix authentication crash during login
  • Labels: bug, priority:high, scope:auth
  • Bug Report Template:
  • - Steps to reproduce
  • - Expected vs actual behavior
  • - Error messages
  • - Affected versions

安全审计

低风险
v5 • 1/16/2026

This skill provides GitHub issue creation assistance with Python helper scripts. All static findings are false positives: the scanner misidentified markdown documentation formatting (backticks) and placeholder text as security issues. Legitimate subprocess calls invoke only trusted GitHub CLI tools with hardcoded arguments. The skill is safe for publication.

10
已扫描文件
2,520
分析行数
3
发现项
5
审计总数
审计者: claude 查看审计历史 →

质量评分

77
架构
100
可维护性
85
内容
20
社区
90
安全
83
规范符合性

你能构建什么

이슈 생성 표준화

모든 기여자가 일관된 라벨, 제목, 메타데이터 구조로 이슈를 생성하도록 보장합니다.

범위별 작업 추적

브랜치 이름에서 컴포넌트 범위를 자동으로 감지하고 이슈에 적절한 범위 라벨을 추가합니다.

이슈 품질 검토

제안된 이슈 제목이 규칙을 따르는지 검증하고 생성 전 개선 사항을 제안합니다.

试试这些提示

빠른 이슈 생성
Create an issue for fixing the login timeout bug in the authentication module
컨텍스트 포함
Create an issue for adding dark mode support based on the current feature branch
검증 포함
Is this a good issue title: [BUG] Fix the crash when saving files? If not, suggest a better one
일괄 생성
Help me create issues for implementing user authentication with proper labels and scope for the auth component

最佳实践

  • 항상 범위 라벨을 포함하여 컨텍스트 인식 필터링 및 커밋 통합 활성화
  • 제목에 [BUG]나 [FEATURE] 같은 타입 접두사 대신 명령형 어조 사용
  • 이슈 생성 전 완료 요구 사항을 명확히 하기 위해 인수 기준 정의
  • 여러 이슈 생성 시 프로젝트 보드, 마일스톤, 관계에 대해 명확한 질문 요청

避免

  • 제목에 타입 접두사 사용 (예: [BUG] 로그인 실패) 대신 라벨에 의존
  • 영향받는 컴포넌트를 식별하는 범위 라벨 없이 이슈 생성
  • 불명확한 완료 요구 사항으로 이어지는 인수 기준 건너뛰기
  • 하위 이슈에 대해 작업 목록 대신 GraphQL 부모-자식 관계 사용

常见问题

What GitHub CLI permissions are required?
이슈 생성 및 라벨 관리를 위해 repo 범위가 필요합니다. gh auth login을 통해 설치하세요.
How many labels are required per issue?
정확히 세 개입니다: 하나는 타입 (bug, feature, enhancement), 하나는 우선순위 (high, medium, low), 하나는 범위입니다.
Can I use this skill with GitHub Enterprise?
예, gh CLI가 인증된 모든 GitHub 인스턴스에서 작동하며 Enterprise Server도 포함됩니다.
Does this skill store or transmit my data?
아닙니다. 모든 처리는 로컬에서 수행됩니다. 스크립트는 GitHub와 상호작용하기 위해 gh CLI 명령만 호출합니다.
What happens if scope cannot be auto-detected?
스킬은 이슈 생성 전에 사용자가 사용 가능한 프로젝트 범위에서 수동으로 범위를 선택하도록 안내합니다.
How is this different from GitHub issue templates?
이 스킬은 생성 중 실시간 검증과 제안을 제공하는 반면, GitHub 템플릿은 본문 형식만 정의합니다.