원클릭으로
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.