con un clic
acceptance-criteria-writing
Guide for writing testable acceptance criteria for QA
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Guide for writing testable acceptance criteria for QA
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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"
}
]
}