بنقرة واحدة
fp-add
Add a new feature or suite to the E2E spec and generate corresponding tests
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add a new feature or suite to the E2E spec and generate corresponding tests
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create a new E2E_TESTS.md specification file for a package
Bootstrap E2E_TESTS.md specification files for a project
Validate that E2E_TESTS.md specification files are complete and well-structured
Update an existing E2E_TESTS.md specification to reflect changes
Framework-agnostic E2E testing principles, spec-driven test generation, and maintenance workflows
Analyze the gap between E2E specifications and existing test implementations
استنادا إلى تصنيف SOC المهني
| name | fp-add |
| description | Add a new feature or suite to the E2E spec and generate corresponding tests |
Context-aware command that adds a new feature or suite to the E2E spec and generates corresponding tests. Automatically detects whether to add to an existing suite or create a new one.
Additional instructions from the user: "$ARGUMENTS". Ignore if empty.
E2E_TESTS.md files in the project.$ARGUMENTS) to determine:
Preconditions (heading with bullet list)Features (heading) containing individual features as flat peer subheadings one level deeper (do NOT create intermediate category headings — categories are specified only via <!-- category: ... --> HTML comments), across multiple categories (at minimum: core + error)Postconditions (heading with bullet list)E2E_TESTS.md file to add it to (or create a new one).E2E_TESTS.md file:
### Features section## section and add a link to the new suite in the Index section at the top of the fileIf adding to an existing suite:
it() blocks in vitest/jest)If creating a new suite:
Run the tests to verify they pass.
Run the project's formatter on modified/created files.
Present a summary of changes made.