一键导入
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.