mit einem Klick
test
Behavior-first test guidance.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Behavior-first test guidance.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Practice test-driven development for new features and bug fixes.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
Create a product brief document for a feature or project.
| name | test |
| description | Behavior-first test guidance. |
This skill is performed in the Developer persona. If you are not already running as Developer (for example, the user invoked /test directly), read subagents/developer.md and adopt its role guidance for the rest of this task. Stay in the current chat—do not delegate to a subagent.
Write or improve tests that defend real user-visible behavior without encoding broken behavior as correct.
when a valid user signs in, they reach the dashboardwhen repo access is removed, the preview no longer shows that collaboratoruseThing works correctlyPOST /api/foo returns 200someHelper handles edge cases*.test.ts or *.test.tsx.