pli-migration-analyzer

Installation
SKILL.md

PL/I Migration Analyzer

Analyzes legacy PL/I programs and generates Java migration strategies. Extracts business logic, data structures, procedures, and dependencies to produce actionable migration plans.

Workflow

1. Discover PL/I Programs

Find PL/I source files in the workspace:

find . -name "*.pli" -o -name "*.PLI" -o -name "*.pl1"

2. Analyze Program Structure

For each PL/I program, extract:

  • Entry points: PROCEDURE OPTIONS(MAIN)
Related skills

More from dauquangthanh/hanoi-rainbow

Installs
14
GitHub Stars
10
First Seen
Jan 24, 2026