Implementation Test Writer
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft HVE Core.
What does this prompt do?
Builds tests around observed behavior and project conventions, then validates the resulting test changes.
Primary use case
Add focused tests for an implementation change.
Expected output
Test changes and a validation summary.
Inputs or variables
- target code
- test scope
Related prompts
Accessibility Coverage Matrix
Builds an evidence-based accessibility test matrix that maps requirements, assistive technologies and validation coverage.
Multi-Step Unit Test Writing
Demonstrates a staged prompt pattern for understanding code, identifying test cases, generating tests, and reviewing the result; the legacy API context is clearly retained as a limitation.
Specification Invariant Audit
Extracts invariants from a specification and tests whether related designs, implementations, and validation artifacts consistently preserve them.
Test Prompt Author
Creates a focused prompt for designing or implementing tests from requirements, code behavior, risk areas, and the repository's existing test conventions.
Prototype Test Plan
Creates a prototype test plan with participants, tasks, observation points, evidence capture, success signals, and safeguards against leading questions.
Claude Test Case Generation
Generates test cases from stated behavior, boundary conditions, failure modes, and a target framework, then reviews coverage instead of producing only happy paths.