reviewing-Objectstar

Analyze and migrate TIBCO Objectstar legacy mainframe applications.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/JohnnyVicious/objectstar-skill --skill reviewing-objectstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-Objectstar
Source: https://github.com/JohnnyVicious/objectstar-skill/tree/main/.claude/skills/ostar
Command: npx skills add https://github.com/JohnnyVicious/objectstar-skill --skill reviewing-objectstar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Objectstar modernization can be risky and time-consuming. This Skill guides analysts to understand and restructure Rule-based 4GL patterns, enabling safer migration to modern environments.

Core Features & Use Cases

  • Analyze Objectstar rules: declaration, LOCAL, and the four-section rule format.
  • Recognize patterns like condition quadrants, FORALL loops, TRANSFERCALL, and parameterized tables; map to modern equivalents.
  • Use migration guidance from references/patterns.md and references/migration.md to plan and execute Java-based migrations or UI migrations.

Quick Start

  1. Inspect Objectstar source files (.osr/.osb) to trigger activation.
  2. Consult references/patterns.md and references/migration.md to outline a migration plan.
  3. Follow the recommended workflow to analyze data flow, scope, and transformation steps.

Frequently Asked Questions about reviewing-Objectstar

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

FAQPage Schema
How do I migrate Objectstar rules to Java?

Objectstar migration to Java involves analyzing legacy 4GL rule formats, recognizing patterns like condition quadrants and FORALL loops, and mapping them to modern Java equivalents using structured migration guides and reference mappings.

What are condition quadrants in Objectstar code?

Condition quadrants are structural patterns within Objectstar rules. This analysis recognizes quadrant patterns alongside FORALL loops and TRANSFERCALL statements to map legacy 4GL logic to modern structural equivalents safely.

How do I refactor TRANSFERCALL statements in legacy Objectstar applications?

Refactoring TRANSFERCALL statements requires analyzing the four-section rule format and LOCAL declarations. Structural guidance maps these legacy control transfers to modernized equivalents for safe application modernization.

Can I analyze TIBCO Objectstar screen definitions and parameterized tables?

Yes, you can analyze TIBCO Objectstar screen definitions and parameterized tables. The analysis covers source code files, rules, and table definitions to support comprehensive UI migrations and data flow restructuring.

What is the best way to plan an Objectstar modernization project?

Planning Objectstar modernization involves inspecting source files to trigger analysis, consulting pattern and migration references, and following a workflow to analyze data flow, scope, and transformation steps for safe restructuring.