← All plugins
performance-testing-review
v1.2.2Performance analysis, test coverage review, and AI-powered code quality assessment
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance-testing-review/ inside the repository.
Layout
plugins/performance-testing-review/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/performance-testing-review/.codex-plugin/plugin.json
{
"name": "performance-testing-review",
"version": "1.2.2",
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Performance Testing Review",
"shortDescription": "Performance analysis, test coverage review, and AI-powered code quality assessment",
"category": "Coding"
}
}plugins/performance-testing-review/.claude-plugin/plugin.json
{
"name": "performance-testing-review",
"version": "1.2.2",
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}