LTS
Official@longtermsupport
Offers specialized static analysis and test suite remediation for PHP environments through iterative log parsing and code correction.
Agent Skills by LTS
Showing 5 vetted skills indexed across 1 GitHub repositories.
phpunit-fixer
Parse PHPUnit JUnit XML logs to identify and fix failing tests.
phpunit-runner
Execute PHPUnit test suites and delegate failure fixes to agents.
qa
Automate the run-fix-run cycle for PHP-QA-CI tools.
phpstan-runner
Executes PHPStan static analysis and iteratively applies fixes until clean.
phpstan-fixer
Parse PHPStan error logs and apply fixes to modified files.
Frequently Asked Questions About LTS
FAQPage SchemaWhat specific tasks can be performed using LTS skills?▼
LTS enables the parsing of PHPUnit JUnit XML logs and PHPStan error logs to identify failures. It facilitates the iterative execution of test suites and static analysis, applying direct code corrections to modified files until the codebase meets defined quality standards.
Which personas benefit from these technical capabilities?▼
These capabilities are designed for PHP engineers, quality assurance specialists, and DevOps practitioners. They are specifically intended for developers managing large-scale PHP codebases who require systematic, iterative remediation of static analysis violations and failing test suites within their development lifecycle.
What are the prerequisites for implementing these remediation skills?▼
Implementation requires an existing PHP environment configured with PHPUnit for test execution and PHPStan for static analysis. Users must ensure their environment supports log generation in JUnit XML format and provides write access to the codebase for the application of automated code fixes.