This commit is contained in:
John Lancaster
2026-06-24 08:55:04 -05:00
parent 913ba66d8b
commit 00498a2fed
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Rules:
Valid examples:
1. `fill-pytest-scaffold`
1. `pytest-fill-scaffold`
2. `review-pr-comments`
3. `scaffold-fastapi-service`
@@ -1,8 +1,8 @@
---
name: fill-pytest-scaffold
name: pytest-fill-scaffold
description: Fill scaffolded pytest test methods with assertions, fixtures, and minimal test data while preserving concise test names and one-line intent docstrings.
x-personal-mcp:
id: fill-pytest-scaffold
id: pytest-fill-scaffold
version: 1.0.0
tags:
- pytest
@@ -10,7 +10,7 @@ x-personal-mcp:
- scaffolding
- prompts
capabilities:
- resource://prompts/fill-pytest-scaffold/document
- resource://prompts/pytest-fill-scaffold/document
arguments:
target_files:
description: Target test file paths under tests/.
@@ -26,7 +26,7 @@ x-personal-mcp:
required: false
---
# Fill Pytest Scaffold
# Pytest Fill Scaffold
Use this prompt after test scaffolding exists and method names/docstrings are already in place.