·test

Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests

19Installs·1Trend·@parcadei

Installation

$npx skills add https://github.com/parcadei/continuous-claude-v3 --skill test

SKILL.md

| 1 | arbiter | Unit tests, type checks, linting | Parallel | | 1 | arbiter | Integration tests | Parallel | | 2 | atlas | E2E/acceptance tests | After 1 passes |

Before running tests, check for type errors - they often cause test failures:

If errors found: Fix them BEFORE running tests. Type errors usually mean tests will fail anyway.

Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests Source: parcadei/continuous-claude-v3.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill test
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is test?

Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests Source: parcadei/continuous-claude-v3.

How do I install test?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/parcadei/continuous-claude-v3 --skill test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/parcadei/continuous-claude-v3