jetson-verify

Run automated health checks on Jetson devices and output JSON reports.

13|7|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/roy4222/PawAI --skill jetson-verify
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jetson-verify
Source: https://github.com/roy4222/PawAI/tree/main/.claude/skills/jetson-verify
Command: npx skills add https://github.com/roy4222/PawAI --skill jetson-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Jetson 部署後需要快速驗證系統健康狀態與整合測試,避免在實機上出現不可預期的問題。

Core Features & Use Cases

  • 自動執行 smoke test 與 pre-flight checks,並在完成後輸出結構化 JSON 報告與終端摘要。
  • 支援多場景執行,包含本機 Jetson 與遠端 WSL/遠端主機,並在完成後給出 go/no-go 決策依據。
  • Use Case:在 Jetson 部署完成後,快速驗證核心模組活躍性並產出可上追蹤的報告。

Quick Start

Run the verification script with a chosen profile to perform a smoke test and produce a go/no-go health report for the Jetson system.

Frequently Asked Questions about jetson-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Jetson health check after ROS2 deployment?▼

You can run a Jetson health check by executing an automated verification script that performs smoke tests and pre-flight checks, producing a structured JSON report and terminal summary to guide your go/no-go decision after ROS2 deployment.

What is a go/no-go readiness report for embedded Jetson devices?▼

A go/no-go readiness report for Jetson devices is a structured output generated after automated health checks, verifying core module activity and providing deterministic decision guidance for embedded ROS2 deployments.

Can I run Jetson pre-flight checks on a remote WSL host?▼

Yes, you can run Jetson pre-flight checks on a remote WSL host or remote machine, because the verification tool supports a transport abstraction layer that handles both local and remote execution contexts.

Does the Jetson verification tool work with profile-driven workflows?▼

Yes, the Jetson verification tool works with profile-driven workflows by executing deterministic health checks based on a chosen profile, ensuring consistent pre-flight validation and readiness reporting across different deployment scenarios.

What do I need to set up before running Jetson smoke tests?▼

You need to set up your Jetson device or remote host environment and install the required pyyaml dependency before running automated smoke tests and generating the go/no-go health report.