fp-update

Updates existing E2E tests to align with E2E_TESTS.md specifications.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/endorhq/flightplanner --skill fp-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fp-update
Source: https://github.com/endorhq/flightplanner/tree/main/skills/fp-update
Command: npx skills add https://github.com/endorhq/flightplanner --skill fp-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures your End-to-End (E2E) tests accurately reflect your project's current specifications, preventing drift and maintaining test suite reliability.

Core Features & Use Cases

  • Automated Test Synchronization: Updates existing E2E tests to match changes in E2E_TESTS.md specifications.
  • Gap Identification: Detects missing tests, features, preconditions, and postconditions.
  • Consistency Checks: Identifies and corrects inconsistencies between specs and test implementations.
  • Use Case: After updating your E2E_TESTS.md to include a new user authentication flow, run fp-update to automatically generate the corresponding test cases and ensure they pass.

Quick Start

Use the fp-update skill to update existing E2E tests to match current E2E_TESTS.md specifications.

Frequently Asked Questions about fp-update

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

FAQPage Schema
How do I sync E2E tests with updated specifications?

To sync E2E tests with updated specifications, the skill analyzes your current E2E_TESTS.md file, discovers missing test suites and features, and updates existing tests to match the specified preconditions and postconditions.

Why do my E2E tests drift from my project specifications?

E2E tests drift from project specifications when manual updates fail to keep pace with spec changes. This skill prevents drift by automatically aligning test implementations with current E2E_TESTS.md specifications and verifying coverage.

Can I automatically generate missing E2E test cases from a spec file?

Yes, you can automatically generate missing E2E test cases from a spec file. The skill identifies gaps in test coverage, detects missing features and preconditions, and updates the test suite to adhere to specified patterns.

How do I check for missing preconditions and postconditions in E2E tests?

To check for missing preconditions and postconditions in E2E tests, the skill analyzes your E2E_TESTS.md specifications, identifies inconsistencies between the specs and test implementations, and corrects the gaps to ensure test isolation.

What is the best way to maintain E2E test consistency with markdown specs?

The best way to maintain E2E test consistency with markdown specs is through automated synchronization. The skill discovers, analyzes, updates, and verifies test coverage to ensure your tests accurately reflect current E2E_TESTS.md specifications.