---
name: utils
description: Utility skills for SmartStack CLI development
argument-hint: "<subcommand> [options]"
model: haiku
allowed-tools: [Read, Write, Edit, Glob, Grep, Bash]  # Bash: utility commands
---

<objective>
Collection of utility skills for SmartStack CLI development and testing.
</objective>

<quick_start>
```bash
/utils test-web --quick       # Quick web accessibility test
/utils test-web --chrome      # E2E tests with Claude for Chrome
/utils test-web-config        # Configure test targets
```
</quick_start>

<subcommands>

| Command | Description |
|---------|-------------|
| `/utils test-web` | Test web accessibility and content validation |
| `/utils test-web-config` | Configure test-web targets from external file |

</subcommands>

<entry_point>

Route to subcommand file:

| Subcommand | File |
|------------|------|
| `test-web` | `subcommands/test-web.md` |
| `test-web-config` | `subcommands/test-web-config.md` |

</entry_point>

<success_criteria>
- Subcommand routed and executed successfully
- Test results displayed with pass/fail status
- Configuration saved when using test-web-config
</success_criteria>
