test-full

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

  • Project files: !find . -maxdepth 1 \( -name 'pyproject.toml' -o -name 'package.json' -o -name 'Cargo.toml' -o -name 'go.mod' \)
  • Test directories: !find . -type d \( -name "test*" -o -name "__tests__" \)
  • E2E setup: !find . -maxdepth 1 \( -name 'playwright.config.*' -o -name 'cypress.config.*' \)
  • CI environment: !echo "CI=$CI GITHUB_ACTIONS=$GITHUB_ACTIONS"

Parameters

  • --coverage: Generate coverage report
  • --parallel: Force parallel execution
  • --report: Generate detailed HTML report

Your task

Delegate this task to the test-runner agent.

Use the Agent tool with subagent_type: test-runner to run the complete test suite. Pass all the context gathered above and specify All Tiers execution.

Installs
53
GitHub Stars
36
First Seen
Feb 9, 2026
test-full — laurigates/claude-plugins