원클릭으로
test
Run the test suite for the Ralph CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the test suite for the Ralph CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format.
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD.
SOC 직업 분류 기준
| name | test |
| description | Run the test suite for the Ralph CLI |
Run the test suite for the Ralph CLI.
/test # Run all tests
/test -update # Update golden files after intentional UI changes
Run the Go tests:
go test ./... -v
If tests fail due to intentional UI changes, update golden files:
go test ./internal/commands/... -update
Report results to the user with:
-update if golden file mismatches are detectedTests for internal/commands/picker.go:
Tests for internal/commands/run.go:
Golden files are stored in internal/commands/testdata/*.golden and are used for visual regression testing of TUI components.