creating-issues
적절한 라벨로 잘 구성된 GitHub 이슈 생성
적절한 규칙으로 GitHub 이슈를 생성하려면 시간과 주의가 필요합니다. 이 스킬은 이슈 제목을 검증하고, 적절한 라벨을 제안하며, 모든 이슈가 범위 라벨과 우선순위 수준과 같은 필수 메타데이터를 포함하도록 보장합니다.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“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
安全审计
低风险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.
风险因素
质量评分
你能构建什么
이슈 생성 표준화
모든 기여자가 일관된 라벨, 제목, 메타데이터 구조로 이슈를 생성하도록 보장합니다.
범위별 작업 추적
브랜치 이름에서 컴포넌트 범위를 자동으로 감지하고 이슈에 적절한 범위 라벨을 추가합니다.
이슈 품질 검토
제안된 이슈 제목이 규칙을 따르는지 검증하고 생성 전 개선 사항을 제안합니다.
试试这些提示
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?
How many labels are required per issue?
Can I use this skill with GitHub Enterprise?
Does this skill store or transmit my data?
What happens if scope cannot be auto-detected?
How is this different from GitHub issue templates?
开发者详情
许可证
MIT
引用
main