ワンクリックで
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"
}
]
}