testing-suite
v1.0.0Risk-based test portfolio planning and reproducible acceptance-test lifecycle.
By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install testing-suite for Codex
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add testing-suite@levnikolaevich-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “testing-suite” remain stable.
- Codex:
testing-suite@agent-plugin-marketplace→testing-suite@levnikolaevich-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/levnikolaevich/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/testing-suite/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/ln-41-test-strategy-planner/SKILL.md└── skills/ln-42-acceptance-test-builder/SKILL.md
Included Skills2
Designs risk-based test portfolio decisions and prioritized scenarios without changing code. Use when requirements need a test strategy; not for auditing or implementing tests.
Creates, updates, consolidates, retires, and runs scoped acceptance tests using project-native tooling. Use when executable acceptance evidence must change; not for audits or product fixes.
Plugin manifests2
{
"name": "testing-suite",
"version": "1.0.0",
"description": "Risk-based test portfolio planning and reproducible acceptance-test lifecycle.",
"author": {
"name": "Lev Nikolaevich",
"email": "[email protected]",
"url": "https://github.com/levnikolaevich"
},
"homepage": "https://github.com/levnikolaevich/claude-code-skills",
"repository": "https://github.com/levnikolaevich/claude-code-skills",
"license": "MIT",
"keywords": [
"testing",
"test-strategy",
"acceptance-tests",
"quality"
],
"skills": "./skills/",
"interface": {
"displayName": "Testing Suite",
"shortDescription": "Plan and maintain useful tests",
"longDescription": "Design risk-based test portfolio decisions and maintain reproducible acceptance evidence through addition, update, consolidation, and retirement.",
"developerName": "Lev Nikolaevich",
"websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Design a risk-based test strategy for this feature.",
"Maintain the smallest reproducible acceptance-test portfolio for these requirements."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "testing-suite"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[testing-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/testing-suite)