Skip to content

Commit 2b55140

Browse files
committed
updates
1 parent 16f978d commit 2b55140

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.agents/skills/closing-obsolete-issues/SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: closing-obsolete-issues
3-
description: Find and close obsolete or stale issues in the flutter/devtools repository.
3+
description: Find and close obsolete, stale, or not reproducible issues in the flutter/devtools repository.
44
---
55

66
# Closing Obsolete Issues
77

8-
Use this skill to find old, outdated issues in the `flutter/devtools` repository that can be closed because they have been fixed, are stale, or are obsolete.
8+
Use this skill to find old, outdated issues in the `flutter/devtools` repository that can be closed because they have been fixed, are stale, obsolete, or not reproducible.
99

1010
## Instructions
1111

@@ -41,3 +41,4 @@ Use this skill to find old, outdated issues in the `flutter/devtools` repository
4141

4242
- Use `grep_search` or `find_by_name` to check the current codebase for references to the issue or relevant code.
4343
- Look for related PRs that might have fixed the issue but didn't close it automatically.
44+
- For issues reporting specific versions, check the current DevTools version in `packages/devtools_app/pubspec.yaml` to determine if the reported version is very old.

.agents/skills/closing-obsolete-issues/references/rationale_templates.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Some issues are caused by or fixed by changes in the Flutter SDK rather than Dev
2828
Proposals or feature requests from several years ago with no recent activity or community interest may be closed if they no longer align with current priorities or have been superseded by general improvements.
2929
- **Rationale**: Note that the issue is a stale feature request with no recent activity and that DevTools has evolved significantly since then.
3030

31+
## 7. Very Old DevTools Version
32+
Issues reported on very old versions of DevTools (check current version in `packages/devtools_app/pubspec.yaml` for comparison) may be closed if they are likely fixed or no longer relevant.
33+
- **Rationale**: "This issue looks like it occurred on an old version of DevTools. Are you still experiencing this issue with DevTools on the latest Flutter stable? If so, please reopen and we will take a look. Thanks."
34+
35+
## 8. Insufficient Information
36+
Issues that lack clear descriptions, reproduction steps, or logs make it impossible to investigate.
37+
- **Rationale**: "Without additional information, we cannot debug this issue. Please re-open if you can provide a description of your issue and repro steps. Thanks."
38+
3139
---
3240
**Reminder**: Every closing comment MUST end with:
3341
"If there is more work to do here, please let us know by filing a new issue with up to date information. Thanks!"

0 commit comments

Comments
 (0)