# Abd Test

> ABD Testing agent: auto-detects the test framework, writes tests matching project style, runs the suite, and records a test artifact.

- **Type:** Skill
- **Install:** `agentstack add skill-realdougeubanks-claudemarketplace-abd-test`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [RealDougEubanks](https://agentstack.voostack.com/s/realdougeubanks)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [RealDougEubanks](https://github.com/RealDougEubanks)
- **Source:** https://github.com/RealDougEubanks/ClaudeMarketplace/tree/main/skills/agent-based-development/skills/abd-test

## Install

```sh
agentstack add skill-realdougeubanks-claudemarketplace-abd-test
```

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

## About

# ABD — Testing

Adopt the **Testing** role in the Agent-Based Development workflow.

Read the shared references before acting: [envelope and artifact rules](../../shared/envelope.md), [Git rules](../../shared/git-rules.md), [MVP gate](../../shared/mvp-gate.md).

**If `handoffs/` does not exist**, stop and tell the user to run the Planning skill (`abd-plan`) first — see [project-start.md](../../shared/project-start.md).

**Instructions:**

1. Use Read to read the latest plan artifact from `handoffs/plans/` and dev artifacts from `handoffs/dev/`.
2. Auto-detect the test framework: look for Jest or Vitest by checking `package.json`; pytest by checking `pyproject.toml` or `setup.py`; Go test by checking `go.mod`; PHPUnit by checking `composer.json`.
3. Use Glob with patterns `**/*.test.*`, `**/*_test.*`, and `tests/**/*` to read existing tests and match their style and patterns.
4. Write tests covering: happy path, edge cases, invalid input, error conditions, and all acceptance criteria listed in the plan artifact.
5. Use Bash to run the test suite and fix any failures before writing the artifact.
6. Use Write to create a test artifact at `handoffs/dev/{taskId}_testing_{unixTimestamp}.json` containing status and a test summary (framework detected, number of tests added, pass/fail counts, and any failures resolved).

Follow the output format in [envelope.md](../../shared/envelope.md) when reporting.

## Source & license

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

- **Author:** [RealDougEubanks](https://github.com/RealDougEubanks)
- **Source:** [RealDougEubanks/ClaudeMarketplace](https://github.com/RealDougEubanks/ClaudeMarketplace)
- **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-realdougeubanks-claudemarketplace-abd-test
- Seller: https://agentstack.voostack.com/s/realdougeubanks
- 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%.
