How this skill is triggered — by the user, by Claude, or both
Slash command
/solocheck-skills:bug-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [ ] 버그 ID
| 심각도 | 기준 |
|---|---|
| 🔴 Critical | 시스템 다운, 데이터 손실 |
| 🟠 High | 핵심 기능 불가 |
| 🟡 Medium | 기능 제한, 우회 가능 |
| 🟢 Low | UI 이슈, 사소한 문제 |
## [BUG] {버그 ID}: {제목}
**심각도**: 🔴 Critical / 🟠 High / 🟡 Medium / 🟢 Low
**상태**: 🔵 Open / 🟢 Fixed / 🔴 Rejected
**발견일**: {YYYY-MM-DD}
**담당**: {에이전트 또는 담당자}
### 재현 단계
1. {첫 번째 단계}
2. {두 번째 단계}
3. {세 번째 단계}
### 예상 결과
{정상적으로 동작해야 하는 방식}
### 실제 결과
{실제로 발생한 문제}
### 환경
- OS: {운영체제}
- Python: {버전}
- 브랜치: {브랜치명}
### 로그/스크린샷
{에러 로그}
### 관련 코드
- 파일: `src/{module}/{file}.py`
- 함수: `{function_name}`
### 메모
{추가 정보}
## [BUG] BUG-001: 비상연락처 4번째 등록 시 서버 500 에러
**심각도**: 🟠 High
**상태**: 🔵 Open
**발견일**: 2025-01-20
**담당**: BACKEND_DEV
### 재현 단계
1. 로그인
2. 비상연락처 3개 등록
3. 4번째 연락처 등록 시도
### 예상 결과
400 Bad Request, 에러 코드 "CONTACT001" 반환
### 실제 결과
500 Internal Server Error
### 로그
sqlalchemy.exc.IntegrityError: (psycopg2.IntegrityError) duplicate key value violates unique constraint
### 관련 코드
- 파일: `src/contacts/service.py`
- 함수: `create_contact`
npx claudepluginhub roo2323/ce-part-repoProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.