code-review

Review staged and unstaged changes for FastLED coding standards violations.

7.5k|1.8k|Updated Nov 10, 2013
One-click install
npx skills add https://github.com/FastLED/FastLED --skill code-review-fastled
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/FastLED/FastLED/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/FastLED/FastLED --skill code-review-fastled

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review staged and unstaged changes for FastLED coding standards violations, span usage mandates, and example quality.

Core Features & Use Cases

  • Scans staged and unstaged changes against the rules in review-rules.md
  • Applies fixes directly when straightforward, or prompts for user confirmation for significant removals
  • Generates a concise report summarizing findings and suggested corrections

Quick Start

Run git diff --cached to review staged changes, then git diff to review unstaged changes, and report findings.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review staged and unstaged git changes for FastLED coding standards violations?

To review staged and unstaged git changes for FastLED coding standards violations, run git diff --cached and git diff to scan modifications against project review rules. The process applies rules from review-rules.md to identify violations and suggest remediation actions.

What is the FastLED code review process for span usage mandates and example quality?

The FastLED code review process evaluates staged and unstaged changes to enforce coding standards, span usage mandates, and example quality. It applies project review rules to determine violations, report findings, and offer remediation suggestions for quality assurance.

Can I apply automatic fixes during static analysis of my FastLED code?

Yes, you can apply automatic fixes during static analysis of FastLED code. The review process applies straightforward fixes directly to the code, but prompts for user confirmation before making significant removals to ensure safe remediation.

What's the best way to ensure my git diff meets quality assurance standards before committing?

The best way to ensure your git diff meets quality assurance standards is running a static analysis review against project review rules. This generates a concise report summarizing findings and suggested corrections for code changes.

Do I need a review-rules.md file to perform static analysis on FastLED code changes?

Yes, you need a review-rules.md file to perform static analysis on FastLED code changes. The code review process specifically applies the project review rules found within review-rules.md to determine standards violations and appropriate actions.