| Command | Purpose | Example |
Execute complete test generation workflow (test case → E2E code → run tests)
Generate E2E test code for openshift-tests-private repository
Generate comprehensive test execution and coverage report
Generate comprehensive test cases from JIRA issue
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-assisted test generation and execution system that automates the complete testing workflow:
This system uses multiple specialized agents to handle each phase of the testing process, ensuring consistent and thorough test coverage for OpenShift components.
Before you can use this test generation system, you need to set up the following integrations:
ONE-COMMAND INSTALLATION - The simplest way to share with your team:
claude plugin marketplace add YOUR_USERNAME/test-generation-assistant
That's it! The plugin is now available in Claude Code with all agents and workflows.
What's included:
Complete Guide: PLUGIN_INSTALLATION.md
Apply for jira-mcp-snowflake token: Refer to Jira-MCP-Snowflake-Token-Guide
Config jira-mcp-snowflake mcp server:
claude mcp add jira-mcp-snowflake https://jira-mcp-snowflake.mcp-playground-poc.devshift.net/sse --transport sse -H "X-Snowflake-Token: your_token_here"
claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp
config/rules/# macOS
brew install gh
# Linux/Windows
# Follow: https://cli.github.com/manual/installation
Purpose: Configure environment variables for GitHub, JIRA, and OpenShift access
Quick Setup:
# Copy example environment file
cp .env.example .env
# Edit with your credentials
nano .env
Required Variables:
GITHUB_FORK_OWNER - Your GitHub username (for E2E test generation)JIRA_SERVER - JIRA server URL (default: https://issues.redhat.com)JIRA_TOKEN - Your JIRA authentication tokenFor E2E Testing:
KUBECONFIG - Path to your OpenShift cluster kubeconfigTEST_PLATFORM - Target platform (AWS, Azure, GCP, etc.)See: ENV_SETUP.md for detailed environment setup guide
CRITICAL: All agents must be executed by reading agent YAML configurations directly.
Execution Pattern:
CLAUDE.md (for Claude Code), GEMINI.md (for Gemini), or Cursor documentation (see Cursor Configuration in Prerequisites) for agent instructionsconfig/agents/test_case_generation.yaml)MANDATORY: The workflow orchestrator is the PRIMARY entry point for ALL test generation requests.
CRITICAL: Before executing ANY user request, AI MUST:
config/agents/workflow_orchestrator.yaml FIRSTA top-level agent that automatically:
Location: config/agents/workflow_orchestrator.yaml
Guide: config/agents/WORKFLOW_ORCHESTRATOR_GUIDE.md
npx claudepluginhub huangmingxia/test-generation-assistant --plugin test-genMiscellaenous tools for working with OpenShift CI
OLM (Operator Lifecycle Manager) plugin for operator management and debugging
A plugin to save and resume conversation sessions across long time intervals
A plugin to automate tasks with Jira
Analyze component health using regression and jira data
TestForge - Master of quality assurance through intelligent test generation. Analyzes code behavior to auto-generate comprehensive tests that catch real bugs, not just boost coverage numbers. Supports Jest, Pytest, Vitest, and more.
Automated API endpoint testing with request generation, validation, and comprehensive test coverage
Generate comprehensive unit and integration tests with full coverage
Implement code with tests from specs or direct requests
AI 測試大師 — v1.1 QA testing skill backed by an MCP server. 22 tools (21 v1.0-frozen + analyze_stream): run / generate / debug / harden software tests via mk-qa-master. Includes the AI Visual Challenge Solver (reCAPTCHA / hCaptcha), OWASP API Security Top 10 scanner, universal qa_plan + verify bookend across 5 core tools, and the v1.1 Edge AI Runner (RTSP + YOLO via the [edge] extras). Same skill folder loads in Claude Code, Codex, OpenClaw, and Hermes.
Generate comprehensive tests for a specific file