원클릭으로
issue-triage
Use when triaging, diagnosing, and registering bugs or issues. Covers classification, reproduction, severity, and registration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when triaging, diagnosing, and registering bugs or issues. Covers classification, reproduction, severity, and registration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when designing module placement, type design, and API surface for new features in rvlibs. Load during the Design phase of SDLC.
Use when refactoring large files (800+ lines) — both source and test code — by splitting into sibling modules or submodules based on scope and concern boundaries.
Use when reviewing code changes for correctness, style, conventions, testing, and security. Load during Implementation phase as a quality gate.
Use when implementing new features in rvlibs following conventions and existing patterns. Load during the Implementation phase of SDLC.
Use when ensuring feature quality through testing, coverage gates, and pre-merge verification. Load during the Testing phase of SDLC.
Use when publishing crates to crates.io, bumping versions, and managing the release pipeline. Load during the Deployment phase of SDLC.
| name | issue-triage |
| description | Use when triaging, diagnosing, and registering bugs or issues. Covers classification, reproduction, severity, and registration. |
SDLC Phase: Maintenance
Triage, diagnose, and register issues.
| Type | Characteristics | Label |
|---|---|---|
| Bug | Incorrect behaviour, crash, regression | bug |
| Security | Vulnerability, unsafe code, dependency CVE | security |
| Feature request | New capability, enhancement | enhancement |
| Documentation | Missing/incorrect docs, broken links | documentation |
| Technical debt | Code smell, refactoring need, test gap | technical-debt |
| Severity | Definition | Action |
|---|---|---|
| Critical | Data loss, security breach, crash in hot path | Fix immediately, no confirmation needed |
| High | Feature broken, no workaround available | Fast-track through pipeline |
| Medium | Feature broken, workaround exists | Normal schedule |
| Low | Cosmetic, enhancement, nice-to-have | Next release or backlog |
When filing an issue, include:
{type}: {short description} — clear and searchableAlways check for duplicates before filing. If a related issue exists, add a comment rather than opening a new one.
If an issue is discovered during development (e.g., a design flaw found during refactoring), register it and add a code comment:
// See https://github.com/reasvyn/rvlibs/issues/{N}
This creates a traceable link between the code and its known limitations.
After classification and registration, stop and wait for human confirmation before fixing. The exception is critical severity issues, which may be fixed immediately.