Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

acm-ai-qe

acm-ai-qe contient 18 skills collectées depuis stolostron, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
18
Stars
3
mis à jour
2026-06-25
Forks
4
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

acm-qe-code-analyzer
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants GitHub PR diff analysis for any ACM-related repo to understand what changed (components, UI, filters, field order, controllers, CRDs, webhooks) and what to test -- WITHOUT running the full JIRA-to-Polarion test case generator pipeline. Defaults to stolostron/console and kubevirt-plugin when no repo is specified (backward compatible with acm-test-case-generator). TRIGGER: analyze PR #N, what changed in this merge, test impact of this diff. DO NOT TRIGGER: user wants Polarion test case from ACM-#### end-to-end (use acm-test-case-generator); user wants only domain facts (use acm-knowledge-base).

2026-06-25
acm-test-case-generator
Analystes en assurance qualité des logiciels et testeurs

Use this skill when the user wants a FULL end-to-end Polarion-ready ACM Console UI test case from a JIRA ticket (e.g. ACM-30459): JIRA + PRs + UI discovery + synthesis + optional live validation + writing + mandatory quality review. This is the ONLY skill for that complete path. Do NOT use acm-test-case-writer or acm-qe-code-analyzer for the same request—they are partial workflows. Do NOT use acm-knowledge-base alone; it is reference-only. TRIGGER: generate/write test case from JIRA, Polarion test case for ACM ticket, test coverage for a story. DO NOT TRIGGER: PR-only diff analysis without JIRA-to-Polarion pipeline (use acm-qe-code-analyzer); review-only (use acm-test-case-reviewer).

2026-06-25
acm-test-case-reviewer
Analystes en assurance qualité des logiciels et testeurs

Use when the user wants a QUALITY REVIEW of an existing ACM Console UI test case markdown file (conventions, discovered-vs-assumed UI, MCP spot-checks, AC consistency)— without re-running JIRA/PR/UI investigation. If the user just finished acm-test-case-generator, review is already Phase 7 inside that skill—do not invoke this unless reviewing a standalone file or an out-of-band draft. TRIGGER: review this test-case.md, pre-Polarion QA, validate test steps. DO NOT TRIGGER: full test case from JIRA (acm-test-case-generator).

2026-06-25
acm-test-case-writer
Analystes en assurance qualité des logiciels et testeurs

Use ONLY when a Polarion-style ACM Console test case markdown must be authored from ALREADY-SYNTHESIZED investigation context (JIRA + code + UI summary present in the thread or artifacts)—not for starting from a bare JIRA ID. For starting from JIRA, use acm-test-case-generator instead. TRIGGER: user explicitly asks to convert existing synthesis into test-case.md; Phase-6-style write with context already in hand. DO NOT TRIGGER: user gives only ACM-#### and expects full pipeline; user wants PR diff analysis only (acm-qe-code-analyzer); user wants quality review only (acm-test-case-reviewer).

2026-06-25
acm-test-case-validator
Analystes en assurance qualité des logiciels et testeurs

Executes an existing ACM Console UI test case step-by-step against a live environment and produces a per-step pass/fail report with evidence (screenshots, CLI output, accessibility snapshots). Takes a test case markdown file, Polarion ID, or inline content as input. Does NOT generate or modify test cases -- only validates them. TRIGGER: validate test case, execute test case, run test case on cluster, validate RHACM4K-XXXXX on environment, dry-run test case, check if test case passes. DO NOT TRIGGER: generate test case from JIRA (use acm-test-case-generator); review test case quality/format (use acm-test-case-reviewer); verify a bug fix (use acm-bug-fix-verifier).

2026-06-24
acm-data-enricher
Analystes en assurance qualité des logiciels et testeurs

Enrich test failure data with AI-analyzed context -- resolve page objects, verify selector existence in product source, analyze selector change history, and fill feature knowledge gaps. Use when test failure data needs enrichment before classification analysis.

2026-05-29
acm-z-stream-analyzer
Analystes en assurance qualité des logiciels et testeurs

Analyze Jenkins pipeline test failures and classify each as PRODUCT_BUG, AUTOMATION_BUG, INFRASTRUCTURE, or NO_BUG. Runs a 4-stage pipeline with data gathering, cluster diagnostics, AI classification, and report generation. Use when asked to analyze a Jenkins run, classify test failures, or investigate pipeline results.

2026-05-29
acm-bug-fix-verifier
Analystes en assurance qualité des logiciels et testeurs

Verifies whether a known ACM bug fix has landed on a target environment. Takes a JIRA ticket and a cluster, runs a 7-phase pipeline: parallel JIRA/PR/environment investigation, three-tier fix presence check (branch reachability, build date, code presence), PR code review for fix correctness, Neo4j prerequisite gap analysis with heuristic fallback, Playwright-driven UI/API verification, and verdict with optional JIRA update. Produces BLOCKED, NOT_FIXED, PRESENT, or VERIFIED verdicts with evidence trail. TRIGGER: verify bug fix, confirm fix landed, check if fixed, is the bug fixed, verify ACM-NNNNN on cluster, test fix on environment. DO NOT TRIGGER: hunt for new bugs (use acm-bug-hunter), write test cases (use acm-test-case-generator), cluster health check (use acm-hub-health-check), PR-only code review (use acm-qe-code-analyzer).

2026-05-22
acm-hub-health-check
Administrateurs de réseaux et de systèmes informatiques

Diagnose ACM hub cluster health using a 6-phase pipeline with 4 depth modes. Checks operators, pods, addons, subsystems, dependency chains, and known failure patterns. Use when asked to check hub health, run diagnostics, troubleshoot ACM issues, or verify cluster state.

2026-05-22
acm-jenkins-client
Administrateurs de réseaux et de systèmes informatiques

Interface to Jenkins CI for reading build status, test results, pipeline stages, console logs, downstream trees, and (with approval) triggering builds. Use when you need Jenkins pipeline data, logs, JUnit results, or to monitor or trigger jobs. Prefer the jenkins MCP in Cursor and Claude Code when configured (same MCP set in both places). Bundled REST docs and scripts/jenkins_api.py cover portability, stdlib-only scripts, and any host without the MCP.

2026-05-22
acm-knowledge-learner
Administrateurs de réseaux et de systèmes informatiques

Build and update ACM knowledge by comparing live cluster state to the knowledge base. Discovers unknown operators, new failure patterns, dependency chains, and certificate issues. Use when asked to learn from a cluster, update knowledge, discover new components, or refresh baselines.

2026-05-22
onboard
Administrateurs de réseaux et de systèmes informatiques

Interactive onboarding for the AI Systems Suite. Detects current environment state, explains the three apps, and guides MCP server setup with credential configuration. Run at first clone or to verify an existing setup.

2026-05-20
acm-cluster-investigator
Administrateurs de réseaux et de systèmes informatiques

Deep-dive investigation of individual test failures using the 12-layer diagnostic model. Traces from symptom through infrastructure layers to find root cause with evidence. Use when test failures need root-cause analysis with classification.

2026-05-19
acm-failure-classifier
Analystes en assurance qualité des logiciels et testeurs

Classify Jenkins pipeline test failures as PRODUCT_BUG, AUTOMATION_BUG, INFRASTRUCTURE, or NO_BUG using a 5-phase AI investigation framework with 12-layer diagnostics, provably linked grouping, counterfactual validation, and multi-evidence requirements. Use when test failures need root-cause classification.

2026-05-19
acm-cluster-health
Administrateurs de réseaux et de systèmes informatiques

Cluster health diagnostic toolkit using a 12-layer model with 14 trap patterns, dependency chain verification, and evidence-tier framework. Use when you need to assess ACM hub cluster health, verify infrastructure state, check operator health, or diagnose subsystem issues.

2026-05-19
acm-knowledge-base
Analystes en assurance qualité des logiciels et testeurs

Use when you need READ-ONLY ACM Console domain reference: per-area architecture, Polarion conventions, naming patterns, examples. Load the specific references/ file for the task. This skill does NOT gather JIRA, PRs, or UI via MCP and does NOT run the test-case pipeline. TRIGGER: conventions, field order, area architecture, template rules while executing another skill. DO NOT TRIGGER: user asks to generate a test case from ACM-#### (acm-test-case-generator); PR-only analysis (acm-qe-code-analyzer).

2026-05-19
acm-bug-hunter
Analystes en assurance qualité des logiciels et testeurs

Autonomously hunts for bugs in ACM feature implementations by using test cases as a starting point for systematic 10-dimension investigation. Spawns focused subagents per dimension with an orchestrator-investigator adversarial architecture to prevent self-bias. Uses confidence-aware feedback loops inspired by the "confession" pattern. Supports all ACM areas (Console, GRC, ALC, Observability, Cluster Lifecycle, Submariner, Search, Install). Works with or without a live cluster (graceful degradation). Input: Polarion test case ID, local .md file, or inline test case content.

2026-05-13
acm-cluster-remediation
Administrateurs de réseaux et de systèmes informatiques

Remediate ACM hub cluster issues with structured approval workflow. Proposes fixes based on diagnosis findings, executes approved mutations, and verifies results. Use when asked to fix, remediate, repair, or resolve ACM cluster issues.

2026-05-02