.cursor/skills/bugfix-flow/SKILL.md
버그를 재현, 분석, 최소 수정, 회귀 점검 흐름으로 처리한다.
npx skillsauth add Hyun-Kim95/stock-monitoring bugfix-flowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
버그를 빠르게 고치는 것뿐 아니라 원인과 회귀 위험까지 함께 관리한다.
frontend-agent, 서버/데이터 문제면 backend-agent를 우선 고려한다.qa-agent로 회귀 여부를 검토한다.docs-agent로 원인과 수정 내용을 간단히 정리한다.testing
구현 결과를 요구사항, 상태 처리, 회귀 위험 기준으로 검증한다.
tools
Gate 1 확인 후 구현·검증·문서화; 필요 시 parallel-delivery로 병렬 구현을 연결한다.
testing
배포 전 기능, 환경, 상태, 문서의 누락 여부를 점검한다.
tools
모호한 요청을 구현 가능한 요구사항과 정책으로 정리한다.