一键导入
flight-debrief
Post-flight debrief for N720AK. Capture squawks, performance observations, engine notes, and upload flight data to analysis services.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Post-flight debrief for N720AK. Capture squawks, performance observations, engine notes, and upload flight data to analysis services.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze Dynon SkyView or Garmin GDU 460 flight data CSVs. Fuel pressure stability, MAP correlation, sensor diagnostics, pump performance comparison, engine trending.
File new Dynon config downloads, diff against previous versions, update GDrive links and documentation
Track Airworthiness Directive and Service Bulletin compliance for N720AK. Use when logging compliance, checking what's due, or reviewing new ADs/SBs.
Update aircraft checklists via the EFIS Editor JSON workflow. Use when the user wants to add, remove, or modify checklist items.
Guide the annual condition inspection for N720AK. Walks through Appendix D checklist areas, captures compression results, records squawks, and logs the sign-off.
Log maintenance work on N720AK. Use when the user reports oil changes, inspections, repairs, modifications, or any other maintenance activity.
| name | flight-debrief |
| description | Post-flight debrief for N720AK. Capture squawks, performance observations, engine notes, and upload flight data to analysis services. |
| argument-hint | ["flight notes or \"upload\""] |
| user-invocable | true |
Capture post-flight observations and route data to the right places.
$ARGUMENTS
Ask about the flight (only what's relevant — don't interrogate):
squawks.tsv)Log any squawks per the squawk skill workflow
Note any maintenance items triggered by the flight:
N720AK records flight data on the Dynon SkyView HDX SD card. The data lives in CSV files.
To extract data from Dynon:
C_ENGINE.CSV — engine monitor data (CHT, EGT, oil temp/pressure, fuel flow, etc.)C_FLIGHT.CSV — flight track data (GPS, altitude, airspeed)Upload to SavvyAnalysis (engine health trending):
C_ENGINE.CSV (compress to ZIP if large)Upload to FlySto (full flight analysis + ADSB debrief):
Neither service has a public API — uploads must be done through the browser. Claude cannot automate these uploads, but can:
scripts/If the user provides a Dynon CSV file path, Claude can analyze it directly:
uv run --with numpy --with matplotlib python3 scripts/regulator_diagnostic.py /path/to/log.csv