You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/implement.prompt.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,13 @@ $ARGUMENTS
76
76
- For parallel tasks [P], continue with successful tasks and report failed ones
77
77
- Provide clear error messages with context for debugging
78
78
- Suggest next steps if implementation cannot proceed
79
-
-**IMPORTANT**: For completed tasks, make sure to mark the task as [X] in the tasks file.
79
+
-**CRITICAL - Update task status immediately after completion**:
80
+
* After completing each task, mark it as [X] in tasks.md
81
+
* Update the PR description to mark the corresponding task checkbox from `- [ ] T###:` to `- [X] T###:`
82
+
* This MUST be done task-by-task as you progress, not at the end
83
+
* If GitHub tools are available, use them to update the PR description
84
+
* If not available, use: `gh pr edit <PR-number> --body "<updated-description>"`
85
+
* Ensure task progress is visible in real-time to users watching the PR
80
86
81
87
8. Completion validation:
82
88
- Verify all required tasks are completed
@@ -152,7 +158,9 @@ $ARGUMENTS
152
158
| Breaking change | 🌟 | Major |
153
159
154
160
- Fallback PR title format (if issue title unavailable): `<Icon> [Type of change]: <Short description>`
155
-
-**Write PR description as a release note**:
161
+
-**REPLACE the entire PR description with release notes**:
162
+
***IMPORTANT**: Clear the existing PR description completely (including task list) and replace it with the release notes
163
+
* This ensures the PR description is ready to be used as GitHub Release notes when merged to main
156
164
***Opening summary** (1-2 paragraphs):
157
165
- Start with what was accomplished in user-focused language
158
166
- Write in past tense: "Added...", "Improved...", "Fixed..."
@@ -186,7 +194,7 @@ $ARGUMENTS
186
194
187
195
**GitHub Integration**: If GitHub tools or integrations are available (such as GitHub MCP Server or other GitHub integrations), use them to update the PR description in the target repository. If not available, provide this fallback command:
0 commit comments