Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegenauto-test
자동 테스트 — 변경 파일 syntax/import/smoke test 일괄 검증
Sterne0
Forks0
Aktualisiert1. Juni 2026 um 07:37
SKILL.md
readonlyMenü
자동 테스트 — 변경 파일 syntax/import/smoke test 일괄 검증
agent_memory 조회 — 실패 패턴/바이럴 시그널/훅 성과 4채널 비교
Watch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
프롬프트 설계 — system/user 분리, few-shot 기준, 토큰 효율 vs 정확도
자동 디버깅 — 에러 로그 → 원인 파일/라인 추적, Docker/Python traceback 분석
자동 리팩토링 — 긴 함수 분리, 중복 제거, import 정리
경보 엔진 — 아웃라이어/하락/바이럴 감지 + Telegram 알림
| name | auto-test |
| description | 자동 테스트 — 변경 파일 syntax/import/smoke test 일괄 검증 |
| user_invocable | true |
코드 변경 후 빠르게 안전성을 검증합니다. pytest 미설치 환경 대응.
/auto-test changed → git diff 기준 변경 파일만 검증
/auto-test all → 전체 modules/ 디렉토리 검증
/auto-test file <path> → 특정 파일 단독 검증
/auto-test pipeline → 영상 생성 파이프라인 smoke test
py_compile.compile(file, doraise=True).py 파일 Edit/Write 직후 (PostToolUse hook)modules/ 전체 (test 대상)requirements.txt (의존성 비교).claude/hooks/python_syntax_check.sh[auto-test] 변경 파일 3개 검증 중...
✅ modules/agent_memory/memory_store.py — syntax OK, imports OK
✅ modules/scheduler/topic_generator.py — syntax OK, imports OK
❌ modules/upload/youtube/auth.py — ImportError: 'google.auth' 없음
→ pip install google-auth-oauthlib 필요