# Dde Ext Cpp Testing

> DDE subordinate extension. C++ test design/execution workflow (CMake/CTest/gtest) with strict DDE write gating.

- **Type:** Skill
- **Install:** `agentstack add skill-leslielinxinxiang-dde-agent-skills-dde-ext-cpp-testing`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LeslieLinXinxiang](https://agentstack.voostack.com/s/leslielinxinxiang)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [LeslieLinXinxiang](https://github.com/LeslieLinXinxiang)
- **Source:** https://github.com/LeslieLinXinxiang/dde-agent-skills/tree/main/skills/dde-ext-cpp-testing

## Install

```sh
agentstack add skill-leslielinxinxiang-dde-agent-skills-dde-ext-cpp-testing
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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
1. Identify target component and expected behavior.
2. Map existing tests and missing cases.
3. Run focused tests first, then suite.
4. If changes required, emit handoff:

`DDE_EXTENSION_HANDOFF_REQUIRED`

Fields:
- Reason
- Files to modify
- Proposed test cases
- Minimal impact statement

5. Wait for `[APPROVED]` via `dde-code-guard` before write.

## Output Contract
- Test gap summary
- Command results summary
- Proposed test patch plan
- Handoff block when write is needed

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LeslieLinXinxiang](https://github.com/LeslieLinXinxiang)
- **Source:** [LeslieLinXinxiang/dde-agent-skills](https://github.com/LeslieLinXinxiang/dde-agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-leslielinxinxiang-dde-agent-skills-dde-ext-cpp-testing
- Seller: https://agentstack.voostack.com/s/leslielinxinxiang
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
