Skip to content

Commit 0861e10

Browse files
committed
=minor prompt improvements
1 parent a7a3085 commit 0861e10

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

prompt-library/3-implmentation-plan-generation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Input
1616
1717

1818
Instructions
19-
19+
0. Check MCP Access
20+
   - Confirm whether an active Atlassian MCP connections is available.
21+
   - If no MCP connection is detected, terminate the task immediately and return: "No MCP connection. Execution stopped."
2022
1. Understand the Request
2123
- Identify the main feature or bug fix
2224
- Extract key technical details: inputs, outputs, edge cases, dependencies, constraints
@@ -31,7 +33,6 @@ Instructions
3133
- Ensure the prompt is self-contained and ready to use by an AI agent
3234
- Use @planning-guide.md
3335
4. Post the Prompt to the Ticket
34-
- Ask if the user wants to do this step. Execute only if stated so.
3536
- Post the generated prompt as a comment on the related issue or ticket. Consider using MCP. It must be added to the ticket or issue
3637
- Prefix the comment with a line including: `**[AI generated] [Implementation prompt]**` to indicate the source.
3738

prompt-library/4-feedback-request-review.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
0. **Verify MCP Access**
2-
3-
- Confirm that the GitHub MCP connection is active
4-
- If no connection is available, terminate immediately and return: "No MCP connection. Cannot open pull request."
5-
2+
- Confirm that the GitHub MCP connection is active
3+
- If no connection is available, terminate immediately and return: "No MCP connection. Cannot open pull request."
64
1. **Verify the Changes:**
75
- Use the known verification methods (e.g., tests, manual steps, QA guidelines) to confirm that the changes are correct and working as intended
86
- Fix the issues if you identify any

0 commit comments

Comments
 (0)