test-writer
Wat het doet
Use when writing or updating tests. Picks the right matcher style for the project and avoids brittle assertions.
Installeren opent dit item in je AgentsRoom-desktopapp. Is de app nog niet geïnstalleerd, dan word je naar de downloadpagina gestuurd.
SKILL.md
--- name: test-writer description: Use when writing or updating tests. Picks the right matcher style for the project and avoids brittle assertions. --- # Test writer Detect the test framework in use (vitest, jest, playwright, ...). Match its idioms — don't introduce a new framework on a whim. For unit tests: 1. One `describe` per public function, one `it` per scenario. 2. Avoid testing implementation details — assert on observable behaviour. 3. Use object-contains matchers instead of deep-equal when the object has fields you don't care about. 4. Mock at the boundary (HTTP, DB), not internal modules. For integration tests, isolate the feature: don't share fixtures unless the test suite already does.
Tags
Meer over dit onderwerp
Claude Ads: de Claude Code vaardigheid die je advertentieaccounts controleert
Claude Ads is een open source vaardigheid voor Claude Code: 250+ controles op Google, Meta, LinkedIn, TikTok of Amazon Ads, een score uit 100 en een geprioriteerd actieplan, in ongeveer tien minuten. Installeren, commando's, limieten, en hoe het te orkestreren in AgentsRoom.
AGENTS.md: Eén contextbestand voor elke coderingagent (Codex, Antigravity, Claude)
AGENTS.md is het draagbare instructiebestand dat je AI-coderingsagents lezen voordat ze je code aanraken. Wat erin te zetten, hoe het verschilt van CLAUDE.md, en hoe je één context behoudt over Codex, Antigravity en Claude.
Download AgentsRoom
Draai al je AI-agenten, op al je projecten, vanuit één enkel venster.
Companion-app: houd je agents onderweg in de gaten
Breng je eigen: Claude, Codex, Antigravity CLI of andere AI-provider.
Stuur bugs en verzoeken direct naar je openbare backlog.