Embedded-Driver-Review — community Embedded-Driver-Review, firmware-copilot-training, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

À propos de ce Skill

Parfait pour les Agents d'Analyse de Firmware nécessitant des capacités de révision de code avancées pour les systèmes embarqués Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.

ozmosko ozmosko
[0]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
47
Canonical Locale
en
Detected Body Locale
en

Parfait pour les Agents d'Analyse de Firmware nécessitant des capacités de révision de code avancées pour les systèmes embarqués Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.

Pourquoi utiliser cette compétence

Permet aux agents de détecter des problèmes de firmware subtils en utilisant une analyse de contenu complète, en se concentrant sur la sécurité, le déterminisme et l'interaction matérielle correcte, et en exploitant des fichiers de spécification au format Markdown

Meilleur pour

Parfait pour les Agents d'Analyse de Firmware nécessitant des capacités de révision de code avancées pour les systèmes embarqués

Cas d'utilisation exploitables for Embedded-Driver-Review

Réviser le code de firmware embarqué pour la sécurité et le déterminisme
Déboguer les problèmes d'interaction matérielle dans les systèmes embarqués
Valider le code de firmware par rapport aux fichiers de spécification dans docs/specs/*.md

! Sécurité et Limitations

  • Nécessite un accès au code actuellement sélectionné ou au fichier actuel
  • A besoin de fichiers ouverts dans l'éditeur et de fichiers de spécification pour une révision optimale
  • Limité à la révision du code de firmware avec un contexte disponible

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is Embedded-Driver-Review?

Parfait pour les Agents d'Analyse de Firmware nécessitant des capacités de révision de code avancées pour les systèmes embarqués Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.

How do I install Embedded-Driver-Review?

Run the command: npx killer-skills add ozmosko/firmware-copilot-training. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for Embedded-Driver-Review?

Key use cases include: Réviser le code de firmware embarqué pour la sécurité et le déterminisme, Déboguer les problèmes d'interaction matérielle dans les systèmes embarqués, Valider le code de firmware par rapport aux fichiers de spécification dans docs/specs/*.md.

Which IDEs are compatible with Embedded-Driver-Review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for Embedded-Driver-Review?

Nécessite un accès au code actuellement sélectionné ou au fichier actuel. A besoin de fichiers ouverts dans l'éditeur et de fichiers de spécification pour une révision optimale. Limité à la révision du code de firmware avec un contexte disponible.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ozmosko/firmware-copilot-training. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use Embedded-Driver-Review immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

Embedded-Driver-Review

Install Embedded-Driver-Review, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Firmware Code Review

Goal

Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.

The review should help detect subtle firmware issues that may not be visible in standard software code reviews.


Inputs

The review should use the following context when available:

  • the currently selected code or current file
  • any open files in the editor
  • specification files under:

docs/specs/*.md

If a relevant specification exists, use it to validate register usage and device interaction.

If required context is missing, ask for the relevant file.


Review Focus

Perform the review using embedded firmware best practices.

Check for the following categories.

RTOS and Concurrency

  • blocking calls inside ISR context
  • incorrect use of RTOS APIs
  • shared state without synchronization
  • potential race conditions
  • unsafe interrupt interaction

Hardware Register Access

  • incorrect register addresses
  • incorrect bit masks
  • missing bit clearing before setting fields
  • unsafe register modification patterns
  • missing verification reads

Integer and Memory Safety

  • integer overflow
  • narrowing conversions
  • signed / unsigned mismatches
  • unsafe casts
  • implicit type conversions

Error Handling

  • inconsistent error propagation
  • ignored return values
  • missing timeout handling
  • silent failures

Timing and Determinism

  • potential blocking behavior
  • unexpected loops
  • operations that may violate timing constraints

Specification Consistency

If a specification file exists under:

docs/specs/

compare the implementation against the specification.

Check:

  • register usage
  • bitfields
  • initialization sequence
  • configuration values

Report any mismatch between the code and the specification.

Do not assume undocumented behavior.


Output Format

Group findings by severity:

Critical

Issues that may cause:

  • incorrect hardware behavior
  • data corruption
  • system instability

Major

Issues that may cause:

  • incorrect edge-case behavior
  • maintainability problems
  • hidden firmware risks

Minor

Issues related to:

  • readability
  • defensive programming
  • minor safety improvements

Constraints

Do not suggest large architectural refactors.

Prefer minimal fixes that:

  • preserve existing behavior
  • maintain the current API
  • avoid unnecessary complexity

If the issue cannot be evaluated due to missing context, request the relevant files.

Compétences associées

Looking for an alternative to Embedded-Driver-Review or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur