jade-recipe-1.5-1.6-deque-retrofit

Skip LinkedList-to-Deque transformations for Java 1.5 to 1.6 migration checks.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-recipe-1-5-1-6-deque-retrofit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jade-recipe-1.5-1.6-deque-retrofit
Source: https://github.com/TheRealSeber/PolishedJADEite/tree/main/.claude/skills/jade-recipe-1.5-1.6-deque-retrofit
Command: npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-recipe-1-5-1-6-deque-retrofit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents unnecessary code changes during Java 1.5 to 1.6 migration reviews when a LinkedList already satisfies Deque requirements.

Core Features & Use Cases

  • Informational rule handling: Marks flagged LinkedList sites as skipped instead of rewriting them.
  • Migration verification support: Helps reviewers confirm that Java 6 already provides native Deque behavior for LinkedList.
  • Deterministic pipeline output: Produces a zero-change result with a clear warning so the dispatcher can continue batching safely.

Quick Start

Ask the skill to inspect the flagged file and mark the LinkedList usage as skipped because Java 6 already implements Deque support.

Frequently Asked Questions about jade-recipe-1.5-1.6-deque-retrofit

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

FAQPage Schema
How do I skip unnecessary LinkedList code transformations during Java 1.5 to 1.6 migration?▼

To skip unnecessaryLinkedList migration edits, this Skill evaluates flagged files and marks LinkedList-based Deque retrofits as SKIPPED. It returns a zero-change result with a compile-safety warning, confirming Java 6 natively supports Deque behavior.

Why does the JADE rule dispatcher flag my LinkedList usage for Java migration review?▼

The JADE rule dispatcher flags LinkedList usage during Java migration review because it validates Java 1.5 to 1.6 compatibility. Since Java 6 already implements Deque support, the flagged code is safe and requires no modification.

Can I batch process Java migration files safely when a LinkedList already satisfies Deque requirements?▼

Yes, you can batch process Java migration files safely. The Skill produces a deterministic zero-change output with a warning message, allowing the JADE rule dispatcher to continue batching without disrupting the pipeline.

What is the result when I inspect a flagged LinkedList file for Java 6 Deque compatibility?▼

Inspecting a flagged LinkedList file returns a SKIPPED result with zero code changes. The Skill outputs a warning message and deterministic compile-safety guidance, confirming the existing code is valid for Java 6 and later.

Does Java 6 require rewriting LinkedList implementations to support the Deque interface?▼

No, Java 6 does not require rewriting LinkedList implementations. The Skill provides deterministic compile-safety guidance confirming that Java 6 already provides native Deque behavior for LinkedList, preventing unnecessary code transformations.

When should I avoid applying LinkedList retrofit checks during a Java migration pipeline?▼

You should avoid applying LinkedList retrofit checks when migrating to Java 6 or later. The Skill skips these checks because Java 6 natively implements Deque support, returning a zero-change result to maintain pipeline determinism.