Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

aap

يحتوي aap على 36 من skills المجمعة من fossuav، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
36
Stars
15
محدث
2026-07-16
Forks
6
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

hwdef-check
محللو ضمان جودة البرمجيات والمختبرون

Review an ArduPilot new-board hwdef PR. Stashes any local changes, checks the PR out as a branch in the current repo, runs DMA / board-ID / file-presence / commit-structure checks, layers the hwdef playbook on top, and (after confirmation) posts a review comment on the PR — then restores the original branch and pops the stash. Use when the user asks to review or pre-review an hwdef PR.

2026-07-16
hwdef-check
محللو ضمان جودة البرمجيات والمختبرون

Review an ArduPilot new-board hwdef PR. Stashes any local changes, checks the PR out as a branch in the current repo, runs DMA / board-ID / file-presence / commit-structure checks, layers the hwdef playbook on top, and (after confirmation) posts a review comment on the PR — then restores the original branch and pops the stash. Use when the user asks to review or pre-review an hwdef PR.

2026-07-16
log-analyze
مهندسو الفضاء والطيران

Analyze ArduPilot DataFlash .bin log files or MAVLink .tlog telemetry logs. Use when the user provides a .bin or .tlog log file path or asks to analyze flight log data.

2026-07-12
log-analyze
مطوّرو البرمجيات

Analyze ArduPilot DataFlash .bin log files or MAVLink .tlog telemetry logs. Use when the user provides a .bin or .tlog log file path or asks to analyze flight log data.

2026-06-23
aap-update
مطوّرو البرمجيات

Check the local ArduPilot AI Playbook version against the upstream GitHub version and update if newer. Use when the user asks to update the playbooks, check for playbook updates, or wants to know which version is installed.

2026-06-17
lua-crsf
مطوّرو البرمجيات

Write ArduPilot CRSF (Crossfire) menu scripts using crsf_helper.lua. Use when the user asks to create or modify CRSF/ELRS transmitter menus.

2026-06-17
lua
مطوّرو البرمجيات

Write or modify ArduPilot Lua applets. Use when the user asks to create, debug, or modify Lua scripts for AP_Scripting.

2026-06-17
lua-vehicle
مطوّرو البرمجيات

Write ArduPilot Lua scripts involving vehicle control, movement commands, RC input, or telemetry. Use when the user asks to control the vehicle from Lua.

2026-06-17
autotest
محللو ضمان جودة البرمجيات والمختبرون

Run ArduPilot SITL autotests (integration/behavior tests) and inspect their results. Use when the user asks to run autotests, vehicle tests, specific test methods, or to examine why an autotest failed.

2026-06-17
boards
مطوّرو البرمجيات

List and search ArduPilot board targets. Use when the user asks about available boards, board names, or what targets they can build for.

2026-06-17
build-options
مطوّرو البرمجيات

Search ArduPilot compile-time build options (feature flags). Use when the user asks about feature enables, build defines, HAL_*_ENABLED macros, or what can be compiled in/out.

2026-06-17
build
مطوّرو البرمجيات

Configure and build ArduPilot firmware. Use when the user asks to compile, build, or configure for a board/vehicle.

2026-06-17
check
محللو ضمان جودة البرمجيات والمختبرون

Build and run ArduPilot unit tests. Use when the user asks to run tests, check tests, or verify code changes with tests.

2026-06-17
explain
مطوّرو البرمجيات

Explain ArduPilot code, architecture, or subsystems in context. Use when the user asks how something works, what a file does, or wants to understand a code path.

2026-06-17
find-code
مطوّرو البرمجيات

Find where features, modes, commands, or messages are implemented in the ArduPilot codebase. Use when the user asks where something is defined, implemented, or handled.

2026-06-17
find-param
مطوّرو البرمجيات

Find ArduPilot parameter definitions in C++ source code. Use when the user asks about a parameter's definition, range, units, default value, or where it's declared.

2026-06-17
hwdef-info
مطوّرو البرمجيات

Show hardware definition details for an ArduPilot board. Use when the user asks about board pinouts, peripherals, MCU type, UART mappings, or hwdef.dat contents.

2026-06-17
pr-checks
محللو ضمان جودة البرمجيات والمختبرون

Download a pull request's failing CI checks and identify the failing tests or build errors. Use when the user asks why a PR's CI is red, which tests failed, or to triage GitHub Actions failures on a PR.

2026-06-17
sitl
مطوّرو البرمجيات

Launch ArduPilot SITL simulator. Use when the user asks to start SITL, run the simulator, or test a vehicle interactively.

2026-06-17
style-check
محللو ضمان جودة البرمجيات والمختبرون

Check code style of modified files using astyle and whitespace checks. Use when the user wants to verify formatting before committing.

2026-06-17
autotest
محللو ضمان جودة البرمجيات والمختبرون

Run ArduPilot SITL autotests (integration/behavior tests) and inspect their results. Use when the user asks to run autotests, vehicle tests, specific test methods, or to examine why an autotest failed.

2026-06-04
pr-checks
محللو ضمان جودة البرمجيات والمختبرون

Download a pull request's failing CI checks and identify the failing tests or build errors. Use when the user asks why a PR's CI is red, which tests failed, or to triage GitHub Actions failures on a PR.

2026-06-04
aap-update
مطوّرو البرمجيات

Check the local ArduPilot AI Playbook version against the upstream GitHub version and update if newer. Use when the user asks to update the playbooks, check for playbook updates, or wants to know which version is installed.

2026-04-27
lua-crsf
مبرمجو الحاسوب

Write ArduPilot CRSF (Crossfire) menu scripts using crsf_helper.lua. Use when the user asks to create or modify CRSF/ELRS transmitter menus.

2026-03-12
lua
مبرمجو الحاسوب

Write or modify ArduPilot Lua applets. Use when the user asks to create, debug, or modify Lua scripts for AP_Scripting.

2026-03-12
lua-vehicle
مبرمجو الحاسوب

Write ArduPilot Lua scripts involving vehicle control, movement commands, RC input, or telemetry. Use when the user asks to control the vehicle from Lua.

2026-03-12
find-code
مبرمجو الحاسوب

Find where features, modes, commands, or messages are implemented in the ArduPilot codebase. Use when the user asks where something is defined, implemented, or handled.

2026-03-08
boards
مطوّرو البرمجيات

List and search ArduPilot board targets. Use when the user asks about available boards, board names, or what targets they can build for.

2026-03-08
build-options
مطوّرو البرمجيات

Search ArduPilot compile-time build options (feature flags). Use when the user asks about feature enables, build defines, HAL_*_ENABLED macros, or what can be compiled in/out.

2026-03-08
build
مبرمجو الحاسوب

Configure and build ArduPilot firmware. Use when the user asks to compile, build, or configure for a board/vehicle.

2026-03-08
check
محللو ضمان جودة البرمجيات والمختبرون

Build and run ArduPilot unit tests. Use when the user asks to run tests, check tests, or verify code changes with tests.

2026-03-08
explain
مطوّرو البرمجيات

Explain ArduPilot code, architecture, or subsystems in context. Use when the user asks how something works, what a file does, or wants to understand a code path.

2026-03-08
find-param
مطوّرو البرمجيات

Find ArduPilot parameter definitions in C++ source code. Use when the user asks about a parameter's definition, range, units, default value, or where it's declared.

2026-03-08
hwdef-info
مطوّرو البرمجيات

Show hardware definition details for an ArduPilot board. Use when the user asks about board pinouts, peripherals, MCU type, UART mappings, or hwdef.dat contents.

2026-03-08
sitl
مطوّرو البرمجيات

Launch ArduPilot SITL simulator. Use when the user asks to start SITL, run the simulator, or test a vehicle interactively.

2026-03-08
style-check
محللو ضمان جودة البرمجيات والمختبرونمبرمجو الحاسوب

Check code style of modified files using astyle and whitespace checks. Use when the user wants to verify formatting before committing.

2026-03-08