axure-export-workflow

Fix Axure export pre-check failures with targeted code repairs and mode annotations.

152|32|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/lintendo/Axhub-Make --skill axure-export-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axure-export-workflow
Source: https://github.com/lintendo/Axhub-Make/tree/main/skills/axure-export-workflow
Command: npx skills add https://github.com/lintendo/Axhub-Make --skill axure-export-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本 Skill 在导出到 Axure 前的代码检查失败场景中,提供固定流程来修复规范问题并完成 Axure 模式注释标识,确保导出流程顺畅。

Core Features & Use Cases

  • 只处理导出 Axure 场景的代码修复与注释标识,保留现有业务不变
  • 提供按优先级修复规则(error 优先、warning 次之),并在必要时补齐 Axure 模式头注释
  • 规定具体修改范围(目标文件通常在 src/components/<name>/index.tsx 或 src/prototypes/<name>/index.tsx)
  • 可用于在需要 Axure 导出前快速通过合规检查的场景
  • 提供头部注释模板,确保后续文档与 Skill 路径的可追溯性

Quick Start

请遵循固定流程,在导出 Axure 之前的检查失败场景中执行修复并标注 Axure 模式头注释。

Frequently Asked Questions about axure-export-workflow

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

FAQPage Schema
How do I fix Axure export pre-check failures in React components?

Axure export pre-check failures are fixed by applying a targeted repair workflow to specific index.tsx files in src/components or src/prototypes. This workflow prioritizes error resolution over warnings, adds required @mode axure headers, and preserves existing functionality.

Why does my Axure export validation fail on missing mode annotations?

Axure export validation fails when proper @mode axure headers and reference paths are missing from your prototype files. The workflow automatically adds these required mode annotations and reference paths to ensure code passes the current export validation pipeline.

What is the standard workflow for adding Axure mode annotations to prototypes?

The standard workflow for adding Axure mode annotations involves inserting @mode axure headers and reference paths into src/prototypes/<name>/index.tsx files. This ensures modifications adhere to header guidance and remain compatible with the export validation pipeline.

Can I use this workflow to fix code review errors without breaking existing functionality?

Yes, you can use this workflow to fix code review errors without breaking existing functionality. The repair process specifically targets pre-export compliance issues in index.tsx files while ensuring all modifications preserve your current business logic and component operations.

Does the Axure export repair workflow handle both errors and warnings?

Yes, the Axure export repair workflow handles both errors and warnings by applying a strict priority rule. It resolves errors first and addresses warnings second, ensuring your src/components or src/prototypes files pass the full export validation pipeline.

How do I ensure my prototype code changes pass the Axure export validation pipeline?

Ensure prototype code changes pass the Axure export validation pipeline by applying targeted fixes to index.tsx files and adding proper @mode axure headers. This guarantees your modifications adhere to header guidance and reference path requirements for successful export.