Agent skill · Testing & QA

unity-ceedling-test

Embedded unit testing with Unity framework and CMock

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill unity-ceedling-test --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/embedded-systems/skills/unity-ceedling-test/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Unity/Ceedling Test Skill ## Overview This skill provides embedded unit testing capabilities using the Unity test framework, CMock mock generation, and Ceedling build system for comprehensive off-target and on-target testing. ## Capabilities ### Unity Test Framework - Test case generation - Assertion macro usage - Test fixture setup/teardown - Test group organization - Parameterized tests - Custom assertions ### CMock Mock Generation - Automatic mock generation from headers - HAL/driver mocking strategies - Callback mocking - Argument capture and validation - Return value configuration - Call count verification ### Ceedling Build System - Project configuration (project.yml) - Test runner generation - Coverage integration - Compiler configuration - Plugin management - CI/CD integration ### Hardware Abstraction Mocking - Register mock strategies - DMA mock patterns - Interrupt mock handling - Timing mock approaches - State machine mocking ### Test Coverage - gcov integration - lcov report generation - Branch coverage analysis - MC/DC coverage (for safety) - Coverage threshold enforcement ### Off-Target Testing - Host compilation setup - Platform abstraction - Stub implementation -

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Unity Test Framework
  4. CMock Mock Generation
  5. Ceedling Build System
  6. Hardware Abstraction Mocking
  7. Test Coverage
  8. Off-Target Testing
  9. Target Processes
  10. Dependencies
  11. Usage Context
  12. Project Structure
  13. Configuration Example (project.yml)
  14. Test Example
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the unity-ceedling-test skill do?

Embedded unit testing with Unity framework and CMock

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill unity-ceedling-test --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going