# Test

> Run the test suite. Use when running tests, checking test coverage, or validating code changes. Use when this capability is needed.

- Skill: `tomevault-io/test-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/test-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/test-10/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/test-10

---


# Test - argus

Run the project test suite.

## Command

```bash
go test ./...
```

## Description

Run all tests

## Test Examples

Reference these files for test patterns:
- `internal/detector/architecture_test.go`
- `internal/detector/cli_test.go`
- `internal/detector/codepatterns_test.go`

## On Failure

- Analyze the failing test output
- Identify the root cause of the failure
- Check if it's a test issue or a code issue
- Suggest fixes for the failing tests

## Options

- Add `-run TestName` to run specific test files
- Add `-v` for verbose output

## Success Criteria

- All tests pass
- No skipped tests without reason
- Coverage meets project standards (if applicable)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/priyans-hu) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

