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/reflect.prompt.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ Before proposing documentation changes, apply this hierarchy:
15
15
4. Do not duplicate the same checklist/policy text across global instructions and skill files.
16
16
5. If overlap is unavoidable, keep one canonical source and replace duplicates with short references.
17
17
18
-
1. Review the entire conversation history.
19
-
2. Identify patterns where I had to correct you or clarify my intent.
20
-
3. Suggest specific additions or modifications to the `.github/copilot-instructions.md`, files under `.github/skills` directory, `Agents.md` in each service directory and other relevant documentation to prevent these issues in the future.
21
-
4. Recommend any new 'Agent Skills', tools or prompts that would have made this task easier.
22
-
5. Provide the output as a set of actionable diffs or markdown blocks.
23
-
6. Explicitly identify any missed instruction and classify the root cause as:
24
-
- discovery failure
25
-
- execution failure
26
-
- verification failure
27
-
7. For test-related tasks, always include:
28
-
- the Makefile target that should have been run
29
-
- whether it was actually run
30
-
- the exact command and pass/fail summary (or the blocker)
18
+
6. Review the entire conversation history.
19
+
7. Identify patterns where I had to correct you or clarify my intent.
20
+
8. Suggest specific additions or modifications to the `.github/copilot-instructions.md`, files under `.github/skills` directory, `Agents.md` in each service directory and other relevant documentation to prevent these issues in the future.
21
+
9. Recommend any new 'Agent Skills', tools or prompts that would have made this task easier.
22
+
10. Provide the output as a set of actionable diffs or markdown blocks.
23
+
11. Explicitly identify any missed instruction and classify the root cause as:
24
+
- discovery failure
25
+
- execution failure
26
+
- verification failure
27
+
12. For test-related tasks, always include:
28
+
- the Makefile target that should have been run
29
+
- whether it was actually run
30
+
- the exact command and pass/fail summary (or the blocker)
0 commit comments