rename
This commit is contained in:
@@ -58,7 +58,7 @@ Rules:
|
|||||||
|
|
||||||
Valid examples:
|
Valid examples:
|
||||||
|
|
||||||
1. `fill-pytest-scaffold`
|
1. `pytest-fill-scaffold`
|
||||||
2. `review-pr-comments`
|
2. `review-pr-comments`
|
||||||
3. `scaffold-fastapi-service`
|
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.
|
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:
|
x-personal-mcp:
|
||||||
id: fill-pytest-scaffold
|
id: pytest-fill-scaffold
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
tags:
|
tags:
|
||||||
- pytest
|
- pytest
|
||||||
@@ -10,7 +10,7 @@ x-personal-mcp:
|
|||||||
- scaffolding
|
- scaffolding
|
||||||
- prompts
|
- prompts
|
||||||
capabilities:
|
capabilities:
|
||||||
- resource://prompts/fill-pytest-scaffold/document
|
- resource://prompts/pytest-fill-scaffold/document
|
||||||
arguments:
|
arguments:
|
||||||
target_files:
|
target_files:
|
||||||
description: Target test file paths under tests/.
|
description: Target test file paths under tests/.
|
||||||
@@ -26,7 +26,7 @@ x-personal-mcp:
|
|||||||
required: false
|
required: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Fill Pytest Scaffold
|
# Pytest Fill Scaffold
|
||||||
|
|
||||||
Use this prompt after test scaffolding exists and method names/docstrings are already in place.
|
Use this prompt after test scaffolding exists and method names/docstrings are already in place.
|
||||||
|
|
||||||
+1
-1
@@ -65,7 +65,7 @@ nav = [
|
|||||||
] },
|
] },
|
||||||
{ "Prompts" = [
|
{ "Prompts" = [
|
||||||
{ "Authoring" = "prompts/authoring/PROMPT.md" },
|
{ "Authoring" = "prompts/authoring/PROMPT.md" },
|
||||||
{ "Fill Pytest Scaffold" = "prompts/fill-pytest-scaffold/PROMPT.md" },
|
{ "Pytest Fill Scaffold" = "prompts/pytest-fill-scaffold/PROMPT.md" },
|
||||||
{ "Pytest Scaffold" = "prompts/pytest-scaffold/PROMPT.md" },
|
{ "Pytest Scaffold" = "prompts/pytest-scaffold/PROMPT.md" },
|
||||||
{ "Greenfield Architecture" = "prompts/greenfield-architecture/PROMPT.md" },
|
{ "Greenfield Architecture" = "prompts/greenfield-architecture/PROMPT.md" },
|
||||||
{ "MCP Consumer Repo Shim" = "prompts/mcp-consumer-repo-shim/PROMPT.md" },
|
{ "MCP Consumer Repo Shim" = "prompts/mcp-consumer-repo-shim/PROMPT.md" },
|
||||||
|
|||||||
Reference in New Issue
Block a user