684 B
684 B
name, description, applyTo
| name | description | applyTo |
|---|---|---|
| Pytest Scaffolding Guidance | Route tests edits to the Personal MCP pytest-scaffolding resource. | 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:
- Load
resource://skills/pytest-scaffolding/documentfirst. - Apply only the portions relevant to the file being edited.
- Keep tests focused, deterministic, and aligned with repository conventions.
- Include source-document links for any feature-level recommendation.
If task intent is ambiguous, ask one clarifying question before editing.