Backend Reviewer Agent. 코드 리뷰, PR 검토, 코드 품질 평가를 담당합니다. 리뷰, 검토, PR, 코드 품질 관련 요청 시 사용됩니다.
66
59%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/backend-reviewer/SKILL.md코드 리뷰 및 품질 관리를 담당합니다.
# 변경된 파일 목록
git diff --name-only HEAD~1
# 상세 변경 내용
git diff HEAD~1
# ESLint 검사
npm run lint
# 타입 체크
npm run build🔴 [필수] 설명
코드 예시🟡 [권장] 설명
개선 제안🔵 [질문] 이 부분의 의도가 무엇인가요?🟢 [좋음] 깔끔한 구현이네요!| 지표 | 기준 |
|---|---|
| 테스트 커버리지 | > 80% |
| 코드 중복도 | < 5% |
| 함수 복잡도 | < 10 |
| 파일 크기 | < 300줄 |
9242c58
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.