How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-harness:harness-metricsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<Purpose>
<Use_When>
메트릭 계산:
트렌드 분석:
개선 제안:
자동 컨벤션 개선 제안:
출력 형식:
[메트릭] 최근 7일 (2026-03-19 ~ 2026-03-25)
도구 사용: 142회
차단: 12회 (8.5%)
재시도 성공: 9/12 (75%)
[Hook별 차단]
sql-review: 5회 (SELECT * 사용 3회, 바인딩 누락 2회)
check-architecture: 4회 (Repository→Service 참조 4회)
secret-scanner: 2회 (하드코딩 토큰)
block-dangerous: 1회 (rm -rf)
[트렌드]
✅ sql-review 차단 감소 추세 (일 3회 → 1회)
⚠ check-architecture 차단 증가 — 아키텍처 가이드 보강 권장
[개선 제안]
1. Repository→Service 참조가 반복됨 → 인터페이스 템플릿 추가 권장
2. SELECT * 반복 차단 → convention-backend.md에 쿼리 예시 보강 권장
npx claudepluginhub cano721/ai-harness --plugin ai-harnessCollects agent usage metrics from git history and generates health reports or dashboards. Use for measuring adoption rates, system health, or periodic reviews via Python script.
Analyzes hook effectiveness from session metrics — identifies silent, over-aggressive, or under-enforced hooks. Also produces retro analytics including session-to-PR lag, CI pass rates, and review-round distribution.
Collects agent usage metrics from git history via Python script and generates markdown/JSON health reports. Use for measuring adoption, system health, or dashboards.