test-all

Run linters, type checks, and full test suites for the Reflexio project.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yyiilluu/reflexio --skill test-all-yyiilluu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-all
Source: https://github.com/yyiilluu/reflexio/tree/main/.claude/commands/test-all
Command: npx skills add https://github.com/yyiilluu/reflexio --skill test-all-yyiilluu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the highest code quality and application stability by running a complete suite of linters, type checkers, and all tests, including those typically skipped during pre-commit.

Core Features & Use Cases

  • Full Code Validation: Catches linting and type errors across Python and TypeScript/JavaScript.
  • Exhaustive Testing: Executes unit, integration, and end-to-end tests, including long-running and infrastructure-dependent ones.
  • Use Case: Before merging a critical feature, run this Skill to guarantee that all code adheres to standards and all functionalities work as expected under all conditions.

Quick Start

Execute the test-all skill to run all linters, type checks, and tests in the repository.

Frequently Asked Questions about test-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run comprehensive code quality checks and full test suites before merging?

Run comprehensive code quality checks by executing this Skill to validate Python with ruff and pyright, and TypeScript/JavaScript with Biome and tsc, followed by unit, integration, and end-to-end tests.

What is included in exhaustive code testing for critical features?

Exhaustive code testing executes unit, integration, and end-to-end tests, including long-running and infrastructure-dependent ones typically skipped during pre-commit, ensuring all functionalities work under all conditions.

Can I use ruff and pyright for Python linting alongside Biome and tsc for TypeScript?

Yes, you can validate Python code with ruff and pyright alongside TypeScript/JavaScript with Biome and tsc. This Skill runs all these linters and type checkers to catch errors across both language stacks.

Does this code validation process run tests skipped during pre-commit?

Yes, this code validation process specifically runs all tests, including those skipped during pre-commit. It executes long-running and infrastructure-dependent tests to ensure full application stability.

What is the best way to investigate test failures across Python and TypeScript stacks?

The best way to investigate test failures is using this Skill's detailed investigation protocol, which validates code with ruff, pyright, Biome, and tsc, then reports failures from all executed unit and end-to-end tests.