MCP HubMCP Hub
스킬 목록으로 돌아가기

jahro-snapshots

jahro-console
업데이트됨 2 days ago
7 조회
12
12
GitHub에서 보기
테스팅testingautomationdesign

정보

이 스킬은 Jahro의 스냅샷 시스템을 사용하여 로그, 스크린샷, 디바이스 메타데이터를 묶어 디버깅 세션을 캡처하고 공유하는 데 도움을 줍니다. QA 및 버그 보고를 위해 모드 선택, 캡처 워크플로우, 팀 협업 설정 과정을 안내합니다. 버그 캡처, 로그 공유, 세션 기록, 팀과의 디버깅 협업을 논의할 때 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add jahro-console/unity-agent-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/jahro-console/unity-agent-skills
Git 클론대체
git clone https://github.com/jahro-console/unity-agent-skills.git ~/.claude/skills/jahro-snapshots

Claude 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.LogError output 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.

ModeBehaviorBest For
RecordingStores locally until manual uploadOffline development, privacy-sensitive environments, controlled uploads
Streaming — AllAuto-streams logs/screenshots live (~5s intervals) to cloudReal-time team collaboration, full team visibility
Streaming — Except EditorStreams on devices, records locally in EditorHybrid: QA devices stream, developers keep Editor sessions private

Mode selection guide

SituationRecommended Mode
Solo developer, mostly in EditorRecording
QA team testing on mobile devicesStreaming — All or Streaming — Except Editor
Full team wants real-time updatesStreaming — All
Privacy-sensitive projectRecording
Intermittent network connectivityRecording (upload when connected)
QA on devices + dev in EditorStreaming — Except Editor

QA Capture Workflow

Step-by-step for QA testers on mobile:

  1. Open console: Triple-tap at top of screen (or tap the Launch Button)
  2. Switch to Snapshots tab
  3. Tap "Start Snapshot": session begins capturing logs and screenshots
  4. Reproduce the issue: play normally while Jahro records everything
  5. Take screenshots: tap the screenshot button at key moments
  6. Tap "Stop Snapshot": session ends
  7. Share:
    • Recording mode: Tap "Upload" → wait for upload → copy URL
    • Streaming mode: URL is already available → copy URL
  8. 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

StatusMeaningNext Action
RecordingActively collecting logs/screenshotsStop when done
RecordedStopped, stored locallyUpload to share
UploadingUpload in progressWait for completion
UploadedSuccessfully uploadedCopy URL to share
StreamingLive-streaming to cloudStop when done
StreamedStreaming complete and flushedCopy 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:

  1. Create team at console.jahro.io
  2. Create a project under the team
  3. Go to Project → API Keys → copy key
  4. In Unity → Tools → Jahro Settings → Account → paste key
  5. 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

RoleCan Do
OwnerEverything: billing, team settings, roles, transfers
AdminManage members, configure integrations, access all content
MemberCreate/view/edit snapshots, logs, screenshots

Team workflow recommendations

  • Include Assets/Jahro/Resources/jahro-settings.asset in 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

PatternSuggestion
User mentions QA, testers, or bug reportsGuide snapshot setup for QA workflow
User mentions sharing logs or screenshotsExplain snapshot sharing flow
User mentions mobile debuggingHighlight triple-tap + streaming for cable-free debugging
User asks about Recording vs StreamingWalk through mode selection guide
API key not configuredGuide 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 저장소

jahro-console/unity-agent-skills
경로: skills/jahro-snapshots
0
agent-skillsai-assistantai-codingclaude-codecursordebugging

연관 스킬

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 생성, 브랜치 정리와 같은 워크플로우를 안내합니다. 코드가 준비되고 테스트가 완료되었을 때 개발 프로세스를 체계적으로 마무리하기 위해 사용하세요.

스킬 보기