check-native-feature

Check iOS and Android repositories for feature existence via commit history.

19|21|Updated Jul 22, 2024
One-click install
npx skills add https://github.com/vultisig/vultisig-windows --skill check-native-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-native-feature
Source: https://github.com/vultisig/vultisig-windows/tree/main/.cursor/skills/check-native-feature
Command: npx skills add https://github.com/vultisig/vultisig-windows --skill check-native-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill quickly checks if a feature is already implemented in the iOS or Android native codebases, preventing redundant work before porting.

Core Features & Use Cases

  • Pre-port Verification: Determine if a feature exists in native code before starting a port.
  • Status Check: Answer user queries about the native implementation status of a feature.
  • Cost-Efficient Check: Provides a rapid, low-cost way to assess native support.

Quick Start

Check if the 'biometric authentication' feature is implemented in iOS and Android native code.

Frequently Asked Questions about check-native-feature

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

FAQPage Schema
How do I check if a feature is already implemented in native iOS and Android codebases?

You can check native implementation status by searching commit history and code snapshots across sibling iOS and Android repositories to confirm feature existence strictly on the main branch.

What is the best way to prevent redundant work before porting code to iOS or Android?

Pre-port verification prevents redundant work by rapidly checking if a feature exists in native codebases before you start porting. This provides a low-cost assessment of native support prior to development efforts.

Does native feature verification check branches other than main?

Native feature verification strictly adheres to evidence found only on the main branch for confirmation. It does not confirm implementation status using commit history or code snapshots from other branches.

Can I use code snapshots to answer queries about native implementation status?

Yes, you can use code snapshots and commit history to answer user queries about native implementation status. The verification searches these records to provide a rapid, cost-efficient assessment of native support.

When do I need to run a pre-port verification for iOS and Android repositories?

You need pre-port verification when planning to port a feature to iOS or Android and wanting to avoid duplicate work. It determines if the feature already exists in the native codebases before you begin development.