Skip to content

Instantly share code, notes, and snippets.

View jwmatthews's full-sized avatar

John Matthews jwmatthews

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Migration Report - /home/jmatthews.linux/Shared/patternfly_experiments/pranavs_skill/playpen-pf-mig-skills/experiments/migration-skill-quipuchords-jwm/quipucords-ui</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1f2937; background: #f9fafb; line-height: 1.5; }
.container { max-width: 1200px; margin: 0 auto; padding: 24px; }

Kafka Migration Guide: ArgoCD + MirrorMaker2

Version: 1.0
Last Updated: February 2026
Scenario: Migrating a Kafka deployment from a source Kubernetes cluster to a target cluster using application-level replication, with ArgoCD managing both sides.


Overview

EKS to ROSA Migration Pain Points: Real-World Problems and Solutions

Version: 1.0
Last Updated: February 2026
Target Audience: Platform Engineers, OpenShift Migration Specialists, Red Hat Customers


Executive Summary

EKS to AKS Migration Pain Points: Real-World Problems and Solutions

Version: 1.0
Last Updated: February 2026
Target Audience: Platform Engineers, DevOps Teams, Migration Specialists


Executive Summary

External Contributors Report (Top 20)

Scope: konveyor/kai, konveyor/editor-extensions

Generated: 2026-02-13 17:25 UTC

Run Settings

  • Source DB: data/issue_insights.db
  • Internal users file: data/internal_users.csv

External Contributors Report (Top 20)

Scope: konveyor/analyzer-lsp, konveyor/kantra, konveyor/rulesets

Generated: 2026-02-13 17:22 UTC

Run Settings

  • Source DB: data/issue_insights.db
  • Internal users file: data/internal_users.csv

External Contributors Report (Top 20)

Generated: 2026-02-13 17:21 UTC

Run Settings

  • Source DB: data/issue_insights.db
  • Internal users file: data/internal_users.csv
  • Temporary run-only exclusions: tackle-ui-tests, tackle2-ui
#!/usr/bin/env bash
# Minimal test: Claude Opus 4.6 via Vertex AI on GCP
set -euo pipefail
PROJECT=$(gcloud config get-value project 2>/dev/null)
LOCATION="us-east5"
MODEL="claude-opus-4-6@default"
TOKEN=$(gcloud auth print-access-token)
API_URL="https://${LOCATION}-aiplatform.googleapis.com/v1/projects/${PROJECT}/locations/${LOCATION}/publishers/anthropic/models/${MODEL}:rawPredict"

Screenshot Visual Regression Skill - Implementation Complete ✓

Installation Location

The skill has been successfully installed at:

~/.claude/skills/screenshot-visual-regression/

What Was Implemented