filament-panel-review

Reviews Filament 5 panels in a multi-panel Laravel architecture using cached project documentation.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/ndestates/ndestates-website --skill filament-panel-review-ndestates
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: filament-panel-review
Source: https://github.com/ndestates/ndestates-website/tree/main/.copilot/skills/filament-panel-review
Command: npx skills add https://github.com/ndestates/ndestates-website --skill filament-panel-review-ndestates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Auditing multiple Filament admin panels by hand requires re-reading providers, resources, and architecture docs every time, which is slow and error-prone. This Skill standardizes panel reviews by loading the local documentation cache first and applying a consistent checklist. ## Core Features & Use Cases - Cache-First Review Workflow: Loads STRUCTURE.md, ARCHITECTURE.md, CONCERNS.md, and memory indexes before touching panel code. - Structured Panel Checklist: Covers panel registration, middleware, resource discovery, widgets, navigation, cross-panel reuse, themes, and policies. - Use Case: Before modifying the Sales panel provider, run a review of the 'sales' panel to get its purpose, resource count, deviations from CONVENTIONS.md, and recommendations with citations to cache files. ## Quick Start Ask the assistant to review the 'admin' Filament panel using the cache-first workflow and return a structured summary.

Frequently Asked Questions about filament-panel-review

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

FAQPage Schema
How do I review a Filament panel before making changes?▼

Load the project cache files first (STRUCTURE.md, ARCHITECTURE.md, CONCERNS.md), then read the specific panel provider such as AdminPanelProvider.php. Apply the checklist covering registration, middleware, resources, widgets, and policies, and return a structured summary.

What does a Filament multi-panel architecture review cover?▼

The review covers panel registration and middleware, resource discovery or explicit registration, dashboard widget composition, navigation groups and icons, cross-panel resource reuse, custom themes, render hooks, and authorization policies.

Can I review multiple Filament panels at once?▼

Yes, the Skill accepts a scope such as 'all panels' or a combination like 'user + block-manager'. It reads each targeted panel provider after loading the shared cache documentation and reports per-panel findings.

Why load cache documentation before reading panel code?▼

The cache files (STRUCTURE.md, ARCHITECTURE.md, CONCERNS.md) contain the panel table, provider locations, and known open issues. Reading them first avoids redundant code exploration and ensures findings cite established architecture decisions.

What are the limitations of a cache-first panel review?▼

The review quality depends on the cache files being current; stale STRUCTURE.md or CONCERNS.md content can produce outdated findings. It also focuses on the seven known panels, so unregistered or newly added panels may be missed.