원클릭으로
acceptance-criteria-writing
Guide for writing testable acceptance criteria for QA
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for writing testable acceptance criteria for QA
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Git commit conventions and workflow
Guide for breaking features into atomic, implementable tasks
TDD workflow and testing patterns
Author safe RalphX Agent Workflow scripts that orchestrate durable delegated agents through the high-level workflow API.
Guide for analyzing git diff and refining QA test plans
Guide for generating QA test steps with agent-browser commands
| name | acceptance-criteria-writing |
| description | Guide for writing testable acceptance criteria for QA |
Guidelines for generating clear, testable acceptance criteria from task specifications.
Bad: "The UI looks nice" Good: "The task card displays title, status badge, and priority indicator"
Bad: "Performance is acceptable" Good: "Task list loads within 2 seconds for 100 tasks"
Bad: "Drag and drop works" Good: "Dragging a task to the Planned column triggers the planned animation"
type: "visual")UI appearance and layout requirements.
Examples:
type: "behavior")User interaction outcomes.
Examples:
type: "data")Data display and accuracy.
Examples:
type: "accessibility")A11y requirements.
Examples:
{
"acceptance_criteria": [
{
"id": "AC1",
"description": "Specific testable statement",
"testable": true,
"type": "visual"
}
]
}