Embedded-Driver-Review — community Embedded-Driver-Review, firmware-copilot-training, community, ide skills

v1.0.0

Sobre este Skill

Perfeito para Agentes de Análise de Firmware que necessitam de capacidades de revisão de código avançadas para sistemas embarcados 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 teams, 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

Perfeito para Agentes de Análise de Firmware que necessitam de capacidades de revisão de código avançadas para sistemas embarcados Review embedded firmware code with focus on safety, determinism, and correct hardware interaction.

Por que usar essa habilidade

Habilita os agentes a detectar problemas sutis de firmware usando análise de conteúdo abrangente, focando na segurança, determinismo e interação correta de hardware, e aproveitando arquivos de especificação no formato Markdown

Melhor para

Perfeito para Agentes de Análise de Firmware que necessitam de capacidades de revisão de código avançadas para sistemas embarcados

Casos de Uso Práticos for Embedded-Driver-Review

Revisar o código de firmware incorporado para segurança e determinismo
Depurar problemas de interação de hardware em sistemas incorporados
Validar o código de firmware contra arquivos de especificação em docs/specs/*.md

! Segurança e Limitações

  • Requer acesso ao código atualmente selecionado ou ao arquivo atual
  • Necessita de arquivos abertos no editor e arquivos de especificação para revisão ótima
  • Limitado à revisão do código de firmware com contexto disponível

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 imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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?

Perfeito para Agentes de Análise de Firmware que necessitam de capacidades de revisão de código avançadas para sistemas embarcados 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/Embedded-Driver-Review. 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: Revisar o código de firmware incorporado para segurança e determinismo, Depurar problemas de interação de hardware em sistemas incorporados, Validar o código de firmware contra arquivos de especificação em 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?

Requer acesso ao código atualmente selecionado ou ao arquivo atual. Necessita de arquivos abertos no editor e arquivos de especificação para revisão ótima. Limitado à revisão do código de firmware com contexto disponível.

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/Embedded-Driver-Review. 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.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

Embedded-Driver-Review

Install Embedded-Driver-Review, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
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.

Habilidades Relacionadas

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

Ver tudo

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

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor