rename
This commit is contained in:
@@ -58,7 +58,7 @@ Rules:
|
||||
|
||||
Valid examples:
|
||||
|
||||
1. `fill-pytest-scaffold`
|
||||
1. `pytest-fill-scaffold`
|
||||
2. `review-pr-comments`
|
||||
3. `scaffold-fastapi-service`
|
||||
|
||||
|
||||
+4
-4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user