17 lines
684 B
Markdown
17 lines
684 B
Markdown
---
|
|
name: Pytest Scaffolding Guidance
|
|
description: Route tests edits to the Personal MCP pytest-scaffolding resource.
|
|
applyTo: 'tests/**'
|
|
---
|
|
|
|
When editing files under `tests/`, use `resource://skills/pytest-scaffolding/document` as the primary guidance source for test scaffolding and pytest authoring decisions.
|
|
|
|
Execution pattern:
|
|
|
|
1. Load `resource://skills/pytest-scaffolding/document` first.
|
|
2. Apply only the portions relevant to the file being edited.
|
|
3. Keep tests focused, deterministic, and aligned with repository conventions.
|
|
4. Include source-document links for any feature-level recommendation.
|
|
|
|
If task intent is ambiguous, ask one clarifying question before editing.
|