Files
prompts/.github/instructions/pytesting.instructions.md
T
2026-08-07 19:13:41 -05:00

813 B

name, description, applyTo
name description applyTo
Pytest Scaffolding Guidance Route tests edits to the Personal MCP pytesting resource. tests/**

When editing files under tests/, use skill://pytesting/SKILL.md as the primary guidance source for test scaffolding and pytest authoring decisions.

Execution pattern:

  1. Load skill://pytesting/SKILL.md first.
  2. Inspect skill://pytesting/_manifest only when a supporting reference is needed.
  3. Apply only the portions relevant to the file being edited.
  4. Keep tests focused, deterministic, and aligned with repository conventions.
  5. Include source-document links for any feature-level recommendation.

If task intent is ambiguous, ask one clarifying question before editing.

Be sure to also refer to the testing page page for design detail