resume-bullet-writer
Transform weak resume bullets into achievement-focused statements with metrics and impact
전 세계 AI 스킬을 둘러보고, 내 작업에 맞게 좁혀보세요.
skills.sh API 기준방금 확인
Transform weak resume bullets into achievement-focused statements with metrics and impact
Go 프로젝트를 위한 린팅 모범 사례 및 golangci-lint 구성 — 린터 실행, .golangci.yml 구성, nolint 지시어를 통한 경고 억제, 린팅 결과 해석, 린터 선택. golangci-lint 구성, 린트 경고 또는 nolint 억제 관련 문의, 코드 품질 도구 설정, 린터 선택 시 사용합니다. 또한 사용자가 golangci-lint, go vet, staticcheck 또는 revive를 언급할 때도 사용합니다. GitHub Actions 파이프라인에 린트 단계를 통합하는 데는 적합하지 않습니다(→ `samber/cc-skills-golang@golang-continuous-integration` 스킬 참조).
LangGraph에서 휴먼-인-더-루프(human-in-the-loop) 패턴을 구현하거나, 승인을 기다리며 일시 중지하거나, 오류를 처리할 때 이 스킬을 활용하세요. 여기에는 interrupt(), Command(resume=...), 승인/검증 워크플로우, 그리고 4단계 오류 처리 전략이 포함됩니다.
Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.