Test Features

Run a deep testing pass on a feature (or set of features) after it's implemented — functional correctness, edge cases, data integrity, the project's own automated suite, live/real-environment behavior as an actual user would hit it, AI/agent-specific risks when relevant, and whether the change broke anything else. Invoked by the user with /test-features [what to test], or whenever they ask to "test what we just built," "verify this feature," or run a "testing session." With no argument, the scope is whatever was implemented in the just-finished coding session — inferred from the diff/recent changes and the conversation, cross-checked against each other. If the scope is ambiguous (several distinct changes, unclear which one is meant), ask the user rather than guessing. This is a verification skill, not a bug-fixing or test-authoring skill by default — see the bug-handling and coverage-gap rules below for the exact boundary.

Enrikkk Updated

File contents

Enrikkk/claude-skills/tree/main/test-features commit 7a660db663

Frequently asked questions

npx skillmds@latest add enrikkk/test-features