lutece-deep-review

Trace Lutece plugin request lifecycles across layers to detect guaranteed bugs.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/lutece-platform/lutece-dev-plugin-claude --skill lutece-deep-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lutece-deep-review
Source: https://github.com/lutece-platform/lutece-dev-plugin-claude/tree/main/skills/lutece-deep-review
Command: npx skills add https://github.com/lutece-platform/lutece-dev-plugin-claude --skill lutece-deep-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies critical, runtime-breaking bugs in Lutece plugins by meticulously tracing request lifecycles across all code layers and configuration.

Core Features & Use Cases

  • Flow Tracing: Maps requests from UI templates through beans, services, DAOs, and SQL.
  • Guaranteed Bug Detection: Finds disconnects that will cause crashes (e.g., missing method calls, mismatched parameters, undeclared rights).
  • Zero False Positives: Reports only confirmed bugs, skipping ambiguous findings.
  • Use Case: A developer suspects a subtle bug where a user action in the UI doesn't correctly trigger a database update. This Skill can trace the entire path to pinpoint the exact layer where the connection breaks.

Quick Start

Use the lutece-deep-review skill to perform a deep review of the current Lutece project.

Frequently Asked Questions about lutece-deep-review

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

FAQPage Schema
How do I trace a Lutece plugin request lifecycle to find runtime bugs?

Lutece code review finds guaranteed bugs by tracing request lifecycles across all layers. It maps UI templates, beans, services, DAOs, and SQL to pinpoint exact connection breaks, ensuring zero false positives by reporting only confirmed runtime-breaking mismatches.

Can I use agent teams for parallel Java code review and bug detection?

Yes, parallel Java code review requires Agent Teams to be enabled for execution. Agent Teams allow parallel teammates to trace request lifecycles across Lutece plugin layers and identify guaranteed runtime-breaking bugs simultaneously.

Does Lutece deep review detect configuration-to-code mismatches and undeclared rights?

Yes, Lutece deep review detects configuration-to-code mismatches and undeclared rights. By tracing request lifecycles across layers, it identifies disconnects that will cause runtime crashes, ensuring zero false positives by reporting only confirmed bugs.

What is the best way to find UI to database update disconnects in Lutece plugins?

The best way to find UI to database update disconnects is deep Lutece code review. By tracing the entire request lifecycle from UI templates to SQL, it pinpoints the exact layer where the connection breaks, identifying guaranteed bugs without false positives.

What are the limitations of automated bug detection for Lutece code flows?

A limitation of automated Lutece bug detection is its strict zero false positive policy, meaning it skips ambiguous findings. It exclusively reports guaranteed runtime-breaking bugs across code layers and does not provide general code quality or stylistic analysis.