livewire-upgrade-analysis

Extracts breaking-change patterns and maps them to file-level remediation steps for upgrading Livewire 3 to 4 in Laravel repositories.

2|Updated Nov 16, 2024
One-click install
npx skills add https://github.com/onairmarc/dotfiles --skill livewire-upgrade-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: livewire-upgrade-analysis
Source: https://github.com/onairmarc/dotfiles/tree/main/.agents/skills/livewire-upgrade-analysis
Command: npx skills add https://github.com/onairmarc/dotfiles --skill livewire-upgrade-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams upgrade Livewire 3 to Livewire 4 by auditing a Laravel repository, identifying impacted components, and producing an actionable upgrade plan in the same format used by feature-planning.

Core Features & Use Cases

  • Discover and inventory Livewire components (and Filament integrations) across the repository.
  • Classify impacted files into breaking-change categories and generate concrete remediation steps.
  • Output an agent-ready upgrade plan with structured tasks, file paths, and suggested changes tailored for execution.

Quick Start

Run the audit to generate an agent-ready Livewire 3 to 4 upgrade plan for your repository.

Frequently Asked Questions about livewire-upgrade-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a Livewire 3 to 4 upgrade in a Laravel repository?

To plan a Livewire 3 to 4 upgrade, you need to audit your Laravel repository to extract breaking-change patterns and map them to file-level remediation steps for components, config, routes, and views. This generates an actionable upgrade plan.

What breaking changes are covered when upgrading Livewire 3 to 4?

Upgrading Livewire 3 to 4 covers breaking changes across Livewire components, Filament integrations, configuration files, routes, views, and JavaScript. It aligns with the official upgrading guide to surface precise grep patterns and required remediation steps.

Can I audit Filament integrations when upgrading Livewire 3 to 4?

Yes, you can audit Filament integrations when upgrading Livewire 3 to 4. The audit discovers and inventories Livewire components and Filament integrations across your Laravel repository to classify impacted files into breaking-change categories.

How do I generate an agent-ready upgrade plan for Livewire 4?

You generate an agent-ready upgrade plan by classifying impacted files into breaking-change categories and producing structured tasks with concrete findings, suggested changes, and exact file paths tailored for execution in your Laravel repository.

What is the best way to identify Livewire 4 breaking changes in my codebase?

The best way to identify Livewire 4 breaking changes is to align with the official upgrading guide and use precise grep patterns to scan your Laravel repository. This surfaces exact required changes for an actionable upgrade plan.