feature-parity-check

Audit cross-platform feature implementations and generate a parity report.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/armanisadeghi/real-singles --skill feature-parity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-parity-check
Source: https://github.com/armanisadeghi/real-singles/tree/main/.cursor/skills/feature-parity-check
Command: npx skills add https://github.com/armanisadeghi/real-singles --skill feature-parity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-platform feature parity verification to ensure identical behavior across Web Desktop, Web Mobile, iOS, and Android with native implementations. Audits for missing features, API consistency, and sister functionalities that need updating.

Core Features & Use Cases

  • Discovery of implementation files across platforms
  • Phase-by-phase parity verification (Discovery, Native Verification, Functionality Parity, API Consistency, Sister Functionality Audit)
  • Generates a parity report and surfaces gaps for remediation
  • Use Case: After implementing a feature, run this skill to validate parity and surface needed updates.

Quick Start

Run the parity check after implementing a feature to validate cross-platform consistency and produce a parity report.

Frequently Asked Questions about feature-parity-check

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

FAQPage Schema
How do I verify cross-platform feature parity across Web, iOS, and Android?

Cross-platform feature parity verification audits implementation files across Web Desktop, Web Mobile, iOS, and Android against a unified specification to surface missing features and behavioral gaps. It compares native code paths and UI behavior to ensure identical functionality.

What is the best way to check API consistency for native multiplatform implementations?

Checking API consistency for native multiplatform implementations involves auditing API usage against centralized API contracts and shared constants. This process validates that all platform-specific implementations adhere to the same data and behavioral specifications.

How do I audit sister functionalities that need updating after a new feature release?

Auditing sister functionalities involves a phase-by-phase parity check that identifies related cross-platform features requiring updates. It compares existing implementations against the unified specification to flag dependent code paths needing alignment.

Do I need centralized API contracts to perform a parity check across native platforms?

Centralized API contracts and shared constants are required to perform a parity check across native platforms. These contracts serve as the unified specification needed to validate consistency, compare code paths, and accurately surface behavioral gaps.

What is included in a cross-platform parity report?

A cross-platform parity report includes discovered implementation gaps, API inconsistencies, and failed functionality checks across Web Desktop, Web Mobile, iOS, and Android. It surfaces these discrepancies phase-by-phase to guide remediation efforts.

When should I run a parity checklist for multiplatform features?

A parity checklist for multiplatform features should be run immediately after implementing a new feature or parity task. It validates cross-platform consistency by auditing code paths and UI behavior before release.