Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add LeslieLinXinxiang/dde-agent-skills --skill "dde-ext-cpp-testing"
Install specific skill from multi-skill repository
# Description
DDE subordinate extension. C++ test design/execution workflow (CMake/CTest/gtest) with strict DDE write gating.
# SKILL.md
name: dde-ext-cpp-testing
description: "DDE subordinate extension. C++ test design/execution workflow (CMake/CTest/gtest) with strict DDE write gating."
DDE Extension: C++ Testing
Skill Version: v0.1
Authority Chain
- Commander:
dde-bootstrap - Write gate:
dde-code-guard - This skill cannot directly bypass
[APPROVED]for code writes.
When to Use
- Add/fix C++ tests
- Investigate C++ test failures/flakiness
- Improve C++ regression coverage
Execution Scope
Allowed:
- Analyze C++ test gaps
- Propose/prepare test cases and CTest targets
- Run CMake/CTest/gtest commands
- Produce failure diagnosis
Write-sensitive actions:
- Creating/modifying *.cpp, *.h, CMakeLists.txt, test files
- Must go through handoff + dde-code-guard
Mandatory Flow
- Identify target component and expected behavior.
- Map existing tests and missing cases.
- Run focused tests first, then suite.
- If changes required, emit handoff:
DDE_EXTENSION_HANDOFF_REQUIRED
Fields:
- Reason
- Files to modify
- Proposed test cases
- Minimal impact statement
- Wait for
[APPROVED]viadde-code-guardbefore write.
Output Contract
- Test gap summary
- Command results summary
- Proposed test patch plan
- Handoff block when write is needed
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.