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
**CRITICAL**: DO NOT search for duplicates, DO NOT read files in `target-repo`, and DO NOT investigate code in your first turn. You MUST wait to analyze the output of the issue view first.
7
11
8
12
## MANDATORY EXECUTION ORDER
9
13
10
14
### Step 1: Staleness & Vagueness (STOP HERE IF APPLICABLE)
- Look at the `comments`. Find the last comment from a maintainer or bot that asks the reporter for more information.
19
+
- Compare that comment's date with the current `date`.
20
+
- If that request was more than 7 days ago AND the reporter has not replied since then:
19
21
- **Action**: `gh issue close !{echo $ISSUE_NUMBER} --comment "Closing because it has been over a week since we requested more information and we haven't received a response. Feel free to reopen if you can provide the requested details." --repo !{echo $REPOSITORY}`
20
22
- **TERMINATE**: Do not perform any more tool calls. Exit immediately.
21
-
5. **Analyze Vagueness**:
22
-
- If not stale, check if the issue is actionable. If it's just "not working" with no repro/logs:
23
-
- **Action**: `gh issue comment !{echo $ISSUE_NUMBER} --body "@<reporter>, thank you for the report! To help us investigate, could you please provide more specific details (repro steps, environment)? Closing this as vague if no response is received in a week." --repo !{echo $REPOSITORY}`
23
+
- **Vagueness**:
24
+
- If the issue is not stale but is too vague to be actionable (no repro, no logs, etc.):
25
+
- **Action**: `gh issue comment !{echo $ISSUE_NUMBER} --body "@<reporter>, thank you for the report! To help us investigate, could you please provide more specific details (reproduction steps, environment)? Closing this as vague if no response is received in a week." --repo !{echo $REPOSITORY}`
24
26
- **TERMINATE**: Do not perform any more tool calls. Exit immediately.
25
27
26
28
### Step 2: Code Investigation (ONLY IF STEP 1 PASSES)
27
-
- Only if the issue is actionable and not stale:
28
29
- Search `target-repo/` for the issue. If fixed/invalid: Close and TERMINATE.
0 commit comments