원클릭으로
issue-triage
Classify issues by type, priority, and assign appropriate handling
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Classify issues by type, priority, and assign appropriate handling
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when code changes require documentation updates. Ensures documentation stays synchronized with code, API, and feature changes. Detects doc drift and maintains consistency.
Use when working with GitHub issues, pull requests, releases, or repository operations. Provides systematic approach to GitHub API interactions via gh CLI.
Use when releasing a new version of the software. Automates version bumping, changelog updates, git tagging, and release creation. Supports both single and dual-repository release workflows.
Use when starting a new feature or project to systematically capture user requirements through Socratic questioning. Creates a requirements document that can be used for design and implementation planning.
Decompose complex tasks into GitHub sub-issues and coordinate workflow
Systematic approach to identifying, analyzing, and fixing bugs
| name | issue-triage |
| description | Classify issues by type, priority, and assign appropriate handling |
| license | MIT |
## Classification
- **Type**: [bug|feature|enhancement|tech|docs]
- **Priority**: [critical|high|medium|low]
- **Severity**: [blocker|major|minor|cosmetic]
## Summary
[Brief description]
## Affected Components
- [Component 1]
- [Component 2]
## Next Steps
1. [Action 1]
2. [Action 2]
## Assigned To
[Agent name]