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

FastLED

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

skills مجمعة
25
Stars
7.5k
محدث
2026-07-02
Forks
1.8k
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

test
محللو ضمان جودة البرمجيات والمختبرون

Run test suite and report results. Use when running unit tests, integration tests, or verifying code changes pass all tests.

2026-07-02
platform-port
مطوّرو البرمجيات

Guide porting FastLED to new MCU platforms, including int.h types, clockless drivers, SPI implementations, and platform detection. Use when adding support for a new microcontroller family or board.

2026-07-01
new-cpp-lint
مطوّرو البرمجيات

Create a new C++ lint rule, test it, run it across the codebase, and selectively apply fixes. Usage - /new-cpp-lint <rule description>

2026-06-23
code-review
محللو ضمان جودة البرمجيات والمختبرون

Review staged and unstaged code changes for FastLED coding standards violations, span usage mandates, and example quality. Use after making code changes to ensure compliance.

2026-06-07
address-reviews
محللو ضمان جودة البرمجيات والمختبرون

Fetch CodeRabbit review comments on the current PR, classify each finding, apply fixes for valid issues, and reply to each thread. Use before attempting gh pr merge when CodeRabbit has posted a review. Blocks merge on unresolved threads. Routes security-critical findings to a human.

2026-04-18
esp32-test-plan
محللو ضمان جودة البرمجيات والمختبرون

Generate a structured multi-layer test plan for FastLED changes targeting ESP32. Covers host unit tests, WASM compile checks, platform compile checks, and hardware validation. Use after defining an implementation contract, before writing any code.

2026-04-06
feature-contract
مطوّرو البرمجيات

Generate a structured implementation contract before making any code changes to FastLED. Defines scope, affected files, API changes, platform impact, risk assessment, and test plan. Use before implementing any feature, bug fix, driver addition, or refactoring.

2026-04-06
driver-review
مطوّرو البرمجيات

Review and implement hardware driver code — DMA safety, interrupt correctness, timing constraints, peripheral register usage, channel drivers, and peripheral mock implementations. Use when writing, modifying, or reviewing LED drivers, SPI/I2S/RMT/UART/PARLIO/LCD_CAM peripherals, GPIO configuration, or peripheral mock code.

2026-04-04
ci-fix
مطوّرو البرمجيات

Scan all CI builds and tests, find failures, fetch error logs, and fix the code. Prioritizes unit tests, example tests, then uno, attiny85, esp32s3, esp32c6, teensy41. Use when CI is red and you need to diagnose and repair build/test failures.

2026-04-02
gh-debug
مطوّرو البرمجيات

Debug GitHub Actions build failures by fetching and analyzing workflow logs. Use when CI/CD pipelines fail and you need to identify the root cause.

2026-04-02
embedded-debug
مطوّرو البرمجيات

Firmware crash analysis, stack trace decoder, and register dump interpreter for ESP32/ARM/AVR platforms. Use when debugging device crashes, panics, guru meditation errors, hard faults, or analyzing core dumps.

2026-03-27
esp32-arch-review
مطوّرو البرمجيات

Review ESP32 FastLED firmware architecture for RTOS safety, DMA correctness, LED driver patterns, memory management, and peripheral safety. Use before merging significant driver changes, new platform ports, or when auditing existing ESP32 FastLED code.

2026-03-27
esp32-log-triage
مطوّرو البرمجيات

Parse and classify ESP32 serial log output to identify FastLED-related errors, RMT/I2S/SPI driver faults, timing violations, RTOS issues, and crash signatures. Use when debugging unexpected device behavior, boot failures, or LED output problems on ESP32.

2026-03-27
code-review-asm-xtensa
مطوّرو البرمجيات

Review Xtensa assembly code for ESP32 platforms. Checks for critical errors in inline assembly, ABI compliance, and optimization opportunities. Use after modifying ESP32 assembly or inline asm code.

2026-03-20
code-review-riscv
مطوّرو البرمجيات

Review RISC-V assembly code for correctness, ABI compliance, and best practices. Use after modifying RISC-V assembly or inline asm code.

2026-03-20
expert-rmt5
مطوّرو البرمجيات

ESP-IDF v5.x RMT5 API expert for LED protocols, encoders, and multi-channel control. Use when working with RMT peripheral programming, LED strip control, or migrating from RMT4 to RMT5.

2026-03-20
fix-board
مطوّرو البرمجيات

Automatically diagnose and fix PlatformIO board upload/monitor issues. Runs three-phase device workflow (Compile, Upload, Monitor) and applies fixes.

2026-03-20
fix-int
مطوّرو البرمجيات

Fix integer type definitions for specified platform. Researches correct primitive type mappings and applies fixes to platform-specific int headers.

2026-03-20
gh-healthcheck
مطوّرو البرمجيات

Run health check on GitHub Actions workflow with root cause analysis and recommendations. Use for quick CI status overview and pattern analysis.

2026-03-20
git-historian
مطوّرو البرمجيات

Search codebase and git history for keywords. Use when investigating code changes, finding where features were added, or tracking down when bugs were introduced.

2026-03-20
lint
مطوّرو البرمجيات

Run code linting and formatting checks across the codebase. Use after modifying source files to ensure coding standards are met.

2026-03-20
memory-audit
مطوّرو البرمجيات

Audit embedded code for stack overflow risks, heap fragmentation, static allocation patterns, and memory leaks. Use when investigating OOM crashes, optimizing memory usage, or reviewing memory-critical code on constrained devices.

2026-03-20
tdd-implement
محللو ضمان جودة البرمجيات والمختبرون

Implement a feature or fix a bug using strict TDD. Analyzes the requirement, creates tests first, implements minimal code, then refactors. Use for feature requests, bug fixes, or enhancements that need test coverage.

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

Guide Test-Driven Development workflow for FastLED. Use when implementing new features or fixing bugs with a test-first approach. Enforces Red-Green-Refactor discipline with FastLED test conventions.

2026-03-20
timing-analysis
مطوّرو البرمجيات

Analyze real-time constraints, ISR latency, DMA transfer times, and LED protocol timing for embedded systems. Use when debugging timing-sensitive code, optimizing frame rates, or verifying protocol compliance.

2026-03-20