Ln 782 Test Runner
Automates testing workflows using custom scripts and provides detailed reports on test execution results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ln-782-test-runner npx -- -y @trustedskills/ln-782-test-runner
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ln-782-test-runner": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ln-782-test-runner"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Ln 782 Test Runner skill automates testing workflows for various project types. It detects test frameworks used in a project, executes all associated test suites, and provides detailed reports on the execution results. The tool can also generate coverage reports if enabled, providing insights into code coverage during testing. This skill is designed to be a standalone component within a larger development pipeline.
When to use it
- Standalone test execution: Run tests independently without an existing CI/CD pipeline.
- CI/CD pipeline test step: Integrate automated testing as part of a continuous integration and continuous delivery process.
- Verification of build quality: Assess the success or failure of builds by running comprehensive test suites.
Key capabilities
- Test framework auto-detection: Identifies test frameworks like Vitest, Jest, xUnit/NUnit, pytest, go test, and cargo test based on project configuration files.
- Test suite execution: Runs tests for each detected framework using appropriate command-line arguments.
- Result parsing: Extracts key metrics from test output, including pass/fail counts, skipped tests, and total duration.
- Coverage report generation (optional): Generates code coverage reports using tools like c8/istanbul, coverlet, pytest-cov, go test -cover, or cargo-tarpaulin.
- Reporting: Provides structured results including metrics such as
total,passed,failed,skipped,duration,linesCovered,linesTotal, andpercentage.
Example prompts
- "Run all tests in the project."
- "Execute the test suite and generate a coverage report."
- "Detect the testing framework used in this project and run its associated tests."
Tips & gotchas
- Mandatory Read: Ensure you load
shared/references/ci_tool_detection.mdto properly configure the skill for your environment. This file contains crucial information about test framework detection and reporting flags. - Project Setup: The skill relies on project configuration files (e.g.,
vitest.config.*,pytest.ini) to detect frameworks; ensure these are present and correctly configured. - Build Step Dependency: This skill does not handle building projects; use ln-781 for that purpose.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.