diff --git a/.gemini/skills/github-issue-triage/references/triage_rules.md b/.gemini/skills/github-issue-triage/references/triage_rules.md index 737c9499e1..6de0143470 100644 --- a/.gemini/skills/github-issue-triage/references/triage_rules.md +++ b/.gemini/skills/github-issue-triage/references/triage_rules.md @@ -145,7 +145,7 @@ Search for duplicates using `gh issue list --search "" --repo --remove-label "status/need-triage" --add-label "help wanted"`. -- If it does not fit **Help-wanted**, simply run `gh issue edit --remove-label "status/need-triage"` to mark it triaged without a specific whitelist label. +- If it does not fit **Help-wanted**, you must still explain *why* it requires maintainer attention or why it's not a good fit for community contribution (e.g., "This issue touches core architecture and requires significant maintainer review time"). Simply run `gh issue edit --remove-label "status/need-triage"` to mark it triaged without a specific whitelist label. - Action: `gh issue comment --body "### Triage Summary\n\n"` - **STOP EXECUTION**.