final-validator

Validates Flutter-to-React Native conversion completeness and generates a remediation report.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Saurav-snapwork/NewAppTemplate --skill final-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-validator
Source: https://github.com/Saurav-snapwork/NewAppTemplate/tree/main/.github/skills/final-validator
Command: npx skills add https://github.com/Saurav-snapwork/NewAppTemplate --skill final-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This knowledge unit provides a rigorous, auditable gate for Flutter-to-React Native conversions, ensuring every migrated module is thoroughly validated before committing.

Core Features & Use Cases

  • Generates a conversion_validation.md with six sections and an overall status
  • Audits module structure, API coverage, and the 17 upstream skill outputs
  • Produces remediation notes and a clear pass/fail signal for blockers

Quick Start

Run the final-validator skill after all 17 upstream skills complete to generate conversion_validation.md.

Frequently Asked Questions about final-validator

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

FAQPage Schema
How do I validate a Flutter to React Native conversion pipeline?

To validate a Flutter to React Native conversion pipeline, run a final gatekeeper check that cross-references Flutter source against all React Native outputs, generating a six-section audit report with an overall pass or fail status.

What is a conversion validation report for React Native migrations?

A conversion validation report is a six-section audit document that verifies the completeness and correctness of a React Native migration, cross-checking module structure and API coverage to surface actionable remediation notes for any failed findings.

When should I run an audit on my Flutter to React Native migration?

You should run an audit on your Flutter to React Native migration after all upstream conversion modules complete, ensuring every migrated module is thoroughly checked and blockers are identified before you commit the final React Native codebase.

Does the conversion validation audit check API coverage and module structure?

Yes, the conversion validation audit explicitly cross-checks both API coverage and module structure, matching the Flutter source against the React Native outputs and optional API info to ensure complete migration correctness.

How do I fix failed findings in a React Native conversion validation report?

To fix failed findings in a React Native conversion validation report, review the actionable remediation notes generated for each failed item, address the identified gaps in module structure or API coverage, and rerun the audit to verify the overall status.