konveyor-ecosystem/playpen-pf-mig-skills
Instructions file
Instructions for konveyor-ecosystem/playpen-pf-mig-skills, covering claude.md, repository purpose, what belongs here, guidelines for contributions and code migration skill / recipe.
konveyor-ecosystem/playpen-pf-mig-skills
Instructions file
Instructions for konveyor-ecosystem/playpen-pf-mig-skills, covering claude.md, repository purpose, what belongs here, guidelines for contributions and code migration skill / recipe.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Adversarial agent that challenges the bug-finder's issue list. Disproves false positives by demonstrating that flagged issues are not real problems.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Adversarial agent that exhaustively identifies migration issues in a file by comparing it against the golden truth. Produces the superset of all possible issues.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Enrich comparison data with natural-language annotations and generate the HTML comparison report.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Analyze persistent migration issues that resist multiple fix attempts. Use when the same issue appears 3+ times across analysis rounds to determine if fixable, false positive, or needs manual attention.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Construct Kantra analyze command flags for a migration scenario. Use during discovery phase to determine the correct analysis command based on project type and migration goal.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Provision a kind cluster with OLM and OpenShift Console, returning cluster authentication coordinates as structured JSON. Use when the project is an OpenShift Console dynamic plugin and needs a cluster for deployment validation.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Discover project structure, build system, test commands, and lint configuration. Use proactively at the start of any migration to understand the codebase before making changes.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Adversarial agent that makes final verdicts on disputed migration issues. Has the golden truth as ground truth and scores each issue as real or not real.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Run the diff pipeline on two directory trees. Enumerates files, executes AST/text diffs, categorizes changes, and produces comparison-data.json.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Generate a migration report from workspace artifacts. Reads status.md, visual reports, and screenshot directories to build report-data.json, then runs the HTML report generator.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Execute runtime validation steps against the golden truth and each migration attempt. Captures evidence (screenshots, test output, logs, HTTP responses) for use by adversarial review agents.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Execute test suites and report results. Use proactively after code changes during migration to validate fixes.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Capture screenshots of a running application using an existing manifest. Requires manifest.md to already exist in the work directory.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Compare screenshots between baseline and post-migration directories. Generates or updates a checkbox-tracked report.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Discover all UI elements, variants, and states in a project. Produces a comprehensive manifest for screenshot capture.
konveyor-ecosystem/playpen-pf-mig-skills
Agent
Fix unchecked visual regression issues from the diff report. Marks items fixed and maintains a fix log.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Migrate applications between technologies using kantra static analysis and automated fixes. Use when migrating Java, Node.js, Python, Go, or .NET applications. Keywords: kantra, migration, upgrade, modernize.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Migrate applications between technologies using kantra static analysis and automated fixes. Use when migrating Java, Node.js, Python, Go, or .NET applications. Keywords: kantra, migration, upgrade, modernize.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Compare two migration attempts of the same codebase using AST and text diffing. Accepts git repos or local paths and generates an HTML comparison report. Keywords: compare, diff, migration, comparison, report.
konveyor-ecosystem/playpen-pf-mig-skills
Skill Claude CodeCodex
Migrate a PatternFly 5 application to PatternFly 6 with visual verification. Use when upgrading a PatternFly 5 codebase to PatternFly 6, migrating PF5 to PF6, or when asked to upgrade PatternFly.