npx claudepluginhub huangmingxia/test-generation-assistantOpenShift AI Test Generation System
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Browser automation for AI agents
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