babel-copy-optimizer

Apply remediation items from failed qa-report.json to babel-copy and rerun.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lc0rp/luke-agent-scripts --skill babel-copy-optimizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: babel-copy-optimizer
Source: https://github.com/lc0rp/luke-agent-scripts/tree/main/parked-skills/babel-copy-optimizer
Command: npx skills add https://github.com/lc0rp/luke-agent-scripts --skill babel-copy-optimizer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Close the loop between babel-copy QA findings and implementation changes. Use this to convert failed qa-report remediation notes into concrete babel-copy changes, auto-iterate on translation-layout defects, rerun babel-copy until remediation goals are met, and produce a documented optimizer outcome.

Core Features & Use Cases

  • Convert remediation notes from babel-copy-qa into concrete code changes and reruns.
  • Auto-iterate on translation-layout defects and track progress with optimizer reports.
  • Document remediation outcomes with an optimizer-report.md (and optimizer-report.json when applicable).

Quick Start

Identify the latest unhandled failed qa-report.json, apply targeted changes to babel-copy, rerun in a new timestamped output directory, and generate an optimizer report.

Frequently Asked Questions about babel-copy-optimizer

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

FAQPage Schema
How do I fix translation-layout defects found in a babel-copy QA report?

To fix translation-layout defects from a babel-copy QA report, this Skill identifies the latest unhandled failed qa-report.json, extracts its remediation items, and applies targeted changes to the babel-copy pipeline or per-document overrides. It then reruns the pipeline into a fresh timestamped output directory to verify fixes.

What is the best way to automate translation pipeline remediation from QA findings?

Automating translation pipeline remediation involves converting failed QA remediation notes into concrete code changes and auto-iterating on defects. This Skill closes the loop by rerunning babel-copy until goals are met, tracking progress, and producing a documented optimizer outcome in both human-readable and machine-readable formats.

How do I generate optimizer reports after rerunning a failed translation pipeline?

To generate optimizer reports after rerunning a failed translation pipeline, this Skill produces a human-readable optimizer-report.md next to the handled QA artifacts. When appropriate, it also generates a machine-readable optimizer-report.json summarizing the remediation attempts and outcomes.

Can I auto-iterate on per-document overrides without manual code changes?

Yes, you can auto-iterate on per-document overrides without manual code changes. The optimizer extracts remediation items from the failed QA report and applies targeted changes directly to per-document overrides or the babel-copy pipeline configuration before rerunning into a new timestamped output directory.

Why does my translation pipeline still fail after applying babel-copy QA remediation notes?

If your translation pipeline still fails after applying remediation notes, you may need to re-QA the fresh timestamped output directory to verify actual remediation progress. This Skill handles the iteration loop by checking the new results and documenting the remaining or resolved defects in an optimizer-report.

Do I need a specific QA report format to automate babel-copy defect remediation?

Yes, you need a failed qa-report.json file in your workspace to automate babel-copy defect remediation. The Skill identifies the latest unhandled failed QA report with this specific format to extract remediation items and apply targeted pipeline or per-document changes.