Skip to main content

aircraft-inspection

Conducts pre-flight airworthiness verification through multi-layered inspection of mechanical components, electrical systems, and maintenance records.

跳到安装

来源信息

仓库
vivekhaldar/proceda
最近来源活动
2026年3月23日 02:27
检测到的 SKILL.md 语言
英语
星标
16
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
aircraft-inspection
description
Conducts pre-flight airworthiness verification through multi-layered inspection of mechanical components, electrical systems, and maintenance records.
required_tools
["VerifyAircraftClearance","VerifyMechanicalComponents","VerifyElectricalSystems","ReportComponentIncident","ReportComponentMismatch","CrossCheckSpecifications","ReportCrossCheck"]
output_fields
["aircraft_ready","mechanical_inspection_result","electrical_inspection_result","component_incident_response","component_mismatch_response","cross_check_response","cross_check_reporting_response"]
### Step 1: Validate Aircraft Identification Call `VerifyAircraftClearance` with `aircraft_id`, `tail_number`, `maintenance_record_id`, and `expected_departure_time` to validate aircraft identification against the Airworthiness Validation Matrix (AVM) and check maintenance records. Record the `aircraft_ready` result. ### Step 2: Inspect Mechanical Components Call `VerifyMechanicalComponents` with `aircraft_id`, `component_serial_number`, `inspection_location_id`, `component_weight`, `physical_condition_observation`, and `installation_time`. Record the `mechanical_inspection_result` (success, fail, or retest). ### Step 3: Authenticate Electrical Systems Call `VerifyElectricalSystems` with `aircraft_id`, `battery_status`, `circuit_continuity_check`, and `avionics_diagnostics_response`. Record the `electrical_inspection_result` (success, fail, or retest). ### Step 4: Report Component Incidents Call `ReportComponentIncident` with `aircraft_id`, `mechanical_inspection_result` (from Step 2), and `electrical_inspection_result` (from Step 3). Record the `component_incident_response`. ### Step 5: Report Component Mismatches Call `ReportComponentMismatch` with `aircraft_id`, `component_serial_number`, `installed_component_serial_number`, and `inspection_location_id`. Record the `component_mismatch_response`. ### Step 6: Cross-Check Specifications Call `CrossCheckSpecifications` with `aircraft_id`, `component_weight`, `expected_component_weight`, `installation_time`, and `actual_inspection_time`. Record the `cross_check_response`. ### Step 7: Report Cross-Check Results Call `ReportCrossCheck` with `maintenance_record_id`, `aircraft_id`, `component_incident_response` (from Step 4), and `component_mismatch_response` (from Step 5). Record the `cross_check_reporting_response`.
在 GitHub 查看