Testing & Verification

Community

Verify code quality with fast, reliable tests.

Authorscreenfluent
Version1.0.0
Installs0

System Documentation

What problem does it solve?

After code generation, bug fixes, or refactoring, this Skill ensures you run the appropriate tests and analyses to validate correctness and quality, reducing regression risk.

Core Features & Use Cases

  • Quick verification: Syntax, unit, and style checks for rapid feedback.
  • Targeted tests: Run unit, integration, and architecture checks to pinpoint issues.
  • Static analysis & coverage: PHPStan level 9 checks, test coverage enforcement, and architecture analysis with Deptrac.

Quick Start

Execute the verification steps after changes:

  • composer test:fast - syntax, unit, style (~5-10s)
  • composer test - full suite before commit (~30-60s)
  • composer test:unit - unit tests
  • composer test:integration - DB/filesystem tests
  • composer analyze:architecture - Deptrac layer analysis

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Testing & Verification
Download link: https://github.com/screenfluent/aicodingforum/archive/main.zip#testing-verification

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository