·run-tests

Comprehensive test execution with parallel analysis and coverage reporting. Use when running test suites or troubleshooting failures with the run-tests workflow.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill run-tests

SKILL.md

| Empty/all | All tests | | backend | Backend only | | frontend | Frontend only | | path/to/test.py | Specific file | | testname | Specific test |

| --maxfail=3 | Stop after 3 failures | | -x | Stop on first failure | | --lf | Run only last failed | | -v | Verbose output | | --tb=short | Shorter tracebacks |

| Parallel Analyzers | 3 agents | Backend, frontend, and coverage analysis in parallel | | Default Traceback | --tb=short | Balance between detail and readability | | Stop Threshold | --maxfail=3 | Quick feedback without overwhelming output | | Coverage Tool | pytest-cov / jest | Native integration with test frameworks |

Comprehensive test execution with parallel analysis and coverage reporting. Use when running test suites or troubleshooting failures with the run-tests workflow. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill run-tests
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is run-tests?

Comprehensive test execution with parallel analysis and coverage reporting. Use when running test suites or troubleshooting failures with the run-tests workflow. Source: yonatangross/skillforge-claude-plugin.

How do I install run-tests?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill run-tests 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/yonatangross/skillforge-claude-plugin