com um clique
acceptance-criteria-writing
Guide for writing testable acceptance criteria for QA
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Guide for writing testable acceptance criteria for QA
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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"
}
]
}