RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Create and manage Jupyter notebook workbenches on OpenShift AI with image selection, resource configuration, PVC storage, and lifecycle management. Use when: "Create a notebook workbench" "Spin up a Jupyter environment for data science" "Start / stop my workbench" "What notebook images are available?" "Delete a…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Validate that required AAP MCP servers are accessible before executing automation skills. Use when: Before any skill that requires AAP MCP access "Validate AAP MCP", "Check if AAP is configured" "Verify AAP connection", "Test AAP MCP servers" NOT for: actual automation tasks (use specialized skills instead).
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Analyze execution risk by classifying inventory, scanning extravars for secrets, and assessing scope. Use when: "Execute on production", "Deploy to production" (as first step before launch) "Is this execution safe?" "Check execution risk" "Validate the execution target" NOT for: launching jobs (use…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Generate concise execution audit reports tracking documents consulted, MCP tools used, decisions made, and outcomes. Use when: "Generate execution summary" "Create execution report" "Show workflow audit trail" After completing any governance workflow (assessment, execution, troubleshooting) NOT for: starting a new…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Orchestrates forensic analysis of failed jobs with event extraction, host correlation, and resolution advisory. Use when: "Job #X failed", "Why did the execution fail?" "Analyze the failure", "What went wrong?" "Root cause analysis of job #X" NOT for execution (use governance-executor) or platform assessment (use…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Orchestrates AAP governance readiness assessments -- full platform audit or scoped to specific domains. Assesses 7 governance domains + 1 bonus: 1. Workflow Governance (approval gates, workflow coverage) 2. Notification Coverage (failure alerting, notification bindings) 3. Access Control / RBAC (teams, roles, least…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Orchestrates governed job execution with risk analysis, check mode, approval, and rollback. Use when: "Execute job template X", "Deploy to production", "Push to prod", "Launch job template" Any execution request targeting sensitive environments Job template launches requiring governance controls NOT for platform…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Assess AAP platform governance readiness -- full 7-domain audit or scoped to specific domains. Use when: Full assessment: "Is my AAP ready for production?", "Audit my platform governance" Scoped assessment: "Assess my credentials setup", "Check my RBAC", "How are my notifications configured?" "What should I fix before…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Execute governed job launches with check mode, approval gates, phased rollout, and rollback. Use when: After execution-risk-analyzer has classified the execution risk "Launch with check mode first", "Run the dry run" "Execute the job" (after risk analysis) "Rollback the failed job" NOT for: risk analysis (use…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Correlate job failures with host system facts to determine platform drift and resource issues. Use when: After job failure analysis identifies affected hosts "Check the system facts for failed hosts" "Is the host healthy?", "Check disk space on server-01" "Why is the service failing on this host?" NOT for: analyzing…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Extract and analyze failure events from AAP jobs to classify errors and reconstruct failure timelines. Use when: "Job #X failed", "Why did the execution fail?" "Analyze the failed job", "What went wrong?" "Show me the failure details" NOT for: host fact correlation (use host-fact-inspector) or resolution…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Provide Red Hat documentation-backed resolution recommendations for classified job errors. Use when: After failure analysis and host fact inspection: "How do I fix this?" "What does Red Hat recommend for this error?" "What's the fix for privilege escalation timeout?" "Is this a known AAP issue?" NOT for: analyzing…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Explain a CVE using Red Hat's severity rating system. Looks up the CVE, explains the rating, and suggests a course of action.
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Explain how to gather diagnostic information for Red Hat products (RHEL, OpenShift, Ansible Automation Platform, Satellite) to share with Red Hat Technical Support.
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Bootstrap installer. Fetches and installs all Red Hat agent skills into this project.
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Explain a Red Hat product's lifecycle status, support phases, and recommended action. Answers questions like "Is RHEL 8.6 still supported?" or "When does OpenShift 4.14 reach end of maintenance?".
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Add the Red Hat Security MCP server to this project. Configures the HTTP transport endpoint and explains the Red Hat Customer Portal SSO browser login flow.
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Help determine the correct severity level for a Red Hat support ticket, explain SLAs, and guide what information to include.
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Complete end-to-end workflow for containerizing and deploying applications to OpenShift or standalone RHEL systems. Orchestrates /detect-project, /s2i-build, /deploy, /helm-deploy, and /rhel-deploy skills with user confirmation checkpoints at each phase. Supports S2I, Podman, Helm deployment strategies for OpenShift…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Diagnose OpenShift build failures including S2I builds, Docker/Podman builds, and BuildConfig issues. Automates multi-step diagnosis: BuildConfig validation, build pod logs, registry authentication, and source repository access. Use this skill when builds fail, hang, or produce unexpected results. Triggers on…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Diagnose local container issues with Podman/Docker including image pull errors, container startup failures, OOM kills, and networking problems. Automates multi-step diagnosis: container inspect, logs retrieval, image analysis, and resource constraint checking. Use this skill when containers fail to run locally before…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Diagnose OpenShift service connectivity issues including DNS resolution, service endpoints, route ingress, and network policies. Automates multi-step diagnosis: service endpoint verification, pod selector matching, route status, and network policy analysis. Use this skill when services can't communicate, routes return…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Diagnose OpenShift Pipelines (Tekton) CI/CD failures including PipelineRun failures, TaskRun step errors, workspace/PVC binding issues, and authentication problems. Automates multi-step diagnosis: PipelineRun status, failed TaskRun analysis, step container logs, and related resource checks. Use this skill when…
RHEcosystemAppEng/agentic-plugins
Skill Claude CodeCodex
Diagnose pod failures on OpenShift including CrashLoopBackOff, ImagePullBackOff, OOMKilled, and pending pods. Automates multi-step diagnosis: pod status, events, logs (current + previous), and resource constraint analysis. Use this skill when pods are not running, restarting frequently, or stuck in non-ready states.…