Skip to main content
FastLED
GitHub creator profile

FastLED

Repository-level view of 27 collected skills across 2 GitHub repositories.

skills collected
27
repositories
2
updated
Jul 2, 2026
repository explorer

Repositories and representative skills

test
software-quality-assurance-analysts-and-testers

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

Jul 2, 2026
platform-port
software-developers

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.

Jul 1, 2026
new-cpp-lint
software-developers

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

Jun 23, 2026
code-review
software-quality-assurance-analysts-and-testers

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.

Jun 7, 2026
address-reviews
software-quality-assurance-analysts-and-testers

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…

Apr 18, 2026
esp32-test-plan
software-quality-assurance-analysts-and-testers

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.

Apr 6, 2026
feature-contract
software-developers

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.

Apr 6, 2026
driver-review
software-developers

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,…

Apr 4, 2026
Showing 8 of 25 collected skills.
Showing 2 of 2 repositories
All repositories loaded