ワンクリックで
fp-smoke-test
Exercise the application directly to verify behavior beyond automated tests
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Exercise the application directly to verify behavior beyond automated tests
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a new feature or suite to the E2E spec and generate corresponding tests
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
| name | fp-smoke-test |
| description | Exercise the application directly to verify behavior beyond automated tests |
Exercise the application directly to verify behavior beyond automated tests. This command performs agent-driven manual and exploratory verification to confirm features work end-to-end in a real environment.
Additional instructions from the user: "$ARGUMENTS". Ignore if empty.
This command has four phases. Complete all four in order.
bin fields in package files, or executable scripts.E2E_TESTS.md specs, README, and source code.Run the application and interact with it based on its type:
--help and verify usage information is accurate./tmp to test key exported functions and classes.curl — test happy paths, error cases, and edge cases.Document what was tested and observed:
Present findings to the user:
E2E_TESTS.md specs.E2E_TESTS.md so they can be captured as automated tests.