Use this to run the complete test suite for the project
Scanned 5/27/2026
Install via CLI
openskills install pdugan20/claudelint---
name: example-skill
description: Use this to run the complete test suite for the project
version: 1.0.0
model: sonnet
allowed-tools:
- Bash
- Read
argument-hint: Pass a test pattern to filter tests
disable-model-invocation: true
---
# Example Skill
This skill runs the project test suite using Bash. Use Read to examine test output files.
## Usage
```bash
/example-skill $ARGUMENTS
```
## Example
```bash
npm test
```
No comments yet. Be the first to comment!