一键导入
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"
}
]
}