Testing
Automates rigorous software testing using Oliver Kriska's methodologies, identifying bugs and ensuring quality code.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oliver-kriska-testing npx -- -y @trustedskills/oliver-kriska-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oliver-kriska-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oliver-kriska-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides automated testing capabilities, likely focusing on Elixir and Phoenix applications. It allows users to execute tests within a development environment and analyze results, streamlining the software development lifecycle. The specific details of its testing framework are not provided in the source content.
When to use it
- Automated Regression Testing: Run existing test suites after code changes to ensure no regressions have been introduced.
- Continuous Integration Pipelines: Integrate with CI/CD systems to automatically execute tests on every commit or pull request.
- Testing New Features: Quickly verify the functionality of newly developed features within a Phoenix application.
- Debugging and Troubleshooting: Isolate and reproduce bugs by running specific test cases.
Key capabilities
- Elixir testing support
- Phoenix framework integration
- Automated test execution
- Result analysis
Example prompts
- "Run the unit tests for the authentication module."
- "Execute all integration tests in the
/apidirectory." - "Show me the results of the last test run, highlighting any failures."
Tips & gotchas
This skill likely requires an environment with Elixir and Phoenix already set up. The specific testing framework used (e.g., ExUnit) may need to be configured within that environment for optimal performance.
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.