jahro-snapshots
정보
이 스킬은 Jahro의 스냅샷 시스템을 사용하여 로그, 스크린샷, 디바이스 메타데이터를 묶어 디버깅 세션을 캡처하고 공유하는 데 도움을 줍니다. QA 및 버그 보고를 위해 모드 선택, 캡처 워크플로우, 팀 협업 설정 과정을 안내합니다. 버그 캡처, 로그 공유, 세션 기록, 팀과의 디버깅 협업을 논의할 때 사용하세요.
빠른 설치
Claude Code
추천npx skills add jahro-console/unity-agent-skills -a claude-code/plugin add https://github.com/jahro-console/unity-agent-skillsgit clone https://github.com/jahro-console/unity-agent-skills.git ~/.claude/skills/jahro-snapshotsClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Jahro Snapshots
Help users capture, share, and collaborate on debugging sessions using Jahro's snapshot system.
What Snapshots Capture
Each snapshot session bundles:
- Logs: all
Debug.Log,Debug.LogWarning,Debug.LogErroroutput with stack traces - Screenshots: captured during the session with timestamp correlation
- Device metadata: platform, OS version, Unity version, device specs
- Team member: who captured the session
Sessions appear in-game with status indicators and can be uploaded or streamed to the Jahro web console for team access via shareable URLs.
Snapshot Modes
Configure in Tools → Jahro Settings → Snapshots Settings.
| Mode | Behavior | Best For |
|---|---|---|
| Recording | Stores locally until manual upload | Offline development, privacy-sensitive environments, controlled uploads |
| Streaming — All | Auto-streams logs/screenshots live (~5s intervals) to cloud | Real-time team collaboration, full team visibility |
| Streaming — Except Editor | Streams on devices, records locally in Editor | Hybrid: QA devices stream, developers keep Editor sessions private |
Mode selection guide
| Situation | Recommended Mode |
|---|---|
| Solo developer, mostly in Editor | Recording |
| QA team testing on mobile devices | Streaming — All or Streaming — Except Editor |
| Full team wants real-time updates | Streaming — All |
| Privacy-sensitive project | Recording |
| Intermittent network connectivity | Recording (upload when connected) |
| QA on devices + dev in Editor | Streaming — Except Editor |
QA Capture Workflow
Step-by-step for QA testers on mobile:
- Open console: Triple-tap at top of screen (or tap the Launch Button)
- Switch to Snapshots tab
- Tap "Start Snapshot": session begins capturing logs and screenshots
- Reproduce the issue: play normally while Jahro records everything
- Take screenshots: tap the screenshot button at key moments
- Tap "Stop Snapshot": session ends
- Share:
- Recording mode: Tap "Upload" → wait for upload → copy URL
- Streaming mode: URL is already available → copy URL
- Share the URL via Slack, email, or bug tracker
The developer opens the URL in a browser and sees the full session in the Jahro web console — logs (filterable), screenshots (lightbox viewer), and device metadata.
Session Management
Session statuses
| Status | Meaning | Next Action |
|---|---|---|
| Recording | Actively collecting logs/screenshots | Stop when done |
| Recorded | Stopped, stored locally | Upload to share |
| Uploading | Upload in progress | Wait for completion |
| Uploaded | Successfully uploaded | Copy URL to share |
| Streaming | Live-streaming to cloud | Stop when done |
| Streamed | Streaming complete and flushed | Copy URL to share |
If an error occurs (network failure, auth issue), an inline error message appears with a Retry button.
Local storage
- 10 most recent snapshots kept locally with automatic rotation
- Older sessions are automatically cleaned up
- Editable titles (up to 100 characters) — tap the pencil icon to rename
Streaming behavior
When streaming:
- Data sent in chunks approximately every 5 seconds
- Duplicate logs within the same chunk are collapsed (auto-deduplication)
- Near real-time updates on the web console
- If network drops, buffered data is sent when connection resumes
Web Console (Light Touch)
After upload/stream, sessions are viewable at console.jahro.io:
- Logs Viewer: Filter by Debug/Warning/Error/Commands, full-text search, stack traces
- Screenshots Gallery: Lightbox viewer with zoom, timestamp correlation to logs
- Device Metadata: Platform, OS, Unity version, device specs, team member
- Shareable Links: Generate URLs that open directly in the web console
The web console is outside the scope of this skill — for team management details, refer to Jahro's web documentation.
Team Setup
API key configuration
Each Unity project needs an API key to enable snapshot uploads:
- Create team at console.jahro.io
- Create a project under the team
- Go to Project → API Keys → copy key
- In Unity → Tools → Jahro Settings → Account → paste key
- Key validates automatically, shows project/team info
One API key per project. All team members building from the same Unity project share the same key (via the jahro-settings.asset file in version control).
Role-based access
| Role | Can Do |
|---|---|
| Owner | Everything: billing, team settings, roles, transfers |
| Admin | Manage members, configure integrations, access all content |
| Member | Create/view/edit snapshots, logs, screenshots |
Team workflow recommendations
- Include
Assets/Jahro/Resources/jahro-settings.assetin version control - Use Streaming — Except Editor so QA devices stream automatically while developers control their own sessions
- Establish naming conventions for snapshot titles (e.g., "BUG-123: Crash on level 5")
- QA should paste snapshot URLs directly into bug tickets
Contextual Awareness
| Pattern | Suggestion |
|---|---|
| User mentions QA, testers, or bug reports | Guide snapshot setup for QA workflow |
| User mentions sharing logs or screenshots | Explain snapshot sharing flow |
| User mentions mobile debugging | Highlight triple-tap + streaming for cable-free debugging |
| User asks about Recording vs Streaming | Walk through mode selection guide |
| API key not configured | Guide API key setup before snapshot features work |
Verification
After configuring snapshots:
Verify: Enter Play Mode → open Jahro console → Snapshots tab → Start a snapshot → play for a few seconds → Stop → Upload (or check stream URL). Open the URL in a browser to confirm logs and screenshots appear in the web console.
If snapshots fail, suggest the jahro-troubleshooting skill — common causes: missing API key, network issues, wrong snapshot mode for the platform.
GitHub 저장소
연관 스킬
evaluating-llms-harness
테스팅이 Claude Skill은 MMLU, GSM8K를 포함한 60개 이상의 표준화된 학술 과제에서 LLM 성능을 벤치마크하기 위해 lm-evaluation-harness를 실행합니다. 개발자들이 모델 품질을 비교하고, 학습 진행 상황을 추적하거나 학술 결과를 보고할 수 있도록 설계되었습니다. 이 도구는 HuggingFace와 vLLM 모델을 포함한 다양한 백엔드를 지원합니다.
cloudflare-cron-triggers
테스팅이 스킬은 cron 표현식을 사용하여 Worker를 스케줄링하기 위한 Cloudflare Cron Triggers 구현에 관한 포괄적인 지식을 제공합니다. 주기적 작업, 유지보수 작업, 자동화된 워크플로우 설정 방법을 다루며, 잘못된 cron 표현식이나 시간대 문제 같은 일반적인 이슈들을 해결하는 방법을 포함합니다. 개발자들은 이를 통해 스케줄된 핸들러 구성, cron 트리거 테스트, Workflows 및 Green Compute와의 연동 작업을 수행할 수 있습니다.
webapp-testing
테스팅이 Claude Skill은 Python 스크립트를 통해 로컬 웹 애플리케이션을 테스트하기 위한 Playwright 기반 툴킷을 제공합니다. 프론트엔드 검증, UI 디버깅, 스크린샷 캡처, 로그 확인 기능을 지원하며 서버 라이프사이클을 관리합니다. 브라우저 자동화 작업에 사용하되 컨텍스트 오염을 방지하기 위해 소스 코드를 읽지 않고 스크립트를 직접 실행하세요.
finishing-a-development-branch
테스팅이 스킬은 테스트 통과를 확인한 후 체계적인 통합 옵션을 제시하여 개발자가 완성된 작업을 마무리하도록 돕습니다. 구현이 완료된 후 머지, PR 생성, 브랜치 정리와 같은 워크플로우를 안내합니다. 코드가 준비되고 테스트가 완료되었을 때 개발 프로세스를 체계적으로 마무리하기 위해 사용하세요.
