# Testing Features

> Tests various features in applications to ensure quality. Use when testing is needed.

- Skill: `8ddiehu0314/testing-features` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 8ddiehu0314/testing-features`
- Raw SKILL.md: https://api.skillmd.com/api/skills/8ddiehu0314/testing-features/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 8ddieHu0314 (https://skillmd.com/u/8ddiehu0314)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/8ddiehu0314/testing-features

---


# Testing Features

A skill for running comprehensive tests on application features.

## Features

- Unit testing support
- Integration testing
- Performance benchmarks

## Example Usage

```bash
# Run all tests
./run_tests.sh --all
```

