big rework

This commit is contained in:
John Lancaster
2026-08-29 20:10:30 -05:00
parent 73eb490537
commit de95477480
30 changed files with 558 additions and 971 deletions
@@ -1,11 +1,16 @@
---
name: Pytest Scaffolding Guidance
description: Route tests edits to the Personal MCP pytesting resource.
description: Use when working under tests/. Route test edits to pytesting guidance and never create or expand tests unless the user explicitly asks.
applyTo: 'tests/**'
---
When editing files under `tests/`, use `skill://pytesting/SKILL.md` as the primary guidance source for test scaffolding and pytest authoring decisions.
Hard rule:
- Do not create new test files, test cases, or test scaffolding unless the user explicitly asks for tests in the current request.
- If tests could help but were not requested, mention them as an optional next step instead of adding them.
Execution pattern:
1. Load `skill://pytesting/SKILL.md` first.